From 50063e0c64d989549c50b4cba8a2e89c2bfb4c1f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 28 Jun 2022 11:56:02 +0530 Subject: [PATCH 01/11] adding cmdlets for application groups --- .../command_modules/eventhubs/constants.py | 0 .../recordings/test_eventhub_app_group.yaml | 1316 +++++++++++++++++ ...st_eventhub_namespace_application_group.py | 0 3 files changed, 1316 insertions(+) create mode 100644 src/azure-cli/azure/cli/command_modules/eventhubs/constants.py create mode 100644 src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml create mode 100644 src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/constants.py b/src/azure-cli/azure/cli/command_modules/eventhubs/constants.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml new file mode 100644 index 00000000000..34d89aa1f01 --- /dev/null +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml @@ -0,0 +1,1316 @@ +interactions: +- request: + body: '{"location": "westus2", "sku": {"name": "Premium", "tier": "Premium"}, + "properties": {"publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + Content-Length: + - '120' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:46:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:47:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:47:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:48:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:48:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:49:08 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:49:39 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:50:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:50:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:50:45.65Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '798' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:50:45.65Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '798' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"clientAppGroupIdentifier": "SASKeyName=saskey000007", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}, {"name": "policy2", "type": "ThrottlingPolicy", + "rateLimitThreshold": 15000, "metricId": "OutgoingMessages"}, {"name": "policy3", + "type": "ThrottlingPolicy", "rateLimitThreshold": 10000, "metricId": "IncomingMessages"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group create + Connection: + - keep-alive + Content-Length: + - '412' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --client-app-group-identifier --is-enabled + --throttling-policy-config --throttling-policy-config --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group application-group-policy add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"isEnabled": true, "clientAppGroupIdentifier": "SASKeyName=saskey000007", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}, {"name": "policy2", "type": "ThrottlingPolicy", + "rateLimitThreshold": 15000, "metricId": "OutgoingMessages"}, {"name": "policy3", + "type": "ThrottlingPolicy", "rateLimitThreshold": 10000, "metricId": "IncomingMessages"}, + {"name": "policy4", "type": "ThrottlingPolicy", "rateLimitThreshold": 19000, + "metricId": "OutgoingBytes"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group application-group-policy add + Connection: + - keep-alive + Content-Length: + - '538' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy4","metricId":"OutgoingBytes","rateLimitThreshold":19000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '818' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:15 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group application-group-policy remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy4","metricId":"OutgoingBytes","rateLimitThreshold":19000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '818' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"isEnabled": true, "clientAppGroupIdentifier": "SASKeyName=saskey000007", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}, {"name": "policy2", "type": "ThrottlingPolicy", + "rateLimitThreshold": 15000, "metricId": "OutgoingMessages"}, {"name": "policy3", + "type": "ThrottlingPolicy", "rateLimitThreshold": 10000, "metricId": "IncomingMessages"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group application-group-policy remove + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group application-group-policy remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:20 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"isEnabled": true, "clientAppGroupIdentifier": "SASKeyName=saskey000007", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group application-group-policy remove + Connection: + - keep-alive + Content-Length: + - '211' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '515' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:22 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group application-group-policy add + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '515' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: '{"properties": {"isEnabled": true, "clientAppGroupIdentifier": "SASKeyName=saskey000007", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}, {"name": "policy2", "type": "ThrottlingPolicy", + "rateLimitThreshold": 15000, "metricId": "OutgoingMessages"}, {"name": "policy3", + "type": "ThrottlingPolicy", "rateLimitThreshold": 12000, "metricId": "IncomingMessages"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group application-group-policy add + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":12000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":12000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name --is-enabled + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":12000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:28 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: '{"properties": {"isEnabled": false, "clientAppGroupIdentifier": "SASKeyName=saskey000007", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}, {"name": "policy2", "type": "ThrottlingPolicy", + "rateLimitThreshold": 15000, "metricId": "OutgoingMessages"}, {"name": "policy3", + "type": "ThrottlingPolicy", "rateLimitThreshold": 12000, "metricId": "IncomingMessages"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group update + Connection: + - keep-alive + Content-Length: + - '432' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --is-enabled + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":12000}],"isEnabled":false}}' + headers: + cache-control: + - no-cache + content-length: + - '720' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:30 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --namespace-name --name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Jun 2022 04:51:32 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups?api-version=2022-01-01-preview + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 04:51:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + status: + code: 200 + message: OK +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py new file mode 100644 index 00000000000..e69de29bb2d From 8af743cd51c0c75d223e42d0b8d284af5c6f2911 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 28 Jun 2022 12:04:03 +0530 Subject: [PATCH 02/11] adding cmdlets for application groups --- .../azure/cli/core/profiles/_shared.py | 6 +- .../eventhubs/_client_factory.py | 3 + .../cli/command_modules/eventhubs/_help.py | 64 + .../cli/command_modules/eventhubs/_params.py | 25 +- .../cli/command_modules/eventhubs/action.py | 48 +- .../cli/command_modules/eventhubs/commands.py | 21 +- .../command_modules/eventhubs/constants.py | 9 + .../cli/command_modules/eventhubs/custom.py | 41 + .../latest/recordings/test_eh_alias.yaml | 681 ++-- .../latest/recordings/test_eh_cluster.yaml | 187 +- .../recordings/test_eh_consumergroup.yaml | 186 +- .../recordings/test_eh_create_update.yaml | 210 +- .../latest/recordings/test_eh_eventhub.yaml | 248 +- .../latest/recordings/test_eh_namespace.yaml | 314 +- .../recordings/test_eh_namespace_byok.yaml | 1124 ++++-- .../test_eh_namespace_encryption.yaml | 818 ++-- .../recordings/test_eh_namespace_msi.yaml | 3309 ++++++++++++----- .../recordings/test_eh_namespace_premium.yaml | 382 +- .../latest/recordings/test_eh_network.yaml | 498 ++- .../recordings/test_eh_privateendpoint.yaml | 471 ++- .../test_eventhub_schema_registry.yaml | 487 ++- .../tests/latest/test_cluster_commands.py | 6 +- ...st_eventhub_namespace_application_group.py | 179 + src/azure-cli/requirements.py3.Darwin.txt | 2 +- src/azure-cli/requirements.py3.Linux.txt | 2 +- src/azure-cli/requirements.py3.windows.txt | 2 +- src/azure-cli/setup.py | 2 +- 27 files changed, 6273 insertions(+), 3052 deletions(-) diff --git a/src/azure-cli-core/azure/cli/core/profiles/_shared.py b/src/azure-cli-core/azure/cli/core/profiles/_shared.py index b7a2336ecd5..d792c3be244 100644 --- a/src/azure-cli-core/azure/cli/core/profiles/_shared.py +++ b/src/azure-cli-core/azure/cli/core/profiles/_shared.py @@ -200,7 +200,7 @@ def default_api_version(self): ResourceType.DATA_STORAGE_QUEUE: '2018-03-28', ResourceType.DATA_COSMOS_TABLE: '2017-04-17', ResourceType.MGMT_SERVICEBUS: '2021-06-01-preview', - ResourceType.MGMT_EVENTHUB: '2021-11-01', + ResourceType.MGMT_EVENTHUB: '2022-01-01-preview', ResourceType.MGMT_MONITOR: SDKProfile('2019-06-01', { 'action_groups': '2021-09-01', 'activity_log_alerts': '2017-04-01', @@ -288,7 +288,7 @@ def default_api_version(self): ResourceType.DATA_STORAGE_QUEUE: '2019-07-07', ResourceType.DATA_COSMOS_TABLE: '2017-04-17', ResourceType.MGMT_APPSERVICE: '2018-02-01', - ResourceType.MGMT_EVENTHUB: '2021-11-01', + ResourceType.MGMT_EVENTHUB: '2022-01-01-preview', ResourceType.MGMT_SERVICEBUS: '2021-06-01-preview', ResourceType.MGMT_IOTHUB: '2019-07-01-preview', ResourceType.MGMT_DATABOXEDGE: '2019-08-01', @@ -335,7 +335,7 @@ def default_api_version(self): # to have commands show up in the hybrid profile which happens to have the latest # API versions ResourceType.MGMT_APPSERVICE: '2018-02-01', - ResourceType.MGMT_EVENTHUB: '2021-11-01', + ResourceType.MGMT_EVENTHUB: '2022-01-01-preview', ResourceType.MGMT_SERVICEBUS: '2021-06-01-preview', ResourceType.MGMT_IOTHUB: '2019-03-22', ResourceType.MGMT_DATABOXEDGE: '2019-08-01' diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_client_factory.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_client_factory.py index 9326f68e3e4..0a44fabdd07 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_client_factory.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_client_factory.py @@ -40,3 +40,6 @@ def private_link_mgmt_client_factory(cli_ctx, _): def schema_registry_mgmt_client_factory(cli_ctx, _): return cf_eventhub(cli_ctx).schema_registry + +def application_group_mgmt_client_factory(cli_ctx, _): + return cf_eventhub(cli_ctx).application_group diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py index 78235c5206c..0b80099c063 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py @@ -684,3 +684,67 @@ text: | az eventhubs namespace schema-registry delete --namespace-name mynamespace -g MyResourceGroup --name mySchemaGroup """ + +helps['eventhubs namespace application-group'] = """ +type: group +short-summary: Manages Application Groups for premium eventhubs namespace. +""" + +helps['eventhubs namespace application-group create'] = """ +type: command +short-summary: Creates an application group for an EventHub namespace +examples: + - name: Create an application group myAppGroup for eventhub namespace mynamespace with 2 throttling policies. Maximum allowed throttling policies is 4. + text: | + az eventhubs namespace application-group create --namespace-name mynamespace -g MyResourceGroup --name myAppGroup | + --throttling-policy-config name=policy1 metric-id=IncomingMessages rate-limit-threshold=10000 | + --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000 +""" + +helps['eventhubs namespace application-group update'] = """ +type: command +short-summary: Updates an application group in an EventHub namespace +examples: + - name: Updates an application group myAppGroup for eventhub namespace mynamespace. + text: | + az eventhubs namespace application-group create --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --is-enabled false +""" + +helps['eventhubs namespace application-group show'] = """ +type: command +short-summary: Gets an application group in an EventHub namespace +examples: + - name: Gets an application group myAppGroup for eventhub namespace mynamespace. + text: | + az eventhubs namespace application-group show --namespace-name mynamespace -g MyResourceGroup --name myAppGroup +""" + +helps['eventhubs namespace application-group list'] = """ +type: command +short-summary: Lists all application groups in an EventHub namespace +examples: + - name: Lists all application groups in eventhub namespace mynamespace. + text: | + az eventhubs namespace application-group list --namespace-name mynamespace -g MyResourceGroup +""" + +helps['eventhubs namespace application-group application-group-policy add'] = """ +type: command +short-summary: Appends an application group policy to the existing policy. This cmdlet can be used to append one or more throttling policies. +examples: + - name: Append 2 throttling policies to an application group. Maximum allowed throttling policies is 4. + text: | + az eventhubs namespace application-group application-group-policy add --namespace-name mynamespace -g MyResourceGroup --name myAppGroup | + --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 | + --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000 +""" + +helps['eventhubs namespace application-group application-group-policy remove'] = """ +type: command +short-summary: Removes an application group policy from the existing policies. This cmdlet can be used to remove one or more throttling policies. +examples: + - name: Removes a throttling policy from an applicatin group myAppGroup. + text: | + az eventhubs namespace application-group application-group-policy remove --namespace-name mynamespace -g MyResourceGroup --name myAppGroup | + --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 +""" diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py index 0757d3da0e9..6d121394caa 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py @@ -18,7 +18,7 @@ def load_arguments_eh(self, _): from knack.arguments import CLIArgumentType from azure.cli.core.profiles import ResourceType (KeyType, AccessRights, SkuName, KeySource) = self.get_models('KeyType', 'AccessRights', 'SkuName', 'KeySource', resource_type=ResourceType.MGMT_EVENTHUB) - from azure.cli.command_modules.eventhubs.action import AlertAddEncryption + from azure.cli.command_modules.eventhubs.action import AlertAddEncryption, ConstructPolicy rights_arg_type = CLIArgumentType(options_list=['--rights'], nargs='+', arg_type=get_enum_type(AccessRights), validator=validate_rights, help='Space-separated list of Authorization rule rights') key_arg_type = CLIArgumentType(options_list=['--key'], arg_type=get_enum_type(KeyType), help='specifies Primary or Secondary key needs to be reset') @@ -247,7 +247,7 @@ def load_arguments_eh(self, _): with self.argument_context('eventhubs namespace encryption', resource_type=ResourceType.MGMT_EVENTHUB) as c: c.argument('namespace_name', options_list=['--namespace-name'], id_part=None, help='Name of the Namespace') - for scope in ['eventhubs namespace encryption add', 'eventhubs namespace identity remove']: + for scope in ['eventhubs namespace encryption add', 'eventhubs namespace encryption remove']: with self.argument_context(scope, resource_type=ResourceType.MGMT_EVENTHUB) as c: c.argument('encryption_config', action=AlertAddEncryption, nargs='+', help='List of KeyVaultProperties objects.') @@ -265,3 +265,24 @@ def load_arguments_eh(self, _): c.argument('schema_type', options_list=['--schema-type'], arg_type=get_enum_type(['Avro']), help='Type of Schema') c.argument('tags', options_list=['--group-properties'], arg_type=tags_type, help='Type of Schema') + +# Application Group + with self.argument_context('eventhubs namespace application-group') as c: + c.argument('namespace_name', options_list=['--namespace-name'], arg_type=namespace_name_arg_type, help='Name of Namespace') + c.argument('application_group_name', arg_type=name_type, id_part='child_name_1', help='Name of Application Group') + + for scope in ['eventhubs namespace application-group create', 'eventhubs namespace application-group update']: + with self.argument_context(scope) as c: + c.argument('is_enabled', arg_type=get_three_state_flag(), + help='Determines if Application Group is allowed to create connection with namespace or not. ' + 'Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed') + + with self.argument_context('eventhubs namespace application-group create') as c: + c.argument('namespace_name', options_list=['--namespace-name'], id_part=None, help='Name of Namespace') + c.argument('application_group_name', arg_type=name_type, id_part=None, help='Name of Application Group') + c.argument('throttling_policy_config', action=ConstructPolicy, nargs='+', help='List of Throttling Policy Objects') + c.argument('client_app_group_identifier', help='The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)') + + for scope in ['eventhubs namespace application-group application-group-policy add', 'eventhubs namespace application-group application-group-policy remove']: + with self.argument_context(scope) as c: + c.argument('throttling_policy_config', action=ConstructPolicy, nargs='+', help='List of Throttling Policy Objects') diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/action.py b/src/azure-cli/azure/cli/command_modules/eventhubs/action.py index 6b5d3bb791f..59ce6251bd6 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/action.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/action.py @@ -18,11 +18,10 @@ def __call__(self, parser, namespace, values, option_string=None): super(AlertAddEncryption, self).__call__(parser, namespace, action, option_string) def get_action(self, values, option_string): # pylint: disable=no-self-use - from azure.mgmt.eventhub.v2021_11_01.models import KeyVaultProperties - from azure.mgmt.eventhub.v2021_11_01.models import UserAssignedIdentityProperties + from azure.mgmt.eventhub.v2022_01_01_preview.models import KeyVaultProperties + from azure.mgmt.eventhub.v2022_01_01_preview.models import UserAssignedIdentityProperties from azure.cli.core.azclierror import InvalidArgumentValueError from azure.cli.core import CLIError - keyVaultObject = KeyVaultProperties() for (k, v) in (x.split('=', 1) for x in values): @@ -49,3 +48,46 @@ def get_action(self, values, option_string): # pylint: disable=no-self-use keyVaultObject.key_version = '' return keyVaultObject + + +class ConstructPolicy(argparse._AppendAction): + def __call__(self, parser, namespace, values, option_string=None): + action = self.get_action(values, option_string) + super(ConstructPolicy, self).__call__(parser, namespace, action, option_string) + + def get_action(self, values, option_string): # pylint: disable=no-self-use + from azure.mgmt.eventhub.v2022_01_01_preview.models import ThrottlingPolicy + from azure.cli.core import CLIError + from azure.cli.core.azclierror import InvalidArgumentValueError + from azure.cli.command_modules.eventhubs.constants import INCOMING_BYTES, INCOMING_MESSAGES, OUTGOING_MESSAGES, OUTGOING_BYTES + + for (k, v) in (x.split('=', 1) for x in values): + if k == 'name': + name = v + + elif k == 'rate-limit-threshold': + if(v.isdigit() == False): + raise CLIError('rate-limit-threshold should be an integer') + rate_limit_threshold = int(v) + + elif k == 'metric-id': + if v.lower()==INCOMING_MESSAGES.lower(): + metric_id = INCOMING_MESSAGES + elif v.lower()==INCOMING_BYTES.lower(): + metric_id = INCOMING_BYTES + elif v.lower()==OUTGOING_MESSAGES.lower(): + metric_id = OUTGOING_MESSAGES + elif v.lower()==OUTGOING_BYTES.lower(): + metric_id = OUTGOING_BYTES + else: + raise CLIError('Only allowed values for metric_id are: {0}, {1}, {2}, {3}'.format(INCOMING_MESSAGES, INCOMING_BYTES, OUTGOING_MESSAGES, OUTGOING_BYTES)) + + else: + raise InvalidArgumentValueError("Invalid Argument for:'{}' Only allowed arguments are 'name, rate-limit-threshold and metric-id'".format(option_string)) + + if (name is None) or (metric_id is None) or (rate_limit_threshold is None): + raise CLIError('One of the throttling policies is missing one of these parameters: name, metric-id, rate-limit-threshold') + + throttlingPolicy = ThrottlingPolicy(name=name, rate_limit_threshold=rate_limit_threshold, metric_id=metric_id) + + return throttlingPolicy diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py b/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py index d8bb21a7279..75afd9c98c6 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py @@ -18,7 +18,8 @@ def load_command_table(self, _): cluster_mgmt_client_factory, private_endpoint_connections_mgmt_client_factory, private_link_mgmt_client_factory, - schema_registry_mgmt_client_factory) + schema_registry_mgmt_client_factory, + application_group_mgmt_client_factory) eh_namespace_util = CliCommandType( operations_tmpl='azure.mgmt.eventhub.operations#NamespacesOperations.{}', @@ -61,6 +62,12 @@ def load_command_table(self, _): resource_type=ResourceType.MGMT_EVENTHUB ) + eh_application_group_util = CliCommandType( + operations_tmpl='azure.mgmt.eventhub.operations#ApplicationGroupOperations.{}', + client_factory=schema_registry_mgmt_client_factory, + resource_type=ResourceType.MGMT_EVENTHUB + ) + from ._validator import validate_subnet @@ -177,3 +184,15 @@ def load_command_table(self, _): g.command('list', 'list_by_namespace') g.show_command('show', 'get') g.command('delete', 'delete') + +# ApplicationGroup Region + with self.command_group('eventhubs namespace application-group', eh_application_group_util, resource_type=ResourceType.MGMT_EVENTHUB, client_factory=application_group_mgmt_client_factory) as g: + g.custom_command('create', 'cli_appgroup_create') + g.custom_command('update', 'cli_appgroup_update') + g.show_command('show', 'get') + g.command('delete', 'delete') + g.command('list', 'list_by_namespace') + + with self.command_group('eventhubs namespace application-group application-group-policy', eh_application_group_util, resource_type=ResourceType.MGMT_EVENTHUB, client_factory=application_group_mgmt_client_factory) as g: + g.custom_command('add', 'cli_add_appgroup_policy') + g.custom_command('remove', 'cli_remove_appgroup_policy') diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/constants.py b/src/azure-cli/azure/cli/command_modules/eventhubs/constants.py index e69de29bb2d..4c3ce0b9eea 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/constants.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/constants.py @@ -0,0 +1,9 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +INCOMING_MESSAGES = 'IncomingMessages' +INCOMING_BYTES = 'IncomingBytes' +OUTGOING_MESSAGES = 'OutgoingMessages' +OUTGOING_BYTES = 'OutgoingBytes' diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py index 1b082afc03b..bf614bf42ba 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py @@ -569,3 +569,44 @@ def cli_schemaregistry_createupdate(cmd, client, resource_group_name, namespace_ ehSchemaGroup = SchemaGroup(schema_compatibility=schema_compatibility, schema_type=schema_type, group_properties=tags) return client.create_or_update(resource_group_name, namespace_name, schema_group_name, ehSchemaGroup) + + +def cli_appgroup_create(cmd, client, resource_group_name, namespace_name, application_group_name, client_app_group_identifier, + throttling_policy_config, is_enabled=None): + ApplicationGroup = cmd.get_models('ApplicationGroup', resource_type=ResourceType.MGMT_EVENTHUB) + appGroup = ApplicationGroup(policies=throttling_policy_config, client_app_group_identifier=client_app_group_identifier) + + if is_enabled is not None: + ApplicationGroup.is_enabled = is_enabled + + return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) + + +def cli_appgroup_update(cmd, client, resource_group_name, namespace_name, application_group_name, is_enabled=None): + appGroup = client.get(resource_group_name, namespace_name, application_group_name) + + if is_enabled is not None: + appGroup.is_enabled = is_enabled + + return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) + + +def cli_add_appgroup_policy(cmd, client, resource_group_name, namespace_name, application_group_name, throttling_policy_config): + appGroup = client.get(resource_group_name, namespace_name, application_group_name) + appGroup.policies.extend(throttling_policy_config) + return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) + + +def cli_remove_appgroup_policy(cmd, client, resource_group_name, namespace_name, application_group_name, throttling_policy_config): + from azure.cli.core import CLIError + + appGroup = client.get(resource_group_name, namespace_name, application_group_name) + + if appGroup.policies: + for policy_object in throttling_policy_config: + if policy_object in appGroup.policies: + appGroup.policies.remove(policy_object) + else: + raise CLIError('The following policy was not found: Name: '+policy_object.name+', RateLimitThreshold: '+str(policy_object.rate_limit_threshold)+', MetricId: '+policy_object.metric_id) + + return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_alias.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_alias.yaml index 2048a1b3475..efbca53d24e 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_alias.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_alias.yaml @@ -17,9 +17,9 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2022-01-01-preview response: body: string: '{"nameAvailable":true,"reason":"None","message":null}' @@ -31,7 +31,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:19:15 GMT + - Wed, 22 Jun 2022 06:19:41 GMT expires: - '-1' pragma: @@ -55,8 +55,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "SouthCentralUS", "tags": {"{tag1: value1,": "", "tag2: value2}": - ""}, "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "SouthCentralUS", "tags": {"{tag2: value2,": "", "tag1: value1}": + ""}, "sku": {"name": "Standard", "tier": "Standard"}, "properties": {"publicNetworkAccess": + "Enabled"}}' headers: Accept: - application/json @@ -67,37 +68,37 @@ interactions: Connection: - keep-alive Content-Length: - - '132' + - '182' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","name":"eh-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-04-19T06:19:22.28Z","updatedAt":"2022-04-19T06:19:22.28Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-06-22T06:19:46.4Z","updatedAt":"2022-06-22T06:19:46.4Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '757' + - '813' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:19:23 GMT + - Wed, 22 Jun 2022 06:19:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -125,31 +126,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","name":"eh-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-04-19T06:19:22.28Z","updatedAt":"2022-04-19T06:19:22.28Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-06-22T06:19:46.4Z","updatedAt":"2022-06-22T06:19:46.4Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '757' + - '813' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:19:54 GMT + - Wed, 22 Jun 2022 06:20:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -175,22 +176,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","name":"eh-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-04-19T06:19:22.28Z","updatedAt":"2022-04-19T06:20:13.273Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-06-22T06:19:46.4Z","updatedAt":"2022-06-22T06:20:34.59Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '756' + - '812' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:20:23 GMT + - Wed, 22 Jun 2022 06:20:48 GMT expires: - '-1' pragma: @@ -225,22 +226,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","name":"eh-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-04-19T06:19:22.28Z","updatedAt":"2022-04-19T06:20:13.273Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-06-22T06:19:46.4Z","updatedAt":"2022-06-22T06:20:34.59Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '756' + - '812' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:20:24 GMT + - Wed, 22 Jun 2022 06:20:49 GMT expires: - '-1' pragma: @@ -275,31 +276,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","name":"eh-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-04-19T06:19:22.28Z","updatedAt":"2022-04-19T06:20:13.273Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000002","createdAt":"2022-06-22T06:19:46.4Z","updatedAt":"2022-06-22T06:20:34.59Z","serviceBusEndpoint":"https://eh-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '756' + - '812' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:20:24 GMT + - Wed, 22 Jun 2022 06:20:49 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -312,8 +313,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "NorthCentralUS", "tags": {"{tag1: value1,": "", "tag2: value2}": - ""}, "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "NorthCentralUS", "tags": {"{tag2: value2,": "", "tag1: value1}": + ""}, "sku": {"name": "Standard", "tier": "Standard"}, "properties": {"publicNetworkAccess": + "Enabled"}}' headers: Accept: - application/json @@ -324,28 +326,28 @@ interactions: Connection: - keep-alive Content-Length: - - '132' + - '182' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","name":"eh-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-04-19T06:20:29.363Z","updatedAt":"2022-04-19T06:20:29.363Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-06-22T06:20:51.787Z","updatedAt":"2022-06-22T06:20:51.787Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '759' + - '817' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:20:30 GMT + - Wed, 22 Jun 2022 06:20:52 GMT expires: - '-1' pragma: @@ -382,31 +384,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","name":"eh-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-04-19T06:20:29.363Z","updatedAt":"2022-04-19T06:20:29.363Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-06-22T06:20:51.787Z","updatedAt":"2022-06-22T06:20:51.787Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '759' + - '817' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:01 GMT + - Wed, 22 Jun 2022 06:21:23 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -432,31 +434,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","name":"eh-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-04-19T06:20:29.363Z","updatedAt":"2022-04-19T06:21:20.723Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-06-22T06:20:51.787Z","updatedAt":"2022-06-22T06:21:44.183Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '815' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:30 GMT + - Wed, 22 Jun 2022 06:21:53 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -482,31 +484,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","name":"eh-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-04-19T06:20:29.363Z","updatedAt":"2022-04-19T06:21:20.723Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-06-22T06:20:51.787Z","updatedAt":"2022-06-22T06:21:44.183Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '815' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:31 GMT + - Wed, 22 Jun 2022 06:21:54 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -532,22 +534,22 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","name":"eh-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Central US","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-04-19T06:20:29.363Z","updatedAt":"2022-04-19T06:21:20.723Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-nscli000003","createdAt":"2022-06-22T06:20:51.787Z","updatedAt":"2022-06-22T06:21:44.183Z","serviceBusEndpoint":"https://eh-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '815' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:31 GMT + - Wed, 22 Jun 2022 06:21:55 GMT expires: - '-1' pragma: @@ -586,9 +588,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/authorizationRules/cliAutho000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/authorizationRules/cliAutho000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/authorizationRules/cliAutho000004","name":"cliAutho000004","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -601,16 +603,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:38 GMT + - Wed, 22 Jun 2022 06:22:02 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -638,9 +640,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/authorizationRules/cliAutho000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/authorizationRules/cliAutho000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/authorizationRules/cliAutho000004","name":"cliAutho000004","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -653,7 +655,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:38 GMT + - Wed, 22 Jun 2022 06:22:03 GMT expires: - '-1' pragma: @@ -692,9 +694,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/checkNameAvailability?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/checkNameAvailability?api-version=2022-01-01-preview response: body: string: '{"nameAvailable":true,"reason":"None"}' @@ -706,7 +708,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:38 GMT + - Wed, 22 Jun 2022 06:22:03 GMT expires: - '-1' pragma: @@ -725,7 +727,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -747,9 +749,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias --partner-namespace User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -761,16 +763,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:46 GMT + - Wed, 22 Jun 2022 06:22:12 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -798,9 +800,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -812,7 +814,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:46 GMT + - Wed, 22 Jun 2022 06:22:13 GMT expires: - '-1' pragma: @@ -847,9 +849,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","role":"Secondary","type":"MetadataReplication"}}' @@ -861,16 +863,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:47 GMT + - Wed, 22 Jun 2022 06:22:13 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -896,9 +898,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -910,7 +912,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:47 GMT + - Wed, 22 Jun 2022 06:22:14 GMT expires: - '-1' pragma: @@ -945,9 +947,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005/authorizationRules/cliAutho000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005/authorizationRules/cliAutho000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005/authorizationRules/cliAutho000004","name":"cliAutho000004","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -960,7 +962,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:48 GMT + - Wed, 22 Jun 2022 06:22:15 GMT expires: - '-1' pragma: @@ -995,9 +997,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005/authorizationRules?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005/authorizationRules?api-version=2022-01-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005/authorizationRules/RootManageSharedAccessKey","name":"RootManageSharedAccessKey","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -1011,16 +1013,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:21:50 GMT + - Wed, 22 Jun 2022 06:22:16 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1046,9 +1048,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1060,7 +1062,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:22:20 GMT + - Wed, 22 Jun 2022 06:22:47 GMT expires: - '-1' pragma: @@ -1095,9 +1097,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1109,16 +1111,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:22:50 GMT + - Wed, 22 Jun 2022 06:23:19 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1144,9 +1146,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1158,7 +1160,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:23:22 GMT + - Wed, 22 Jun 2022 06:23:50 GMT expires: - '-1' pragma: @@ -1193,9 +1195,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Succeeded","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication","pendingReplicationOperationsCount":0}}' @@ -1207,7 +1209,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:23:52 GMT + - Wed, 22 Jun 2022 06:24:22 GMT expires: - '-1' pragma: @@ -1244,9 +1246,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005/breakPairing?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005/breakPairing?api-version=2022-01-01-preview response: body: string: '' @@ -1256,22 +1258,22 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:23:52 GMT + - Wed, 22 Jun 2022 06:24:22 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -1289,9 +1291,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1303,16 +1305,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:23:53 GMT + - Wed, 22 Jun 2022 06:24:23 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1338,9 +1340,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1352,7 +1354,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:24:24 GMT + - Wed, 22 Jun 2022 06:24:53 GMT expires: - '-1' pragma: @@ -1387,9 +1389,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1401,16 +1403,65 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:24:54 GMT + - Wed, 22 Jun 2022 06:25:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs georecovery-alias show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --alias + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' + headers: + cache-control: + - no-cache + content-length: + - '539' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 06:25:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1436,9 +1487,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Succeeded","partnerNamespace":"","role":"PrimaryNotReplicating","type":"MetadataReplication"}}' @@ -1450,16 +1501,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:25:25 GMT + - Wed, 22 Jun 2022 06:26:25 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1489,9 +1540,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias --partner-namespace User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1503,7 +1554,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:25:32 GMT + - Wed, 22 Jun 2022 06:26:32 GMT expires: - '-1' pragma: @@ -1540,9 +1591,107 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' + headers: + cache-control: + - no-cache + content-length: + - '539' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 06:26:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs georecovery-alias show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --alias + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' + headers: + cache-control: + - no-cache + content-length: + - '539' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 06:27:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs georecovery-alias show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --alias + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1554,7 +1703,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:25:32 GMT + - Wed, 22 Jun 2022 06:27:39 GMT expires: - '-1' pragma: @@ -1589,9 +1738,58 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' + headers: + cache-control: + - no-cache + content-length: + - '539' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 06:28:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs georecovery-alias show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --alias + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1603,7 +1801,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:26:04 GMT + - Wed, 22 Jun 2022 06:28:41 GMT expires: - '-1' pragma: @@ -1638,9 +1836,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication"}}' @@ -1652,7 +1850,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:26:35 GMT + - Wed, 22 Jun 2022 06:29:11 GMT expires: - '-1' pragma: @@ -1687,9 +1885,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Succeeded","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003","role":"Primary","type":"MetadataReplication","pendingReplicationOperationsCount":0}}' @@ -1701,16 +1899,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:27:07 GMT + - Wed, 22 Jun 2022 06:29:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1738,9 +1936,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005/failover?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005/failover?api-version=2022-01-01-preview response: body: string: '' @@ -1750,7 +1948,7 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:27:07 GMT + - Wed, 22 Jun 2022 06:29:43 GMT expires: - '-1' pragma: @@ -1765,7 +1963,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -1783,9 +1981,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","role":"Secondary","type":"MetadataReplication"}}' @@ -1797,16 +1995,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:27:07 GMT + - Wed, 22 Jun 2022 06:29:44 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1832,9 +2030,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","role":"Secondary","type":"MetadataReplication"}}' @@ -1846,16 +2044,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:27:37 GMT + - Wed, 22 Jun 2022 06:30:15 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1881,9 +2079,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002","role":"Secondary","type":"MetadataReplication"}}' @@ -1895,7 +2093,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:28:08 GMT + - Wed, 22 Jun 2022 06:30:46 GMT expires: - '-1' pragma: @@ -1930,9 +2128,58 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Accepted","partnerNamespace":"","role":"PrimaryNotReplicating","type":"MetadataReplication"}}' + headers: + cache-control: + - no-cache + content-length: + - '408' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 06:31:17 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs georecovery-alias show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --alias + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005","name":"cliAlias000005","type":"Microsoft.EventHub/Namespaces/disasterrecoveryconfigs","properties":{"provisioningState":"Succeeded","partnerNamespace":"","role":"PrimaryNotReplicating","type":"MetadataReplication"}}' @@ -1944,7 +2191,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:28:38 GMT + - Wed, 22 Jun 2022 06:31:47 GMT expires: - '-1' pragma: @@ -1981,9 +2228,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --alias User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/disasterRecoveryConfigs/cliAlias000005?api-version=2022-01-01-preview response: body: string: '' @@ -1993,22 +2240,22 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:28:38 GMT + - Wed, 22 Jun 2022 06:31:49 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 200 message: OK @@ -2028,9 +2275,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002?api-version=2022-01-01-preview response: body: string: '' @@ -2040,18 +2287,18 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:29:11 GMT + - Wed, 22 Jun 2022 06:32:22 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/operationresults/eh-nscli000002?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/locations/southcentralus/operationStatus/eh-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -2075,35 +2322,33 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000002/operationresults/eh-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/locations/southcentralus/operationStatus/eh-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 06:29:41 GMT + - Wed, 22 Jun 2022 06:32:52 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content - request: body: null headers: @@ -2120,9 +2365,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003?api-version=2022-01-01-preview response: body: string: '' @@ -2132,24 +2377,24 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:30:13 GMT + - Wed, 22 Jun 2022 06:33:25 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/operationresults/eh-nscli000003?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/locations/northcentralus/operationStatus/eh-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -2167,33 +2412,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/namespaces/eh-nscli000003/operationresults/eh-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_alias000001/providers/Microsoft.EventHub/locations/northcentralus/operationStatus/eh-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 06:30:44 GMT + - Wed, 22 Jun 2022 06:33:55 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_cluster.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_cluster.yaml index 4e0c4878f66..dbb2a2cdea8 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_cluster.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_cluster.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "southcentralus"}' + body: '{"location": "westcentralus"}' headers: Accept: - application/json @@ -11,47 +11,43 @@ interactions: Connection: - keep-alive Content-Length: - - '30' + - '29' Content-Type: - application/json ParameterSetName: - --resource-group --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rgehcluster-cli-test?api-version=2021-04-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rg-cluster-000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test","name":"rgehcluster-cli-test","type":"Microsoft.Resources/resourceGroups","location":"southcentralus","properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001","name":"rg-cluster-000001","type":"Microsoft.Resources/resourceGroups","location":"westcentralus","properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '245' + - '238' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:12:42 GMT + - Wed, 22 Jun 2022 06:12:49 GMT expires: - '-1' pragma: - no-cache 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' + - '1199' status: - code: 200 - message: OK + code: 201 + message: Created - request: - body: '{"location": "eastus", "tags": {"tag1": "value1"}, "sku": {"name": "Dedicated", - "capacity": 1}}' + body: '{"location": "southcentralus", "tags": {"tag1": "value1"}, "sku": {"name": + "Dedicated", "capacity": 1}}' headers: Accept: - application/json @@ -62,36 +58,36 @@ interactions: Connection: - keep-alive Content-Length: - - '95' + - '103' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","name":"eventhubs-clus1-000001","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag1":"value1"},"properties":{"createdAt":"2022-04-19T06:12:46.53Z","updatedAt":"2022-04-19T06:12:46.53Z","metricId":"PROD-BL3-51132"}}' + string: '{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","name":"eventhubs-clus1-000002","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag1":"value1"},"properties":{"supportsScaling":false,"createdAt":"2022-06-22T06:12:56.077Z","updatedAt":"2022-06-22T06:12:56.077Z","metricId":"PROD-SN3-571"}}' headers: cache-control: - no-cache content-length: - - '430' + - '459' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:12:48 GMT + - Wed, 22 Jun 2022 06:12:57 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -101,7 +97,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -119,30 +115,30 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","name":"eventhubs-clus1-000001","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag1":"value1"},"properties":{"createdAt":"2022-04-19T06:12:46.53Z","updatedAt":"2022-04-19T06:12:46.53Z","metricId":"PROD-BL3-51132"}}' + string: '{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","name":"eventhubs-clus1-000002","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag1":"value1"},"properties":{"supportsScaling":false,"createdAt":"2022-06-22T06:12:56.077Z","updatedAt":"2022-06-22T06:12:56.077Z","metricId":"PROD-SN3-571"}}' headers: cache-control: - no-cache content-length: - - '430' + - '459' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:12:49 GMT + - Wed, 22 Jun 2022 06:13:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -155,8 +151,9 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", - "tier": "Standard"}, "properties": {"clusterArmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001"}}' + body: '{"location": "southcentralus", "tags": {"{tag1": "value1}"}, "sku": {"name": + "Standard", "tier": "Standard"}, "properties": {"clusterArmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002", + "publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -167,37 +164,37 @@ interactions: Connection: - keep-alive Content-Length: - - '285' + - '324' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --cluster-arm-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:12:55.637Z","updatedAt":"2022-04-19T06:12:55.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T06:13:08.6Z","updatedAt":"2022-06-22T06:13:08.6Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '920' + - '977' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:12:56 GMT + - Wed, 22 Jun 2022 06:13:10 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -225,31 +222,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --cluster-arm-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:12:55.637Z","updatedAt":"2022-04-19T06:12:55.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T06:13:08.6Z","updatedAt":"2022-06-22T06:13:08.6Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '920' + - '977' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:13:27 GMT + - Wed, 22 Jun 2022 06:13:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -275,31 +272,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --cluster-arm-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:12:55.637Z","updatedAt":"2022-04-19T06:13:51.733Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T06:13:08.6Z","updatedAt":"2022-06-22T06:13:57.11Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '918' + - '976' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:13:58 GMT + - Wed, 22 Jun 2022 06:14:11 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -325,31 +322,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --cluster-arm-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:12:55.637Z","updatedAt":"2022-04-19T06:13:51.733Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T06:13:08.6Z","updatedAt":"2022-06-22T06:13:57.11Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '918' + - '976' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:13:58 GMT + - Wed, 22 Jun 2022 06:14:12 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -375,30 +372,30 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001/namespaces?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002/namespaces?api-version=2022-01-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002"}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003"}]}' headers: cache-control: - no-cache content-length: - - '170' + - '167' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:13:59 GMT + - Wed, 22 Jun 2022 06:14:14 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -424,21 +421,21 @@ interactions: ParameterSetName: - --resource-group --name --tags User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","name":"eventhubs-clus1-000001","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag1":"value1"},"properties":{"createdAt":"2022-04-19T06:12:46.53Z","updatedAt":"2022-04-19T06:12:46.53Z","metricId":"PROD-BL3-51132"}}' + string: '{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","name":"eventhubs-clus1-000002","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag1":"value1"},"properties":{"supportsScaling":false,"createdAt":"2022-06-22T06:12:56.077Z","updatedAt":"2022-06-22T06:12:56.077Z","metricId":"PROD-SN3-571"}}' headers: cache-control: - no-cache content-length: - - '430' + - '459' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:14:00 GMT + - Wed, 22 Jun 2022 06:14:17 GMT expires: - '-1' pragma: @@ -460,8 +457,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "tags": {"tag2": "value2"}, "sku": {"name": "Dedicated", - "capacity": 1}}' + body: '{"location": "southcentralus", "tags": {"tag2": "value2"}, "sku": {"name": + "Dedicated", "capacity": 1}, "properties": {"supportsScaling": false}}' headers: Accept: - application/json @@ -472,27 +469,27 @@ interactions: Connection: - keep-alive Content-Length: - - '95' + - '145' Content-Type: - application/json ParameterSetName: - --resource-group --name --tags User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PATCH - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","name":"eventhubs-clus1-000001","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-04-19T06:12:46.53Z","updatedAt":"2022-04-19T06:14:02.18Z","metricId":"PROD-BL3-51132"}}' + string: '{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","name":"eventhubs-clus1-000002","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag2":"value2"},"properties":{"supportsScaling":false,"createdAt":"2022-06-22T06:12:56.077Z","updatedAt":"2022-06-22T06:14:21.997Z","metricId":"PROD-SN3-571"}}' headers: cache-control: - no-cache content-length: - - '430' + - '459' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:14:06 GMT + - Wed, 22 Jun 2022 06:14:25 GMT expires: - '-1' pragma: @@ -511,7 +508,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -529,30 +526,30 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters?api-version=2022-01-01-preview response: body: - string: '{"value":[{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-r26m","name":"eventhubs-clus1-r26m","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag2":"value2"},"properties":{"createdAt":"2021-12-14T09:24:43.497Z","updatedAt":"2021-12-14T09:26:12.823Z","metricId":"PROD-SN3-538"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-onwp","name":"eventhubs-clus1-onwp","type":"Microsoft.EventHub/clusters","location":"eastus2","tags":{"tag1":"value1"},"properties":{"createdAt":"2021-09-28T01:56:00.25Z","updatedAt":"2021-09-28T01:56:00.25Z","metricId":"PROD-BN3-51090"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000001","name":"eventhubs-clus1-000001","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-04-19T06:12:46.53Z","updatedAt":"2022-04-19T06:14:02.18Z","metricId":"PROD-BL3-51132"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-7hp2","name":"eventhubs-clus1-7hp2","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag1":"value1"},"properties":{"createdAt":"2022-04-19T06:10:49.937Z","updatedAt":"2022-04-19T06:10:49.937Z","metricId":"PROD-BL3-51131"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-zhhj","name":"eventhubs-clus1-zhhj","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-02-11T17:23:37.62Z","updatedAt":"2022-02-11T17:25:06.243Z","metricId":"PROD-SN3-544"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-gvx5","name":"eventhubs-clus1-gvx5","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-02-06T16:07:04.12Z","updatedAt":"2022-02-06T16:08:32.063Z","metricId":"PROD-SN3-542"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-7a4b","name":"eventhubs-clus1-7a4b","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-02-22T07:32:07.763Z","updatedAt":"2022-02-22T07:33:38.94Z","metricId":"PROD-BL3-51106"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-hs5d","name":"eventhubs-clus1-hs5d","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-04-19T03:35:01.737Z","updatedAt":"2022-04-19T03:36:32.7Z","metricId":"PROD-BL3-51129"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-5guz","name":"eventhubs-clus1-5guz","type":"Microsoft.EventHub/clusters","location":"eastus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-03-29T08:21:16.44Z","updatedAt":"2022-03-29T08:22:51.07Z","metricId":"PROD-BL3-51073"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-4njc","name":"eventhubs-clus1-4njc","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-02-22T04:04:27.92Z","updatedAt":"2022-02-22T04:05:59.607Z","metricId":"PROD-SN3-555"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-gdsi","name":"eventhubs-clus1-gdsi","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag2":"value2"},"properties":{"createdAt":"2022-02-19T15:53:08.083Z","updatedAt":"2022-02-19T15:54:32.98Z","metricId":"PROD-SN3-553"}},{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-g5wf","name":"eventhubs-clus1-g5wf","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag1":"value1"},"properties":{"createdAt":"2021-09-27T19:36:29.627Z","updatedAt":"2021-09-27T19:36:29.627Z","metricId":"PROD-SN3-517"}}]}' + string: '{"value":[{"sku":{"name":"Dedicated","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-000001/providers/Microsoft.EventHub/clusters/eventhubs-clus1-000002","name":"eventhubs-clus1-000002","type":"Microsoft.EventHub/clusters","location":"southcentralus","tags":{"tag2":"value2"},"properties":{"supportsScaling":false,"createdAt":"2022-06-22T06:12:56.077Z","updatedAt":"2022-06-22T06:14:21.997Z","metricId":"PROD-SN3-571"}}]}' headers: cache-control: - no-cache content-length: - - '5187' + - '471' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:14:07 GMT + - Wed, 22 Jun 2022 06:14:26 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_consumergroup.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_consumergroup.yaml index b8cc7944e03..6a56aa79cb3 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_consumergroup.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_consumergroup.yaml @@ -1,8 +1,8 @@ interactions: - request: - body: '{"location": "westus2", "tags": {"{tag1: value1,": "", "tag2: value2}": + body: '{"location": "westus2", "tags": {"{tag2: value2,": "", "tag1: value1}": ""}, "sku": {"name": "Standard", "tier": "Standard"}, "properties": {"isAutoInflateEnabled": - true, "maximumThroughputUnits": 4}}' + true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 4}}' headers: Accept: - application/json @@ -13,37 +13,37 @@ interactions: Connection: - keep-alive Content-Length: - - '200' + - '234' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:30:53.177Z","updatedAt":"2022-04-19T06:30:53.177Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:34:06.973Z","updatedAt":"2022-06-22T06:34:06.973Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '787' + - '845' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:30:53 GMT + - Wed, 22 Jun 2022 06:34:07 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -71,31 +71,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:30:53.177Z","updatedAt":"2022-04-19T06:30:53.177Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:34:06.973Z","updatedAt":"2022-06-22T06:34:06.973Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '787' + - '845' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:31:24 GMT + - Wed, 22 Jun 2022 06:34:38 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -121,31 +121,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:30:53.177Z","updatedAt":"2022-04-19T06:31:40.69Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:34:06.973Z","updatedAt":"2022-06-22T06:34:58.127Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '784' + - '843' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:31:54 GMT + - Wed, 22 Jun 2022 06:35:08 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -171,31 +171,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:30:53.177Z","updatedAt":"2022-04-19T06:31:40.69Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:34:06.973Z","updatedAt":"2022-06-22T06:34:58.127Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '784' + - '843' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:31:55 GMT + - Wed, 22 Jun 2022 06:35:08 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -221,31 +221,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:30:53.177Z","updatedAt":"2022-04-19T06:31:40.69Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:34:06.973Z","updatedAt":"2022-06-22T06:34:58.127Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '784' + - '843' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:31:54 GMT + - Wed, 22 Jun 2022 06:35:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -275,22 +275,22 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003","name":"eventhubs-eventhubcli000003","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-19T06:31:57.73Z","updatedAt":"2022-04-19T06:31:57.91Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-22T06:35:12.55Z","updatedAt":"2022-06-22T06:35:12.737Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '504' + - '505' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:31:58 GMT + - Wed, 22 Jun 2022 06:35:12 GMT expires: - '-1' pragma: @@ -309,7 +309,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -327,22 +327,22 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003","name":"eventhubs-eventhubcli000003","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-19T06:31:57.73Z","updatedAt":"2022-04-19T06:31:57.91Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-22T06:35:12.55Z","updatedAt":"2022-06-22T06:35:12.737Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '504' + - '505' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:31:58 GMT + - Wed, 22 Jun 2022 06:35:14 GMT expires: - '-1' pragma: @@ -381,13 +381,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --user-metadata User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004","name":"clicg000004","type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups","location":"West - US 2","properties":{"createdAt":"2022-04-19T06:32:00.1557417Z","updatedAt":"2022-04-19T06:32:00.1557417Z","userMetadata":"usermetadata"}}' + US 2","properties":{"createdAt":"2022-06-22T06:35:18.9893182Z","updatedAt":"2022-06-22T06:35:18.9893182Z","userMetadata":"usermetadata"}}' headers: cache-control: - no-cache @@ -396,7 +396,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:32:00 GMT + - Wed, 22 Jun 2022 06:35:19 GMT expires: - '-1' pragma: @@ -433,13 +433,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004","name":"clicg000004","type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups","location":"West - US 2","properties":{"createdAt":"2022-04-19T06:32:00.167Z","updatedAt":"2022-04-19T06:32:00.167Z","userMetadata":"usermetadata"}}' + US 2","properties":{"createdAt":"2022-06-22T06:35:18.997Z","updatedAt":"2022-06-22T06:35:18.997Z","userMetadata":"usermetadata"}}' headers: cache-control: - no-cache @@ -448,7 +448,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:32:00 GMT + - Wed, 22 Jun 2022 06:35:20 GMT expires: - '-1' pragma: @@ -483,13 +483,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --user-metadata User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004","name":"clicg000004","type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups","location":"West - US 2","properties":{"createdAt":"2022-04-19T06:32:00.167Z","updatedAt":"2022-04-19T06:32:00.167Z","userMetadata":"usermetadata"}}' + US 2","properties":{"createdAt":"2022-06-22T06:35:18.997Z","updatedAt":"2022-06-22T06:35:18.997Z","userMetadata":"usermetadata"}}' headers: cache-control: - no-cache @@ -498,7 +498,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:32:00 GMT + - Wed, 22 Jun 2022 06:35:22 GMT expires: - '-1' pragma: @@ -537,13 +537,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --user-metadata User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004","name":"clicg000004","type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups","location":"West - US 2","properties":{"createdAt":"2022-04-19T06:32:02.7961591Z","updatedAt":"2022-04-19T06:32:02.7961591Z","userMetadata":"usermetadata-updated"}}' + US 2","properties":{"createdAt":"2022-06-22T06:35:25.2522089Z","updatedAt":"2022-06-22T06:35:25.2522089Z","userMetadata":"usermetadata-updated"}}' headers: cache-control: - no-cache @@ -552,7 +552,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:32:02 GMT + - Wed, 22 Jun 2022 06:35:25 GMT expires: - '-1' pragma: @@ -589,14 +589,14 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups?api-version=2022-01-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/$Default","name":"$Default","type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups","location":"West - US 2","properties":{"createdAt":"2022-04-19T06:31:57.763Z","updatedAt":"2022-04-19T06:31:57.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004","name":"clicg000004","type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups","location":"West - US 2","properties":{"createdAt":"2022-04-19T06:32:00.171Z","updatedAt":"2022-04-19T06:32:02.802Z","userMetadata":"usermetadata-updated"}}]}' + US 2","properties":{"createdAt":"2022-06-22T06:35:12.568Z","updatedAt":"2022-06-22T06:35:12.568Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004","name":"clicg000004","type":"Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups","location":"West + US 2","properties":{"createdAt":"2022-06-22T06:35:18.998Z","updatedAt":"2022-06-22T06:35:25.278Z","userMetadata":"usermetadata-updated"}}]}' headers: cache-control: - no-cache @@ -605,7 +605,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:32:02 GMT + - Wed, 22 Jun 2022 06:35:26 GMT expires: - '-1' pragma: @@ -644,9 +644,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003/consumergroups/clicg000004?api-version=2022-01-01-preview response: body: string: '' @@ -656,7 +656,7 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:32:03 GMT + - Wed, 22 Jun 2022 06:35:28 GMT expires: - '-1' pragma: @@ -691,9 +691,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2022-01-01-preview response: body: string: '' @@ -703,22 +703,22 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:32:06 GMT + - Wed, 22 Jun 2022 06:35:32 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 200 message: OK @@ -738,9 +738,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '' @@ -750,18 +750,18 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:32:09 GMT + - Wed, 22 Jun 2022 06:35:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/locations/westus2/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -785,33 +785,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_consumergroup000001/providers/Microsoft.EventHub/locations/westus2/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 06:32:39 GMT + - Wed, 22 Jun 2022 06:36:06 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_create_update.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_create_update.yaml index 8a89fe81496..9967c8b072d 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_create_update.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_create_update.yaml @@ -18,7 +18,7 @@ interactions: ParameterSetName: - -n -g -l --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005?api-version=2021-09-01 response: @@ -32,11 +32,11 @@ interactions: content-type: - text/plain; charset=utf-8 date: - - Tue, 19 Apr 2022 07:42:50 GMT + - Wed, 22 Jun 2022 08:11:51 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/943c2179-ee4c-4412-9c7c-9d267ef249f2?monitor=true&api-version=2021-09-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/44d26274-2006-498a-9be7-4872842be10d?monitor=true&api-version=2021-09-01 pragma: - no-cache server: @@ -64,12 +64,12 @@ interactions: ParameterSetName: - -n -g -l --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/943c2179-ee4c-4412-9c7c-9d267ef249f2?monitor=true&api-version=2021-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/locations/westus/asyncoperations/44d26274-2006-498a-9be7-4872842be10d?monitor=true&api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005","name":"storageehnscli000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-19T07:42:48.3902822Z","key2":"2022-04-19T07:42:48.3902822Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-19T07:42:48.4059332Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-19T07:42:48.4059332Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-19T07:42:48.2652482Z","primaryEndpoints":{"dfs":"https://storageehnscli000005.dfs.core.windows.net/","web":"https://storageehnscli000005.z22.web.core.windows.net/","blob":"https://storageehnscli000005.blob.core.windows.net/","queue":"https://storageehnscli000005.queue.core.windows.net/","table":"https://storageehnscli000005.table.core.windows.net/","file":"https://storageehnscli000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005","name":"storageehnscli000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T08:11:50.2167296Z","key2":"2022-06-22T08:11:50.2167296Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T08:11:50.2167296Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T08:11:50.2167296Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-06-22T08:11:50.1073851Z","primaryEndpoints":{"dfs":"https://storageehnscli000005.dfs.core.windows.net/","web":"https://storageehnscli000005.z22.web.core.windows.net/","blob":"https://storageehnscli000005.blob.core.windows.net/","queue":"https://storageehnscli000005.queue.core.windows.net/","table":"https://storageehnscli000005.table.core.windows.net/","file":"https://storageehnscli000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -78,7 +78,7 @@ interactions: content-type: - application/json date: - - Tue, 19 Apr 2022 07:43:06 GMT + - Wed, 22 Jun 2022 08:12:09 GMT expires: - '-1' pragma: @@ -110,21 +110,22 @@ interactions: ParameterSetName: - -n -g --account-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2021-09-01 response: body: - string: '{"value":[{"identity":{"principalId":"840fca70-40b9-4b11-b371-47d2a7fca49b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aprao-keyvault-icm/providers/Microsoft.Storage/storageAccounts/apraos","name":"apraos","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-03-16T18:40:34.9782915Z","key2":"2021-03-16T18:40:34.9782915Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"keyvaultproperties":{"currentVersionedKeyIdentifier":"https://aprao-keyvault.vault.azure.net/keys/key1/1868f66b800d4c35a2b1d74caec0533d","lastKeyRotationTimestamp":"2021-03-16T18:42:12.1198230Z","currentVersionedKeyExpirationTimestamp":"2023-03-09T19:06:47.0000000Z","keyvaulturi":"https://aprao-keyvault.vault.azure.net","keyname":"key1","keyversion":""},"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"}},"keySource":"Microsoft.Keyvault"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-16T18:40:34.8533176Z","primaryEndpoints":{"dfs":"https://apraos.dfs.core.windows.net/","web":"https://apraos.z13.web.core.windows.net/","blob":"https://apraos.blob.core.windows.net/","queue":"https://apraos.queue.core.windows.net/","table":"https://apraos.table.core.windows.net/","file":"https://apraos.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://apraos-secondary.dfs.core.windows.net/","web":"https://apraos-secondary.z13.web.core.windows.net/","blob":"https://apraos-secondary.blob.core.windows.net/","queue":"https://apraos-secondary.queue.core.windows.net/","table":"https://apraos-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest","name":"ardsouzaprivatelinkstest","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-08T21:54:38.4161048Z","key2":"2022-03-08T21:54:38.4161048Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest/privateEndpointConnections/ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","name":"ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Network/privateEndpoints/ardsouzatestprivatelink"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"identity":{},"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-08T21:54:38.2754673Z","primaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest.table.core.windows.net/","file":"https://ardsouzaprivatelinkstest.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest-secondary.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest-secondary.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest-secondary.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest-secondary.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jakeschiller-synthetics/providers/Microsoft.Storage/storageAccounts/auditlogsjake","name":"auditlogsjake","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-04T18:16:57.1728121Z","key2":"2022-03-04T18:16:57.1728121Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-04T18:16:57.0321941Z","primaryEndpoints":{"dfs":"https://auditlogsjake.dfs.core.windows.net/","web":"https://auditlogsjake.z13.web.core.windows.net/","blob":"https://auditlogsjake.blob.core.windows.net/","queue":"https://auditlogsjake.queue.core.windows.net/","table":"https://auditlogsjake.table.core.windows.net/","file":"https://auditlogsjake.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032000fc40d543","name":"cs210032000fc40d543","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-26T18:43:28.0072728Z","key2":"2021-10-26T18:43:28.0072728Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-26T18:43:27.8822875Z","primaryEndpoints":{"dfs":"https://cs210032000fc40d543.dfs.core.windows.net/","web":"https://cs210032000fc40d543.z13.web.core.windows.net/","blob":"https://cs210032000fc40d543.blob.core.windows.net/","queue":"https://cs210032000fc40d543.queue.core.windows.net/","table":"https://cs210032000fc40d543.table.core.windows.net/","file":"https://cs210032000fc40d543.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/capturerg/providers/Microsoft.Storage/storageAccounts/danscapturestor","name":"danscapturestor","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-05-10T17:04:59.4126203Z","primaryEndpoints":{"dfs":"https://danscapturestor.dfs.core.windows.net/","web":"https://danscapturestor.z13.web.core.windows.net/","blob":"https://danscapturestor.blob.core.windows.net/","queue":"https://danscapturestor.queue.core.windows.net/","table":"https://danscapturestor.table.core.windows.net/","file":"https://danscapturestor.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehcapturereplay/providers/Microsoft.Storage/storageAccounts/ehcapturereplay","name":"ehcapturereplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T19:12:07.2072655Z","key2":"2022-02-01T19:12:07.2072655Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T19:12:07.0510299Z","primaryEndpoints":{"blob":"https://ehcapturereplay.blob.core.windows.net/","queue":"https://ehcapturereplay.queue.core.windows.net/","table":"https://ehcapturereplay.table.core.windows.net/","file":"https://ehcapturereplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/schiller-aa/providers/Microsoft.Storage/storageAccounts/ehmigration1","name":"ehmigration1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-22T19:23:18.4734412Z","key2":"2021-10-22T19:23:18.4734412Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T19:23:18.4734412Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T19:23:18.4734412Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T19:23:18.3484527Z","primaryEndpoints":{"dfs":"https://ehmigration1.dfs.core.windows.net/","web":"https://ehmigration1.z13.web.core.windows.net/","blob":"https://ehmigration1.blob.core.windows.net/","queue":"https://ehmigration1.queue.core.windows.net/","table":"https://ehmigration1.table.core.windows.net/","file":"https://ehmigration1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s02-rg_jfgk8s02_eastus/providers/Microsoft.Storage/storageAccounts/f14e964f95191459eaf85f3","name":"f14e964f95191459eaf85f3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T01:35:00.6925453Z","key2":"2021-05-16T01:35:00.6925453Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T01:35:00.5831489Z","primaryEndpoints":{"dfs":"https://f14e964f95191459eaf85f3.dfs.core.windows.net/","web":"https://f14e964f95191459eaf85f3.z13.web.core.windows.net/","blob":"https://f14e964f95191459eaf85f3.blob.core.windows.net/","queue":"https://f14e964f95191459eaf85f3.queue.core.windows.net/","table":"https://f14e964f95191459eaf85f3.table.core.windows.net/","file":"https://f14e964f95191459eaf85f3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s04-rg_jfgk8s04_eastus/providers/Microsoft.Storage/storageAccounts/f9fb0f3b75e644de7a8b1a5","name":"f9fb0f3b75e644de7a8b1a5","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-21T05:53:00.8960765Z","key2":"2021-05-21T05:53:00.8960765Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-21T05:53:00.7867115Z","primaryEndpoints":{"dfs":"https://f9fb0f3b75e644de7a8b1a5.dfs.core.windows.net/","web":"https://f9fb0f3b75e644de7a8b1a5.z13.web.core.windows.net/","blob":"https://f9fb0f3b75e644de7a8b1a5.blob.core.windows.net/","queue":"https://f9fb0f3b75e644de7a8b1a5.queue.core.windows.net/","table":"https://f9fb0f3b75e644de7a8b1a5.table.core.windows.net/","file":"https://f9fb0f3b75e644de7a8b1a5.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s03-rg_jfgk8s03_eastus/providers/Microsoft.Storage/storageAccounts/fc1f1b22293414ef8a49638","name":"fc1f1b22293414ef8a49638","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T22:21:33.8841286Z","key2":"2021-05-16T22:21:33.8841286Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T22:21:33.7591140Z","primaryEndpoints":{"dfs":"https://fc1f1b22293414ef8a49638.dfs.core.windows.net/","web":"https://fc1f1b22293414ef8a49638.z13.web.core.windows.net/","blob":"https://fc1f1b22293414ef8a49638.blob.core.windows.net/","queue":"https://fc1f1b22293414ef8a49638.queue.core.windows.net/","table":"https://fc1f1b22293414ef8a49638.table.core.windows.net/","file":"https://fc1f1b22293414ef8a49638.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s01-rg_jfgk8s01_eastus/providers/Microsoft.Storage/storageAccounts/fe3a48e25bb7d4a43b4476a","name":"fe3a48e25bb7d4a43b4476a","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-15T21:13:48.8778383Z","key2":"2021-05-15T21:13:48.8778383Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-15T21:13:48.7684800Z","primaryEndpoints":{"dfs":"https://fe3a48e25bb7d4a43b4476a.dfs.core.windows.net/","web":"https://fe3a48e25bb7d4a43b4476a.z13.web.core.windows.net/","blob":"https://fe3a48e25bb7d4a43b4476a.blob.core.windows.net/","queue":"https://fe3a48e25bb7d4a43b4476a.queue.core.windows.net/","table":"https://fe3a48e25bb7d4a43b4476a.table.core.windows.net/","file":"https://fe3a48e25bb7d4a43b4476a.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct3","name":"jfgstgacct3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":true,"keyCreationTime":{"key1":"2021-09-21T21:19:23.7492101Z","key2":"2021-09-21T21:19:23.7492101Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-21T21:19:23.6242147Z","primaryEndpoints":{"dfs":"https://jfgstgacct3.dfs.core.windows.net/","web":"https://jfgstgacct3.z13.web.core.windows.net/","blob":"https://jfgstgacct3.blob.core.windows.net/","queue":"https://jfgstgacct3.queue.core.windows.net/","table":"https://jfgstgacct3.table.core.windows.net/","file":"https://jfgstgacct3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct3-secondary.dfs.core.windows.net/","web":"https://jfgstgacct3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacct3-secondary.blob.core.windows.net/","queue":"https://jfgstgacct3-secondary.queue.core.windows.net/","table":"https://jfgstgacct3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgToDelete/providers/Microsoft.Storage/storageAccounts/jfgstgacct4mediasrvc","name":"jfgstgacct4mediasrvc","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-09-04T14:59:26.8105680Z","primaryEndpoints":{"blob":"https://jfgstgacct4mediasrvc.blob.core.windows.net/","queue":"https://jfgstgacct4mediasrvc.queue.core.windows.net/","table":"https://jfgstgacct4mediasrvc.table.core.windows.net/","file":"https://jfgstgacct4mediasrvc.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/jfgstgacctn","name":"jfgstgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T01:57:37.8270902Z","key2":"2021-04-16T01:57:37.8270902Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T01:57:37.7176940Z","primaryEndpoints":{"dfs":"https://jfgstgacctn.dfs.core.windows.net/","web":"https://jfgstgacctn.z13.web.core.windows.net/","blob":"https://jfgstgacctn.blob.core.windows.net/","queue":"https://jfgstgacctn.queue.core.windows.net/","table":"https://jfgstgacctn.table.core.windows.net/","file":"https://jfgstgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctn-secondary.dfs.core.windows.net/","web":"https://jfgstgacctn-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctn-secondary.blob.core.windows.net/","queue":"https://jfgstgacctn-secondary.queue.core.windows.net/","table":"https://jfgstgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt1","name":"jfgstgacctwmt1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T04:54:16.7474556Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt1.dfs.core.windows.net/","web":"https://jfgstgacctwmt1.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1.blob.core.windows.net/","queue":"https://jfgstgacctwmt1.queue.core.windows.net/","table":"https://jfgstgacctwmt1.table.core.windows.net/","file":"https://jfgstgacctwmt1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt1-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt1-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt1-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt2","name":"jfgstgacctwmt2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T05:44:17.6094265Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt2.dfs.core.windows.net/","web":"https://jfgstgacctwmt2.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2.blob.core.windows.net/","queue":"https://jfgstgacctwmt2.queue.core.windows.net/","table":"https://jfgstgacctwmt2.table.core.windows.net/","file":"https://jfgstgacctwmt2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt2-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt2-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt2-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt3","name":"jfgstgacctwmt3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T22:54:56.1329586Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt3.dfs.core.windows.net/","web":"https://jfgstgacctwmt3.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3.blob.core.windows.net/","queue":"https://jfgstgacctwmt3.queue.core.windows.net/","table":"https://jfgstgacctwmt3.table.core.windows.net/","file":"https://jfgstgacctwmt3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt3-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt3-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt4","name":"jfgstgacctwmt4","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-15T02:16:52.8821618Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt4.dfs.core.windows.net/","web":"https://jfgstgacctwmt4.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4.blob.core.windows.net/","queue":"https://jfgstgacctwmt4.queue.core.windows.net/","table":"https://jfgstgacctwmt4.table.core.windows.net/","file":"https://jfgstgacctwmt4.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt4-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt4-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt4-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EHResourceGr1/providers/Microsoft.Storage/storageAccounts/kasunehstore","name":"kasunehstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T23:34:23.0424727Z","key2":"2021-04-16T23:34:23.0424727Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T23:34:22.9330605Z","primaryEndpoints":{"dfs":"https://kasunehstore.dfs.core.windows.net/","web":"https://kasunehstore.z13.web.core.windows.net/","blob":"https://kasunehstore.blob.core.windows.net/","queue":"https://kasunehstore.queue.core.windows.net/","table":"https://kasunehstore.table.core.windows.net/","file":"https://kasunehstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kasunehstore-secondary.dfs.core.windows.net/","web":"https://kasunehstore-secondary.z13.web.core.windows.net/","blob":"https://kasunehstore-secondary.blob.core.windows.net/","queue":"https://kasunehstore-secondary.queue.core.windows.net/","table":"https://kasunehstore-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kasunResourceGroup1/providers/Microsoft.Storage/storageAccounts/kindrasiri1dlp","name":"kindrasiri1dlp","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-31T18:53:26.1259645Z","key2":"2021-08-31T18:53:26.1259645Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-31T18:53:26.0165731Z","primaryEndpoints":{"dfs":"https://kindrasiri1dlp.dfs.core.windows.net/","web":"https://kindrasiri1dlp.z13.web.core.windows.net/","blob":"https://kindrasiri1dlp.blob.core.windows.net/","queue":"https://kindrasiri1dlp.queue.core.windows.net/","table":"https://kindrasiri1dlp.table.core.windows.net/","file":"https://kindrasiri1dlp.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri-synapse/providers/Microsoft.Storage/storageAccounts/kindrasiriadls2","name":"kindrasiriadls2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-11T18:39:16.2706597Z","key2":"2021-06-11T18:39:16.2706597Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-11T18:39:16.1768907Z","primaryEndpoints":{"dfs":"https://kindrasiriadls2.dfs.core.windows.net/","web":"https://kindrasiriadls2.z13.web.core.windows.net/","blob":"https://kindrasiriadls2.blob.core.windows.net/","queue":"https://kindrasiriadls2.queue.core.windows.net/","table":"https://kindrasiriadls2.table.core.windows.net/","file":"https://kindrasiriadls2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kindrasiriadls2-secondary.dfs.core.windows.net/","web":"https://kindrasiriadls2-secondary.z13.web.core.windows.net/","blob":"https://kindrasiriadls2-secondary.blob.core.windows.net/","queue":"https://kindrasiriadls2-secondary.queue.core.windows.net/","table":"https://kindrasiriadls2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiriehreplay/providers/Microsoft.Storage/storageAccounts/kindrasiriehreplay","name":"kindrasiriehreplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T22:14:03.8595423Z","key2":"2022-02-01T22:14:03.8595423Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T22:14:03.7189311Z","primaryEndpoints":{"blob":"https://kindrasiriehreplay.blob.core.windows.net/","queue":"https://kindrasiriehreplay.queue.core.windows.net/","table":"https://kindrasiriehreplay.table.core.windows.net/","file":"https://kindrasiriehreplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasirifunctionbloblt/providers/Microsoft.Storage/storageAccounts/kindrasirifunctionbloblt","name":"kindrasirifunctionbloblt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T18:48:28.8584608Z","key2":"2022-02-01T18:48:28.8584608Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T18:48:28.7021807Z","primaryEndpoints":{"blob":"https://kindrasirifunctionbloblt.blob.core.windows.net/","queue":"https://kindrasirifunctionbloblt.queue.core.windows.net/","table":"https://kindrasirifunctionbloblt.table.core.windows.net/","file":"https://kindrasirifunctionbloblt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kqsstore","name":"kqsstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-09T22:39:02.6651369Z","key2":"2021-05-09T22:39:02.6651369Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-09T22:39:02.5713853Z","primaryEndpoints":{"dfs":"https://kqsstore.dfs.core.windows.net/","web":"https://kqsstore.z13.web.core.windows.net/","blob":"https://kqsstore.blob.core.windows.net/","queue":"https://kqsstore.queue.core.windows.net/","table":"https://kqsstore.table.core.windows.net/","file":"https://kqsstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/lmperftestazurefunction2","name":"lmperftestazurefunction2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"hidden-related:/providers/Microsoft.Web/sites/LMPerfTestAzureFunction20210805135248":"empty"},"properties":{"keyCreationTime":{"key1":"2021-08-05T20:54:31.9703900Z","key2":"2021-08-05T20:54:31.9703900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T20:54:31.8297365Z","primaryEndpoints":{"blob":"https://lmperftestazurefunction2.blob.core.windows.net/","queue":"https://lmperftestazurefunction2.queue.core.windows.net/","table":"https://lmperftestazurefunction2.table.core.windows.net/","file":"https://lmperftestazurefunction2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vagrawal-test/providers/Microsoft.Storage/storageAccounts/septhackhdistorage","name":"septhackhdistorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-13T06:52:12.6796825Z","key2":"2021-09-13T06:52:12.6796825Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-09-13T06:52:12.5546898Z","primaryEndpoints":{"blob":"https://septhackhdistorage.blob.core.windows.net/","queue":"https://septhackhdistorage.queue.core.windows.net/","table":"https://septhackhdistorage.table.core.windows.net/","file":"https://septhackhdistorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/samplerg/providers/Microsoft.Storage/storageAccounts/sqlvao6ofh7zzepwns","name":"sqlvao6ofh7zzepwns","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:16:00.2324011Z","key2":"2021-10-18T18:16:00.2324011Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:16:00.1073983Z","primaryEndpoints":{"dfs":"https://sqlvao6ofh7zzepwns.dfs.core.windows.net/","web":"https://sqlvao6ofh7zzepwns.z13.web.core.windows.net/","blob":"https://sqlvao6ofh7zzepwns.blob.core.windows.net/","queue":"https://sqlvao6ofh7zzepwns.queue.core.windows.net/","table":"https://sqlvao6ofh7zzepwns.table.core.windows.net/","file":"https://sqlvao6ofh7zzepwns.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp6/providers/Microsoft.Storage/storageAccounts/stgacctn","name":"stgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T02:11:11.3403416Z","key2":"2021-04-16T02:11:11.3403416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T02:11:11.2461793Z","primaryEndpoints":{"dfs":"https://stgacctn.dfs.core.windows.net/","web":"https://stgacctn.z13.web.core.windows.net/","blob":"https://stgacctn.blob.core.windows.net/","queue":"https://stgacctn.queue.core.windows.net/","table":"https://stgacctn.table.core.windows.net/","file":"https://stgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://stgacctn-secondary.dfs.core.windows.net/","web":"https://stgacctn-secondary.z13.web.core.windows.net/","blob":"https://stgacctn-secondary.blob.core.windows.net/","queue":"https://stgacctn-secondary.queue.core.windows.net/","table":"https://stgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/streamanalyticswhitelist","name":"streamanalyticswhitelist","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-10T23:20:44.5343482Z","key2":"2021-06-10T23:20:44.5343482Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-10T23:20:44.4093688Z","primaryEndpoints":{"dfs":"https://streamanalyticswhitelist.dfs.core.windows.net/","web":"https://streamanalyticswhitelist.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist.blob.core.windows.net/","queue":"https://streamanalyticswhitelist.queue.core.windows.net/","table":"https://streamanalyticswhitelist.table.core.windows.net/","file":"https://streamanalyticswhitelist.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://streamanalyticswhitelist-secondary.dfs.core.windows.net/","web":"https://streamanalyticswhitelist-secondary.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist-secondary.blob.core.windows.net/","queue":"https://streamanalyticswhitelist-secondary.queue.core.windows.net/","table":"https://streamanalyticswhitelist-secondary.table.core.windows.net/"}}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"BlockBlobStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testbbehcapture0224","name":"testbbehcapture0224","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-24T18:41:43.7090412Z","key2":"2022-02-24T18:41:43.7090412Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"table":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"queue":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-24T18:41:43.5684368Z","primaryEndpoints":{"dfs":"https://testbbehcapture0224.dfs.core.windows.net/","web":"https://testbbehcapture0224.z13.web.core.windows.net/","blob":"https://testbbehcapture0224.blob.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/testencrypted","name":"testencrypted","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-08T18:38:35.3988277Z","key2":"2022-04-08T18:38:35.3988277Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":true,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-08T18:38:35.2425914Z","primaryEndpoints":{"dfs":"https://testencrypted.dfs.core.windows.net/","web":"https://testencrypted.z13.web.core.windows.net/","blob":"https://testencrypted.blob.core.windows.net/","queue":"https://testencrypted.queue.core.windows.net/","table":"https://testencrypted.table.core.windows.net/","file":"https://testencrypted.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.Storage/storageAccounts/testusstorageaccount","name":"testusstorageaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-22T07:53:19.7734218Z","key2":"2022-03-22T07:53:19.7734218Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T07:53:19.6484072Z","primaryEndpoints":{"dfs":"https://testusstorageaccount.dfs.core.windows.net/","web":"https://testusstorageaccount.z13.web.core.windows.net/","blob":"https://testusstorageaccount.blob.core.windows.net/","queue":"https://testusstorageaccount.queue.core.windows.net/","table":"https://testusstorageaccount.table.core.windows.net/","file":"https://testusstorageaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testusstorageaccount-secondary.dfs.core.windows.net/","web":"https://testusstorageaccount-secondary.z13.web.core.windows.net/","blob":"https://testusstorageaccount-secondary.blob.core.windows.net/","queue":"https://testusstorageaccount-secondary.queue.core.windows.net/","table":"https://testusstorageaccount-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.Storage/storageAccounts/yamlinstorageacct","name":"yamlinstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-12T06:45:17.1504948Z","key2":"2021-12-12T06:45:17.1504948Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-12T06:45:17.0410724Z","primaryEndpoints":{"dfs":"https://yamlinstorageacct.dfs.core.windows.net/","web":"https://yamlinstorageacct.z13.web.core.windows.net/","blob":"https://yamlinstorageacct.blob.core.windows.net/","queue":"https://yamlinstorageacct.queue.core.windows.net/","table":"https://yamlinstorageacct.table.core.windows.net/","file":"https://yamlinstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlinstorageacct-secondary.dfs.core.windows.net/","web":"https://yamlinstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yamlinstorageacct-secondary.blob.core.windows.net/","queue":"https://yamlinstorageacct-secondary.queue.core.windows.net/","table":"https://yamlinstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azureml/providers/Microsoft.Storage/storageAccounts/eventgridtestw5271599183","name":"eventgridtestw5271599183","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-10-01T22:49:28.9951256Z","primaryEndpoints":{"blob":"https://eventgridtestw5271599183.blob.core.windows.net/","queue":"https://eventgridtestw5271599183.queue.core.windows.net/","table":"https://eventgridtestw5271599183.table.core.windows.net/","file":"https://eventgridtestw5271599183.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hmlam-tmp/providers/Microsoft.Storage/storageAccounts/hmlamtmpstorage","name":"hmlamtmpstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-01T15:41:37.7076677Z","key2":"2021-04-01T15:41:37.7076677Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-01T15:41:37.5983199Z","primaryEndpoints":{"dfs":"https://hmlamtmpstorage.dfs.core.windows.net/","web":"https://hmlamtmpstorage.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage.blob.core.windows.net/","queue":"https://hmlamtmpstorage.queue.core.windows.net/","table":"https://hmlamtmpstorage.table.core.windows.net/","file":"https://hmlamtmpstorage.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://hmlamtmpstorage-secondary.dfs.core.windows.net/","web":"https://hmlamtmpstorage-secondary.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage-secondary.blob.core.windows.net/","queue":"https://hmlamtmpstorage-secondary.queue.core.windows.net/","table":"https://hmlamtmpstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kindrasiribenchmark","name":"kindrasiribenchmark","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-10T00:04:38.6276840Z","key2":"2021-05-10T00:04:38.6276840Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-10T00:04:38.5495606Z","primaryEndpoints":{"dfs":"https://kindrasiribenchmark.dfs.core.windows.net/","web":"https://kindrasiribenchmark.z20.web.core.windows.net/","blob":"https://kindrasiribenchmark.blob.core.windows.net/","queue":"https://kindrasiribenchmark.queue.core.windows.net/","table":"https://kindrasiribenchmark.table.core.windows.net/","file":"https://kindrasiribenchmark.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajmlstudiow2640013616","name":"surajmlstudiow2640013616","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-22T01:30:34.2299889Z","key2":"2022-03-22T01:30:34.2299889Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T01:30:34.1362347Z","primaryEndpoints":{"dfs":"https://surajmlstudiow2640013616.dfs.core.windows.net/","web":"https://surajmlstudiow2640013616.z20.web.core.windows.net/","blob":"https://surajmlstudiow2640013616.blob.core.windows.net/","queue":"https://surajmlstudiow2640013616.queue.core.windows.net/","table":"https://surajmlstudiow2640013616.table.core.windows.net/","file":"https://surajmlstudiow2640013616.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.Storage/storageAccounts/testingsdkeventhubnew","name":"testingsdkeventhubnew","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-08T21:44:02.4599707Z","primaryEndpoints":{"dfs":"https://testingsdkeventhubnew.dfs.core.windows.net/","web":"https://testingsdkeventhubnew.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew.blob.core.windows.net/","queue":"https://testingsdkeventhubnew.queue.core.windows.net/","table":"https://testingsdkeventhubnew.table.core.windows.net/","file":"https://testingsdkeventhubnew.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testingsdkeventhubnew-secondary.dfs.core.windows.net/","web":"https://testingsdkeventhubnew-secondary.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew-secondary.blob.core.windows.net/","queue":"https://testingsdkeventhubnew-secondary.queue.core.windows.net/","table":"https://testingsdkeventhubnew-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testsasyst0622","name":"testsasyst0622","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-22T17:38:38.8965465Z","key2":"2021-06-22T17:38:38.8965465Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-22T17:38:38.7871738Z","primaryEndpoints":{"dfs":"https://testsasyst0622.dfs.core.windows.net/","web":"https://testsasyst0622.z20.web.core.windows.net/","blob":"https://testsasyst0622.blob.core.windows.net/","queue":"https://testsasyst0622.queue.core.windows.net/","table":"https://testsasyst0622.table.core.windows.net/","file":"https://testsasyst0622.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testsasyst0622-secondary.dfs.core.windows.net/","web":"https://testsasyst0622-secondary.z20.web.core.windows.net/","blob":"https://testsasyst0622-secondary.blob.core.windows.net/","queue":"https://testsasyst0622-secondary.queue.core.windows.net/","table":"https://testsasyst0622-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.Storage/storageAccounts/yamlindslacctname","name":"yamlindslacctname","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T16:23:54.1736280Z","key2":"2022-03-17T16:23:54.1736280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T16:23:54.0330239Z","primaryEndpoints":{"dfs":"https://yamlindslacctname.dfs.core.windows.net/","web":"https://yamlindslacctname.z20.web.core.windows.net/","blob":"https://yamlindslacctname.blob.core.windows.net/","queue":"https://yamlindslacctname.queue.core.windows.net/","table":"https://yamlindslacctname.table.core.windows.net/","file":"https://yamlindslacctname.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlindslacctname-secondary.dfs.core.windows.net/","web":"https://yamlindslacctname-secondary.z20.web.core.windows.net/","blob":"https://yamlindslacctname-secondary.blob.core.windows.net/","queue":"https://yamlindslacctname-secondary.queue.core.windows.net/","table":"https://yamlindslacctname-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100300009d4c58e9","name":"cs4100300009d4c58e9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-11-02T19:09:34.7019780Z","key2":"2021-11-02T19:09:34.7019780Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T19:09:34.6237764Z","primaryEndpoints":{"dfs":"https://cs4100300009d4c58e9.dfs.core.windows.net/","web":"https://cs4100300009d4c58e9.z22.web.core.windows.net/","blob":"https://cs4100300009d4c58e9.blob.core.windows.net/","queue":"https://cs4100300009d4c58e9.queue.core.windows.net/","table":"https://cs4100300009d4c58e9.table.core.windows.net/","file":"https://cs4100300009d4c58e9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003dd7f360","name":"cs4100320003dd7f360","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-05T16:57:11.3905310Z","key2":"2022-01-05T16:57:11.3905310Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-05T16:57:11.2967988Z","primaryEndpoints":{"dfs":"https://cs4100320003dd7f360.dfs.core.windows.net/","web":"https://cs4100320003dd7f360.z22.web.core.windows.net/","blob":"https://cs4100320003dd7f360.blob.core.windows.net/","queue":"https://cs4100320003dd7f360.queue.core.windows.net/","table":"https://cs4100320003dd7f360.table.core.windows.net/","file":"https://cs4100320003dd7f360.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003ff4d1b9","name":"cs4100320003ff4d1b9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-09-28T15:12:14.8813694Z","key2":"2021-09-28T15:12:14.8813694Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T15:12:14.8032406Z","primaryEndpoints":{"dfs":"https://cs4100320003ff4d1b9.dfs.core.windows.net/","web":"https://cs4100320003ff4d1b9.z22.web.core.windows.net/","blob":"https://cs4100320003ff4d1b9.blob.core.windows.net/","queue":"https://cs4100320003ff4d1b9.queue.core.windows.net/","table":"https://cs4100320003ff4d1b9.table.core.windows.net/","file":"https://cs4100320003ff4d1b9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs41003200067746e27","name":"cs41003200067746e27","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-06T22:52:19.8788005Z","key2":"2021-12-06T22:52:19.8788005Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T22:52:19.7850844Z","primaryEndpoints":{"dfs":"https://cs41003200067746e27.dfs.core.windows.net/","web":"https://cs41003200067746e27.z22.web.core.windows.net/","blob":"https://cs41003200067746e27.blob.core.windows.net/","queue":"https://cs41003200067746e27.queue.core.windows.net/","table":"https://cs41003200067746e27.table.core.windows.net/","file":"https://cs41003200067746e27.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320012c24c8c5","name":"cs4100320012c24c8c5","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-19T22:59:53.6542168Z","key2":"2021-05-19T22:59:53.6542168Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-19T22:59:53.5760663Z","primaryEndpoints":{"dfs":"https://cs4100320012c24c8c5.dfs.core.windows.net/","web":"https://cs4100320012c24c8c5.z22.web.core.windows.net/","blob":"https://cs4100320012c24c8c5.blob.core.windows.net/","queue":"https://cs4100320012c24c8c5.queue.core.windows.net/","table":"https://cs4100320012c24c8c5.table.core.windows.net/","file":"https://cs4100320012c24c8c5.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410032001d604f2fa","name":"cs410032001d604f2fa","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-04-12T21:29:59.5048565Z","key2":"2022-04-12T21:29:59.5048565Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-12T21:29:59.3954458Z","primaryEndpoints":{"dfs":"https://cs410032001d604f2fa.dfs.core.windows.net/","web":"https://cs410032001d604f2fa.z22.web.core.windows.net/","blob":"https://cs410032001d604f2fa.blob.core.windows.net/","queue":"https://cs410032001d604f2fa.queue.core.windows.net/","table":"https://cs410032001d604f2fa.table.core.windows.net/","file":"https://cs410032001d604f2fa.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff801baf53","name":"cs410033fff801baf53","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-17T22:36:21.9707778Z","primaryEndpoints":{"dfs":"https://cs410033fff801baf53.dfs.core.windows.net/","web":"https://cs410033fff801baf53.z22.web.core.windows.net/","blob":"https://cs410033fff801baf53.blob.core.windows.net/","queue":"https://cs410033fff801baf53.queue.core.windows.net/","table":"https://cs410033fff801baf53.table.core.windows.net/","file":"https://cs410033fff801baf53.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff949aad5b","name":"cs410033fff949aad5b","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-15T00:44:21.0375403Z","key2":"2022-03-15T00:44:21.0375403Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-15T00:44:20.9438059Z","primaryEndpoints":{"dfs":"https://cs410033fff949aad5b.dfs.core.windows.net/","web":"https://cs410033fff949aad5b.z22.web.core.windows.net/","blob":"https://cs410033fff949aad5b.blob.core.windows.net/","queue":"https://cs410033fff949aad5b.queue.core.windows.net/","table":"https://cs410033fff949aad5b.table.core.windows.net/","file":"https://cs410033fff949aad5b.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4326100e2f69dx4268x850","name":"cs4326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-15T22:23:20.1871999Z","primaryEndpoints":{"blob":"https://cs4326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs4326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs4326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs4326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10033fff86b2be46","name":"cswestus10033fff86b2be46","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-11T03:18:49.4436362Z","primaryEndpoints":{"dfs":"https://cswestus10033fff86b2be46.dfs.core.windows.net/","web":"https://cswestus10033fff86b2be46.z22.web.core.windows.net/","blob":"https://cswestus10033fff86b2be46.blob.core.windows.net/","queue":"https://cswestus10033fff86b2be46.queue.core.windows.net/","table":"https://cswestus10033fff86b2be46.table.core.windows.net/","file":"https://cswestus10033fff86b2be46.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10037ffe801af00d","name":"cswestus10037ffe801af00d","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-14T03:31:53.6789864Z","primaryEndpoints":{"dfs":"https://cswestus10037ffe801af00d.dfs.core.windows.net/","web":"https://cswestus10037ffe801af00d.z22.web.core.windows.net/","blob":"https://cswestus10037ffe801af00d.blob.core.windows.net/","queue":"https://cswestus10037ffe801af00d.queue.core.windows.net/","table":"https://cswestus10037ffe801af00d.table.core.windows.net/","file":"https://cswestus10037ffe801af00d.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus1003bffd988f0fb9","name":"cswestus1003bffd988f0fb9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-02T04:24:33.6144489Z","primaryEndpoints":{"dfs":"https://cswestus1003bffd988f0fb9.dfs.core.windows.net/","web":"https://cswestus1003bffd988f0fb9.z22.web.core.windows.net/","blob":"https://cswestus1003bffd988f0fb9.blob.core.windows.net/","queue":"https://cswestus1003bffd988f0fb9.queue.core.windows.net/","table":"https://cswestus1003bffd988f0fb9.table.core.windows.net/","file":"https://cswestus1003bffd988f0fb9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aschhab-eg-aci/providers/Microsoft.Storage/storageAccounts/egmountacct28783","name":"egmountacct28783","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-05T18:28:11.7477577Z","primaryEndpoints":{"blob":"https://egmountacct28783.blob.core.windows.net/","queue":"https://egmountacct28783.queue.core.windows.net/","table":"https://egmountacct28783.table.core.windows.net/","file":"https://egmountacct28783.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"identity":{"principalId":"60f52bcd-1575-44fb-85d3-b9b5a7471293","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehbyok/providers/Microsoft.Storage/storageAccounts/ehpmstororg1","name":"ehpmstororg1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-11T01:21:50.6520054Z","primaryEndpoints":{"blob":"https://ehpmstororg1.blob.core.windows.net/","queue":"https://ehpmstororg1.queue.core.windows.net/","table":"https://ehpmstororg1.table.core.windows.net/","file":"https://ehpmstororg1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"blob":"https://ehpmstororg1-secondary.blob.core.windows.net/","queue":"https://ehpmstororg1-secondary.queue.core.windows.net/","table":"https://ehpmstororg1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jagstest/providers/Microsoft.Storage/storageAccounts/jagstestdiag","name":"jagstestdiag","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-15T00:56:03.9240560Z","key2":"2022-01-15T00:56:03.9240560Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-15T00:56:03.8146841Z","primaryEndpoints":{"dfs":"https://jagstestdiag.dfs.core.windows.net/","web":"https://jagstestdiag.z22.web.core.windows.net/","blob":"https://jagstestdiag.blob.core.windows.net/","queue":"https://jagstestdiag.queue.core.windows.net/","table":"https://jagstestdiag.table.core.windows.net/","file":"https://jagstestdiag.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jagstestdiag-secondary.dfs.core.windows.net/","web":"https://jagstestdiag-secondary.z22.web.core.windows.net/","blob":"https://jagstestdiag-secondary.blob.core.windows.net/","queue":"https://jagstestdiag-secondary.queue.core.windows.net/","table":"https://jagstestdiag-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/jfgstgacct1","name":"jfgstgacct1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-11T13:41:38.2694902Z","primaryEndpoints":{"dfs":"https://jfgstgacct1.dfs.core.windows.net/","web":"https://jfgstgacct1.z22.web.core.windows.net/","blob":"https://jfgstgacct1.blob.core.windows.net/","queue":"https://jfgstgacct1.queue.core.windows.net/","table":"https://jfgstgacct1.table.core.windows.net/","file":"https://jfgstgacct1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct1-secondary.dfs.core.windows.net/","web":"https://jfgstgacct1-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct1-secondary.blob.core.windows.net/","queue":"https://jfgstgacct1-secondary.queue.core.windows.net/","table":"https://jfgstgacct1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct2","name":"jfgstgacct2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-09T16:57:35.8519121Z","primaryEndpoints":{"dfs":"https://jfgstgacct2.dfs.core.windows.net/","web":"https://jfgstgacct2.z22.web.core.windows.net/","blob":"https://jfgstgacct2.blob.core.windows.net/","queue":"https://jfgstgacct2.queue.core.windows.net/","table":"https://jfgstgacct2.table.core.windows.net/","file":"https://jfgstgacct2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct2-secondary.dfs.core.windows.net/","web":"https://jfgstgacct2-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct2-secondary.blob.core.windows.net/","queue":"https://jfgstgacct2-secondary.queue.core.windows.net/","table":"https://jfgstgacct2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadgen2storage","name":"manojprasadgen2storage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T22:58:48.1135002Z","primaryEndpoints":{"dfs":"https://manojprasadgen2storage.dfs.core.windows.net/","web":"https://manojprasadgen2storage.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage.blob.core.windows.net/","queue":"https://manojprasadgen2storage.queue.core.windows.net/","table":"https://manojprasadgen2storage.table.core.windows.net/","file":"https://manojprasadgen2storage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadgen2storage-secondary.dfs.core.windows.net/","web":"https://manojprasadgen2storage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage-secondary.blob.core.windows.net/","queue":"https://manojprasadgen2storage-secondary.queue.core.windows.net/","table":"https://manojprasadgen2storage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadstorage","name":"manojprasadstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T19:35:17.4763551Z","primaryEndpoints":{"dfs":"https://manojprasadstorage.dfs.core.windows.net/","web":"https://manojprasadstorage.z22.web.core.windows.net/","blob":"https://manojprasadstorage.blob.core.windows.net/","queue":"https://manojprasadstorage.queue.core.windows.net/","table":"https://manojprasadstorage.table.core.windows.net/","file":"https://manojprasadstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadstorage-secondary.dfs.core.windows.net/","web":"https://manojprasadstorage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadstorage-secondary.blob.core.windows.net/","queue":"https://manojprasadstorage-secondary.queue.core.windows.net/","table":"https://manojprasadstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjadlsgen2","name":"sjadlsgen2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-18T00:52:43.0161942Z","primaryEndpoints":{"dfs":"https://sjadlsgen2.dfs.core.windows.net/","web":"https://sjadlsgen2.z22.web.core.windows.net/","blob":"https://sjadlsgen2.blob.core.windows.net/","queue":"https://sjadlsgen2.queue.core.windows.net/","table":"https://sjadlsgen2.table.core.windows.net/","file":"https://sjadlsgen2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sjadlsgen2-secondary.dfs.core.windows.net/","web":"https://sjadlsgen2-secondary.z22.web.core.windows.net/","blob":"https://sjadlsgen2-secondary.blob.core.windows.net/","queue":"https://sjadlsgen2-secondary.queue.core.windows.net/","table":"https://sjadlsgen2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1lrsaccount","name":"sjv1lrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:30:52.5935789Z","key2":"2021-05-18T08:30:52.5935789Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:30:52.4998234Z","primaryEndpoints":{"blob":"https://sjv1lrsaccount.blob.core.windows.net/","queue":"https://sjv1lrsaccount.queue.core.windows.net/","table":"https://sjv1lrsaccount.table.core.windows.net/","file":"https://sjv1lrsaccount.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1zrsaccount","name":"sjv1zrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:33:17.9540331Z","key2":"2021-05-18T08:33:17.9540331Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:33:17.7195983Z","primaryEndpoints":{"blob":"https://sjv1zrsaccount.blob.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp8/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrs958f","name":"storageaccountjfgrs958f","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-09T22:38:37.0320736Z","primaryEndpoints":{"blob":"https://storageaccountjfgrs958f.blob.core.windows.net/","queue":"https://storageaccountjfgrs958f.queue.core.windows.net/","table":"https://storageaccountjfgrs958f.table.core.windows.net/","file":"https://storageaccountjfgrs958f.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrsa544","name":"storageaccountjfgrsa544","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-06-11T14:10:46.8645778Z","primaryEndpoints":{"blob":"https://storageaccountjfgrsa544.blob.core.windows.net/","queue":"https://storageaccountjfgrsa544.queue.core.windows.net/","table":"https://storageaccountjfgrsa544.table.core.windows.net/","file":"https://storageaccountjfgrsa544.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005","name":"storageehnscli000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-19T07:42:48.3902822Z","key2":"2022-04-19T07:42:48.3902822Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-19T07:42:48.4059332Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-19T07:42:48.4059332Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-19T07:42:48.2652482Z","primaryEndpoints":{"dfs":"https://storageehnscli000005.dfs.core.windows.net/","web":"https://storageehnscli000005.z22.web.core.windows.net/","blob":"https://storageehnscli000005.blob.core.windows.net/","queue":"https://storageehnscli000005.queue.core.windows.net/","table":"https://storageehnscli000005.table.core.windows.net/","file":"https://storageehnscli000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/brdillow/providers/Microsoft.Storage/storageAccounts/brdillowstorage1","name":"brdillowstorage1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-09T23:24:18.2214036Z","key2":"2022-02-09T23:24:18.2214036Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-09T23:24:18.0807800Z","primaryEndpoints":{"dfs":"https://brdillowstorage1.dfs.core.windows.net/","web":"https://brdillowstorage1.z6.web.core.windows.net/","blob":"https://brdillowstorage1.blob.core.windows.net/","queue":"https://brdillowstorage1.queue.core.windows.net/","table":"https://brdillowstorage1.table.core.windows.net/","file":"https://brdillowstorage1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://brdillowstorage1-secondary.dfs.core.windows.net/","web":"https://brdillowstorage1-secondary.z6.web.core.windows.net/","blob":"https://brdillowstorage1-secondary.blob.core.windows.net/","queue":"https://brdillowstorage1-secondary.queue.core.windows.net/","table":"https://brdillowstorage1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/ehspringbootsc","name":"ehspringbootsc","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-26T01:41:02.0835792Z","primaryEndpoints":{"dfs":"https://ehspringbootsc.dfs.core.windows.net/","web":"https://ehspringbootsc.z6.web.core.windows.net/","blob":"https://ehspringbootsc.blob.core.windows.net/","queue":"https://ehspringbootsc.queue.core.windows.net/","table":"https://ehspringbootsc.table.core.windows.net/","file":"https://ehspringbootsc.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ehspringbootsc-secondary.dfs.core.windows.net/","web":"https://ehspringbootsc-secondary.z6.web.core.windows.net/","blob":"https://ehspringbootsc-secondary.blob.core.windows.net/","queue":"https://ehspringbootsc-secondary.queue.core.windows.net/","table":"https://ehspringbootsc-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjwustdstorageaccount1","name":"sjwustdstorageaccount1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-23T00:06:45.4060578Z","primaryEndpoints":{"dfs":"https://sjwustdstorageaccount1.dfs.core.windows.net/","web":"https://sjwustdstorageaccount1.z6.web.core.windows.net/","blob":"https://sjwustdstorageaccount1.blob.core.windows.net/","queue":"https://sjwustdstorageaccount1.queue.core.windows.net/","table":"https://sjwustdstorageaccount1.table.core.windows.net/","file":"https://sjwustdstorageaccount1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs710032000fed7f0f6","name":"cs710032000fed7f0f6","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-19T23:29:56.9072676Z","primaryEndpoints":{"dfs":"https://cs710032000fed7f0f6.dfs.core.windows.net/","web":"https://cs710032000fed7f0f6.z21.web.core.windows.net/","blob":"https://cs710032000fed7f0f6.blob.core.windows.net/","queue":"https://cs710032000fed7f0f6.queue.core.windows.net/","table":"https://cs710032000fed7f0f6.table.core.windows.net/","file":"https://cs710032000fed7f0f6.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs7326100e2f69dx4268x850","name":"cs7326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-06-05T01:48:01.4993804Z","primaryEndpoints":{"dfs":"https://cs7326100e2f69dx4268x850.dfs.core.windows.net/","web":"https://cs7326100e2f69dx4268x850.z21.web.core.windows.net/","blob":"https://cs7326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs7326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs7326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs7326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Storage/storageAccounts/juanfunctionstorage","name":"juanfunctionstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2017-01-27T22:51:35.2772535Z","primaryEndpoints":{"blob":"https://juanfunctionstorage.blob.core.windows.net/","queue":"https://juanfunctionstorage.queue.core.windows.net/","table":"https://juanfunctionstorage.table.core.windows.net/","file":"https://juanfunctionstorage.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag","name":"sjrgdiag","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-12T01:52:43.0711509Z","primaryEndpoints":{"blob":"https://sjrgdiag.blob.core.windows.net/","queue":"https://sjrgdiag.queue.core.windows.net/","table":"https://sjrgdiag.table.core.windows.net/","file":"https://sjrgdiag.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajsadlsgen2test","name":"surajsadlsgen2test","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-15T01:23:18.0208472Z","key2":"2022-04-15T01:23:18.0208472Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T01:23:17.9427380Z","primaryEndpoints":{"dfs":"https://surajsadlsgen2test.dfs.core.windows.net/","web":"https://surajsadlsgen2test.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test.blob.core.windows.net/","queue":"https://surajsadlsgen2test.queue.core.windows.net/","table":"https://surajsadlsgen2test.table.core.windows.net/","file":"https://surajsadlsgen2test.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available","secondaryLocation":"northcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://surajsadlsgen2test-secondary.dfs.core.windows.net/","web":"https://surajsadlsgen2test-secondary.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test-secondary.blob.core.windows.net/","queue":"https://surajsadlsgen2test-secondary.queue.core.windows.net/","table":"https://surajsadlsgen2test-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/LogicAppEHIntExp/providers/Microsoft.Storage/storageAccounts/functionegintstorage","name":"functionegintstorage","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-06T19:05:58.2903569Z","primaryEndpoints":{"blob":"https://functionegintstorage.blob.core.windows.net/","queue":"https://functionegintstorage.queue.core.windows.net/","table":"https://functionegintstorage.table.core.windows.net/","file":"https://functionegintstorage.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrpTst/providers/Microsoft.Storage/storageAccounts/jfgstgacct4jfunction1","name":"jfgstgacct4jfunction1","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-17T03:44:32.9630418Z","key2":"2022-04-17T03:44:32.9630418Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-17T03:44:32.8692652Z","primaryEndpoints":{"blob":"https://jfgstgacct4jfunction1.blob.core.windows.net/","queue":"https://jfgstgacct4jfunction1.queue.core.windows.net/","table":"https://jfgstgacct4jfunction1.table.core.windows.net/","file":"https://jfgstgacct4jfunction1.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mparktest/providers/Microsoft.Storage/storageAccounts/storageaccountmparkb838","name":"storageaccountmparkb838","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-10T00:14:51.6837772Z","primaryEndpoints":{"blob":"https://storageaccountmparkb838.blob.core.windows.net/","queue":"https://storageaccountmparkb838.queue.core.windows.net/","table":"https://storageaccountmparkb838.table.core.windows.net/","file":"https://storageaccountmparkb838.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/schiller-aa/providers/Microsoft.Storage/storageAccounts/ehmigrationsouthindia","name":"ehmigrationsouthindia","type":"Microsoft.Storage/storageAccounts","location":"southindia","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-22T19:29:32.7862254Z","key2":"2021-10-22T19:29:32.7862254Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T19:29:32.7862254Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T19:29:32.7862254Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T19:29:32.7549323Z","primaryEndpoints":{"dfs":"https://ehmigrationsouthindia.dfs.core.windows.net/","web":"https://ehmigrationsouthindia.z30.web.core.windows.net/","blob":"https://ehmigrationsouthindia.blob.core.windows.net/","queue":"https://ehmigrationsouthindia.queue.core.windows.net/","table":"https://ehmigrationsouthindia.table.core.windows.net/","file":"https://ehmigrationsouthindia.file.core.windows.net/"},"primaryLocation":"southindia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag241","name":"sjrgdiag241","type":"Microsoft.Storage/storageAccounts","location":"southindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-25T22:14:20.4023960Z","primaryEndpoints":{"blob":"https://sjrgdiag241.blob.core.windows.net/","queue":"https://sjrgdiag241.queue.core.windows.net/","table":"https://sjrgdiag241.table.core.windows.net/","file":"https://sjrgdiag241.file.core.windows.net/"},"primaryLocation":"southindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psj","name":"psj","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-20T17:20:45.4150368Z","primaryEndpoints":{"web":"https://psj.z29.web.core.windows.net/","blob":"https://psj.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psjg1","name":"psjg1","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-11-20T17:28:46.4367867Z","primaryEndpoints":{"blob":"https://psjg1.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgacctstg8","name":"jfgacctstg8","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T02:47:03.6058315Z","key2":"2021-04-05T02:47:03.6058315Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T02:47:03.5277328Z","primaryEndpoints":{"dfs":"https://jfgacctstg8.dfs.core.windows.net/","web":"https://jfgacctstg8.z5.web.core.windows.net/","blob":"https://jfgacctstg8.blob.core.windows.net/","queue":"https://jfgacctstg8.queue.core.windows.net/","table":"https://jfgacctstg8.table.core.windows.net/","file":"https://jfgacctstg8.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgacctstg8-secondary.dfs.core.windows.net/","web":"https://jfgacctstg8-secondary.z5.web.core.windows.net/","blob":"https://jfgacctstg8-secondary.blob.core.windows.net/","queue":"https://jfgacctstg8-secondary.queue.core.windows.net/","table":"https://jfgacctstg8-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct6","name":"jfgstgacct6","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T00:55:47.9799457Z","key2":"2021-04-05T00:55:47.9799457Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T00:55:47.8862115Z","primaryEndpoints":{"dfs":"https://jfgstgacct6.dfs.core.windows.net/","web":"https://jfgstgacct6.z5.web.core.windows.net/","blob":"https://jfgstgacct6.blob.core.windows.net/","queue":"https://jfgstgacct6.queue.core.windows.net/","table":"https://jfgstgacct6.table.core.windows.net/","file":"https://jfgstgacct6.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct6-secondary.dfs.core.windows.net/","web":"https://jfgstgacct6-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct6-secondary.blob.core.windows.net/","queue":"https://jfgstgacct6-secondary.queue.core.windows.net/","table":"https://jfgstgacct6-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct7","name":"jfgstgacct7","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T01:20:11.0752483Z","key2":"2021-04-05T01:20:11.0752483Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T01:20:10.9814662Z","primaryEndpoints":{"dfs":"https://jfgstgacct7.dfs.core.windows.net/","web":"https://jfgstgacct7.z5.web.core.windows.net/","blob":"https://jfgstgacct7.blob.core.windows.net/","queue":"https://jfgstgacct7.queue.core.windows.net/","table":"https://jfgstgacct7.table.core.windows.net/","file":"https://jfgstgacct7.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct7-secondary.dfs.core.windows.net/","web":"https://jfgstgacct7-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct7-secondary.blob.core.windows.net/","queue":"https://jfgstgacct7-secondary.queue.core.windows.net/","table":"https://jfgstgacct7-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/klamsynapsestorage","name":"klamsynapsestorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-25T18:54:19.4945309Z","primaryEndpoints":{"dfs":"https://klamsynapsestorage.dfs.core.windows.net/","web":"https://klamsynapsestorage.z5.web.core.windows.net/","blob":"https://klamsynapsestorage.blob.core.windows.net/","queue":"https://klamsynapsestorage.queue.core.windows.net/","table":"https://klamsynapsestorage.table.core.windows.net/","file":"https://klamsynapsestorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://klamsynapsestorage-secondary.dfs.core.windows.net/","web":"https://klamsynapsestorage-secondary.z5.web.core.windows.net/","blob":"https://klamsynapsestorage-secondary.blob.core.windows.net/","queue":"https://klamsynapsestorage-secondary.queue.core.windows.net/","table":"https://klamsynapsestorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/sqlvavvr2bodrz23mg","name":"sqlvavvr2bodrz23mg","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:05:23.1188158Z","key2":"2021-10-18T18:05:23.1188158Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:05:23.0250821Z","primaryEndpoints":{"dfs":"https://sqlvavvr2bodrz23mg.dfs.core.windows.net/","web":"https://sqlvavvr2bodrz23mg.z5.web.core.windows.net/","blob":"https://sqlvavvr2bodrz23mg.blob.core.windows.net/","queue":"https://sqlvavvr2bodrz23mg.queue.core.windows.net/","table":"https://sqlvavvr2bodrz23mg.table.core.windows.net/","file":"https://sqlvavvr2bodrz23mg.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/srtests/providers/Microsoft.Storage/storageAccounts/srstorageacct","name":"srstorageacct","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-06T21:19:20.6220342Z","key2":"2021-12-06T21:19:20.6220342Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T21:19:20.5439297Z","primaryEndpoints":{"dfs":"https://srstorageacct.dfs.core.windows.net/","web":"https://srstorageacct.z5.web.core.windows.net/","blob":"https://srstorageacct.blob.core.windows.net/","queue":"https://srstorageacct.queue.core.windows.net/","table":"https://srstorageacct.table.core.windows.net/","file":"https://srstorageacct.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://srstorageacct-secondary.dfs.core.windows.net/","web":"https://srstorageacct-secondary.z5.web.core.windows.net/","blob":"https://srstorageacct-secondary.blob.core.windows.net/","queue":"https://srstorageacct-secondary.queue.core.windows.net/","table":"https://srstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/storageaccountklamr83f3","name":"storageaccountklamr83f3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-25T22:26:21.9448810Z","key2":"2021-06-25T22:26:21.9448810Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-06-25T22:26:21.8823995Z","primaryEndpoints":{"blob":"https://storageaccountklamr83f3.blob.core.windows.net/","queue":"https://storageaccountklamr83f3.queue.core.windows.net/","table":"https://storageaccountklamr83f3.table.core.windows.net/","file":"https://storageaccountklamr83f3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sv-aks-rx-rg/providers/Microsoft.Storage/storageAccounts/sv201905092104","name":"sv201905092104","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-09-09T05:15:07.0885924Z","primaryEndpoints":{"dfs":"https://sv201905092104.dfs.core.windows.net/","web":"https://sv201905092104.z5.web.core.windows.net/","blob":"https://sv201905092104.blob.core.windows.net/","queue":"https://sv201905092104.queue.core.windows.net/","table":"https://sv201905092104.table.core.windows.net/","file":"https://sv201905092104.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sv201905092104-secondary.dfs.core.windows.net/","web":"https://sv201905092104-secondary.z5.web.core.windows.net/","blob":"https://sv201905092104-secondary.blob.core.windows.net/","queue":"https://sv201905092104-secondary.queue.core.windows.net/","table":"https://sv201905092104-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matrix-care-perf-test/providers/Microsoft.Storage/storageAccounts/matrixcareperftestdiag","name":"matrixcareperftestdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-08-03T23:56:42.9494528Z","primaryEndpoints":{"blob":"https://matrixcareperftestdiag.blob.core.windows.net/","queue":"https://matrixcareperftestdiag.queue.core.windows.net/","table":"https://matrixcareperftestdiag.table.core.windows.net/","file":"https://matrixcareperftestdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-testrg1/providers/Microsoft.Storage/storageAccounts/koreacentralardsouza","name":"koreacentralardsouza","type":"Microsoft.Storage/storageAccounts","location":"koreacentral","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-23T12:23:39.6516714Z","key2":"2021-10-23T12:23:39.6516714Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-23T12:23:39.5891344Z","primaryEndpoints":{"dfs":"https://koreacentralardsouza.dfs.core.windows.net/","web":"https://koreacentralardsouza.z12.web.core.windows.net/","blob":"https://koreacentralardsouza.blob.core.windows.net/","queue":"https://koreacentralardsouza.queue.core.windows.net/","table":"https://koreacentralardsouza.table.core.windows.net/","file":"https://koreacentralardsouza.file.core.windows.net/"},"primaryLocation":"koreacentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/schiller-aa/providers/Microsoft.Storage/storageAccounts/ehmigration2","name":"ehmigration2","type":"Microsoft.Storage/storageAccounts","location":"australiacentral","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-22T19:27:57.5261933Z","key2":"2021-10-22T19:27:57.5261933Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T19:27:57.5261933Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T19:27:57.5261933Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T19:27:57.4636870Z","primaryEndpoints":{"dfs":"https://ehmigration2.dfs.core.windows.net/","web":"https://ehmigration2.z24.web.core.windows.net/","blob":"https://ehmigration2.blob.core.windows.net/","queue":"https://ehmigration2.queue.core.windows.net/","table":"https://ehmigration2.table.core.windows.net/","file":"https://ehmigration2.file.core.windows.net/"},"primaryLocation":"australiacentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag632","name":"sjrgdiag632","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-29T04:32:25.3003458Z","primaryEndpoints":{"blob":"https://sjrgdiag632.blob.core.windows.net/","queue":"https://sjrgdiag632.queue.core.windows.net/","table":"https://sjrgdiag632.table.core.windows.net/","file":"https://sjrgdiag632.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/storageaccountppgte8373","name":"storageaccountppgte8373","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-22T21:07:15.0282137Z","key2":"2021-12-22T21:07:15.0282137Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-22T21:07:14.9657097Z","primaryEndpoints":{"blob":"https://storageaccountppgte8373.blob.core.windows.net/","queue":"https://storageaccountppgte8373.queue.core.windows.net/","table":"https://storageaccountppgte8373.table.core.windows.net/","file":"https://storageaccountppgte8373.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}}]}' + string: '{"value":[{"identity":{"principalId":"840fca70-40b9-4b11-b371-47d2a7fca49b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aprao-keyvault-icm/providers/Microsoft.Storage/storageAccounts/apraos","name":"apraos","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-03-16T18:40:34.9782915Z","key2":"2021-03-16T18:40:34.9782915Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"keyvaultproperties":{"currentVersionedKeyIdentifier":"https://aprao-keyvault.vault.azure.net/keys/key1/1868f66b800d4c35a2b1d74caec0533d","lastKeyRotationTimestamp":"2021-03-16T18:42:12.1198230Z","currentVersionedKeyExpirationTimestamp":"2023-03-09T19:06:47.0000000Z","keyvaulturi":"https://aprao-keyvault.vault.azure.net","keyname":"key1","keyversion":""},"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"}},"keySource":"Microsoft.Keyvault"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-16T18:40:34.8533176Z","primaryEndpoints":{"dfs":"https://apraos.dfs.core.windows.net/","web":"https://apraos.z13.web.core.windows.net/","blob":"https://apraos.blob.core.windows.net/","queue":"https://apraos.queue.core.windows.net/","table":"https://apraos.table.core.windows.net/","file":"https://apraos.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://apraos-secondary.dfs.core.windows.net/","web":"https://apraos-secondary.z13.web.core.windows.net/","blob":"https://apraos-secondary.blob.core.windows.net/","queue":"https://apraos-secondary.queue.core.windows.net/","table":"https://apraos-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest","name":"ardsouzaprivatelinkstest","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-08T21:54:38.4161048Z","key2":"2022-03-08T21:54:38.4161048Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest/privateEndpointConnections/ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","name":"ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Network/privateEndpoints/ardsouzatestprivatelink"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"identity":{},"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-08T21:54:38.2754673Z","primaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest.table.core.windows.net/","file":"https://ardsouzaprivatelinkstest.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest-secondary.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest-secondary.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest-secondary.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest-secondary.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jakeschiller-synthetics/providers/Microsoft.Storage/storageAccounts/auditlogsjake","name":"auditlogsjake","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-04T18:16:57.1728121Z","key2":"2022-03-04T18:16:57.1728121Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-04T18:16:57.0321941Z","primaryEndpoints":{"dfs":"https://auditlogsjake.dfs.core.windows.net/","web":"https://auditlogsjake.z13.web.core.windows.net/","blob":"https://auditlogsjake.blob.core.windows.net/","queue":"https://auditlogsjake.queue.core.windows.net/","table":"https://auditlogsjake.table.core.windows.net/","file":"https://auditlogsjake.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032000fc40d543","name":"cs210032000fc40d543","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-26T18:43:28.0072728Z","key2":"2021-10-26T18:43:28.0072728Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-26T18:43:27.8822875Z","primaryEndpoints":{"dfs":"https://cs210032000fc40d543.dfs.core.windows.net/","web":"https://cs210032000fc40d543.z13.web.core.windows.net/","blob":"https://cs210032000fc40d543.blob.core.windows.net/","queue":"https://cs210032000fc40d543.queue.core.windows.net/","table":"https://cs210032000fc40d543.table.core.windows.net/","file":"https://cs210032000fc40d543.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs21003200113260ebe","name":"cs21003200113260ebe","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-18T16:13:52.3819223Z","key2":"2022-05-18T16:13:52.3819223Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T16:13:52.3975561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T16:13:52.3975561Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-18T16:13:52.2569128Z","primaryEndpoints":{"dfs":"https://cs21003200113260ebe.dfs.core.windows.net/","web":"https://cs21003200113260ebe.z13.web.core.windows.net/","blob":"https://cs21003200113260ebe.blob.core.windows.net/","queue":"https://cs21003200113260ebe.queue.core.windows.net/","table":"https://cs21003200113260ebe.table.core.windows.net/","file":"https://cs21003200113260ebe.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/capturerg/providers/Microsoft.Storage/storageAccounts/danscapturestor","name":"danscapturestor","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-05-10T17:04:59.4126203Z","primaryEndpoints":{"dfs":"https://danscapturestor.dfs.core.windows.net/","web":"https://danscapturestor.z13.web.core.windows.net/","blob":"https://danscapturestor.blob.core.windows.net/","queue":"https://danscapturestor.queue.core.windows.net/","table":"https://danscapturestor.table.core.windows.net/","file":"https://danscapturestor.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehcapturereplay/providers/Microsoft.Storage/storageAccounts/ehcapturereplay","name":"ehcapturereplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T19:12:07.2072655Z","key2":"2022-02-01T19:12:07.2072655Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T19:12:07.0510299Z","primaryEndpoints":{"blob":"https://ehcapturereplay.blob.core.windows.net/","queue":"https://ehcapturereplay.queue.core.windows.net/","table":"https://ehcapturereplay.table.core.windows.net/","file":"https://ehcapturereplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s02-rg_jfgk8s02_eastus/providers/Microsoft.Storage/storageAccounts/f14e964f95191459eaf85f3","name":"f14e964f95191459eaf85f3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T01:35:00.6925453Z","key2":"2021-05-16T01:35:00.6925453Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T01:35:00.5831489Z","primaryEndpoints":{"dfs":"https://f14e964f95191459eaf85f3.dfs.core.windows.net/","web":"https://f14e964f95191459eaf85f3.z13.web.core.windows.net/","blob":"https://f14e964f95191459eaf85f3.blob.core.windows.net/","queue":"https://f14e964f95191459eaf85f3.queue.core.windows.net/","table":"https://f14e964f95191459eaf85f3.table.core.windows.net/","file":"https://f14e964f95191459eaf85f3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s04-rg_jfgk8s04_eastus/providers/Microsoft.Storage/storageAccounts/f9fb0f3b75e644de7a8b1a5","name":"f9fb0f3b75e644de7a8b1a5","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-21T05:53:00.8960765Z","key2":"2021-05-21T05:53:00.8960765Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-21T05:53:00.7867115Z","primaryEndpoints":{"dfs":"https://f9fb0f3b75e644de7a8b1a5.dfs.core.windows.net/","web":"https://f9fb0f3b75e644de7a8b1a5.z13.web.core.windows.net/","blob":"https://f9fb0f3b75e644de7a8b1a5.blob.core.windows.net/","queue":"https://f9fb0f3b75e644de7a8b1a5.queue.core.windows.net/","table":"https://f9fb0f3b75e644de7a8b1a5.table.core.windows.net/","file":"https://f9fb0f3b75e644de7a8b1a5.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s03-rg_jfgk8s03_eastus/providers/Microsoft.Storage/storageAccounts/fc1f1b22293414ef8a49638","name":"fc1f1b22293414ef8a49638","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T22:21:33.8841286Z","key2":"2021-05-16T22:21:33.8841286Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T22:21:33.7591140Z","primaryEndpoints":{"dfs":"https://fc1f1b22293414ef8a49638.dfs.core.windows.net/","web":"https://fc1f1b22293414ef8a49638.z13.web.core.windows.net/","blob":"https://fc1f1b22293414ef8a49638.blob.core.windows.net/","queue":"https://fc1f1b22293414ef8a49638.queue.core.windows.net/","table":"https://fc1f1b22293414ef8a49638.table.core.windows.net/","file":"https://fc1f1b22293414ef8a49638.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s01-rg_jfgk8s01_eastus/providers/Microsoft.Storage/storageAccounts/fe3a48e25bb7d4a43b4476a","name":"fe3a48e25bb7d4a43b4476a","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-15T21:13:48.8778383Z","key2":"2021-05-15T21:13:48.8778383Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-15T21:13:48.7684800Z","primaryEndpoints":{"dfs":"https://fe3a48e25bb7d4a43b4476a.dfs.core.windows.net/","web":"https://fe3a48e25bb7d4a43b4476a.z13.web.core.windows.net/","blob":"https://fe3a48e25bb7d4a43b4476a.blob.core.windows.net/","queue":"https://fe3a48e25bb7d4a43b4476a.queue.core.windows.net/","table":"https://fe3a48e25bb7d4a43b4476a.table.core.windows.net/","file":"https://fe3a48e25bb7d4a43b4476a.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct3","name":"jfgstgacct3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":true,"keyCreationTime":{"key1":"2021-09-21T21:19:23.7492101Z","key2":"2021-09-21T21:19:23.7492101Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-21T21:19:23.6242147Z","primaryEndpoints":{"dfs":"https://jfgstgacct3.dfs.core.windows.net/","web":"https://jfgstgacct3.z13.web.core.windows.net/","blob":"https://jfgstgacct3.blob.core.windows.net/","queue":"https://jfgstgacct3.queue.core.windows.net/","table":"https://jfgstgacct3.table.core.windows.net/","file":"https://jfgstgacct3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct3-secondary.dfs.core.windows.net/","web":"https://jfgstgacct3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacct3-secondary.blob.core.windows.net/","queue":"https://jfgstgacct3-secondary.queue.core.windows.net/","table":"https://jfgstgacct3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgToDelete/providers/Microsoft.Storage/storageAccounts/jfgstgacct4mediasrvc","name":"jfgstgacct4mediasrvc","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-09-04T14:59:26.8105680Z","primaryEndpoints":{"blob":"https://jfgstgacct4mediasrvc.blob.core.windows.net/","queue":"https://jfgstgacct4mediasrvc.queue.core.windows.net/","table":"https://jfgstgacct4mediasrvc.table.core.windows.net/","file":"https://jfgstgacct4mediasrvc.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/jfgstgacctn","name":"jfgstgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T01:57:37.8270902Z","key2":"2021-04-16T01:57:37.8270902Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T01:57:37.7176940Z","primaryEndpoints":{"dfs":"https://jfgstgacctn.dfs.core.windows.net/","web":"https://jfgstgacctn.z13.web.core.windows.net/","blob":"https://jfgstgacctn.blob.core.windows.net/","queue":"https://jfgstgacctn.queue.core.windows.net/","table":"https://jfgstgacctn.table.core.windows.net/","file":"https://jfgstgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctn-secondary.dfs.core.windows.net/","web":"https://jfgstgacctn-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctn-secondary.blob.core.windows.net/","queue":"https://jfgstgacctn-secondary.queue.core.windows.net/","table":"https://jfgstgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt1","name":"jfgstgacctwmt1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T04:54:16.7474556Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt1.dfs.core.windows.net/","web":"https://jfgstgacctwmt1.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1.blob.core.windows.net/","queue":"https://jfgstgacctwmt1.queue.core.windows.net/","table":"https://jfgstgacctwmt1.table.core.windows.net/","file":"https://jfgstgacctwmt1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt1-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt1-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt1-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt2","name":"jfgstgacctwmt2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T05:44:17.6094265Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt2.dfs.core.windows.net/","web":"https://jfgstgacctwmt2.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2.blob.core.windows.net/","queue":"https://jfgstgacctwmt2.queue.core.windows.net/","table":"https://jfgstgacctwmt2.table.core.windows.net/","file":"https://jfgstgacctwmt2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt2-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt2-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt2-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt3","name":"jfgstgacctwmt3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T22:54:56.1329586Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt3.dfs.core.windows.net/","web":"https://jfgstgacctwmt3.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3.blob.core.windows.net/","queue":"https://jfgstgacctwmt3.queue.core.windows.net/","table":"https://jfgstgacctwmt3.table.core.windows.net/","file":"https://jfgstgacctwmt3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt3-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt3-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt4","name":"jfgstgacctwmt4","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-15T02:16:52.8821618Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt4.dfs.core.windows.net/","web":"https://jfgstgacctwmt4.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4.blob.core.windows.net/","queue":"https://jfgstgacctwmt4.queue.core.windows.net/","table":"https://jfgstgacctwmt4.table.core.windows.net/","file":"https://jfgstgacctwmt4.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt4-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt4-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt4-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EHResourceGr1/providers/Microsoft.Storage/storageAccounts/kasunehstore","name":"kasunehstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T23:34:23.0424727Z","key2":"2021-04-16T23:34:23.0424727Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T23:34:22.9330605Z","primaryEndpoints":{"dfs":"https://kasunehstore.dfs.core.windows.net/","web":"https://kasunehstore.z13.web.core.windows.net/","blob":"https://kasunehstore.blob.core.windows.net/","queue":"https://kasunehstore.queue.core.windows.net/","table":"https://kasunehstore.table.core.windows.net/","file":"https://kasunehstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kasunehstore-secondary.dfs.core.windows.net/","web":"https://kasunehstore-secondary.z13.web.core.windows.net/","blob":"https://kasunehstore-secondary.blob.core.windows.net/","queue":"https://kasunehstore-secondary.queue.core.windows.net/","table":"https://kasunehstore-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kasunResourceGroup1/providers/Microsoft.Storage/storageAccounts/kindrasiri1dlp","name":"kindrasiri1dlp","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-31T18:53:26.1259645Z","key2":"2021-08-31T18:53:26.1259645Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-31T18:53:26.0165731Z","primaryEndpoints":{"dfs":"https://kindrasiri1dlp.dfs.core.windows.net/","web":"https://kindrasiri1dlp.z13.web.core.windows.net/","blob":"https://kindrasiri1dlp.blob.core.windows.net/","queue":"https://kindrasiri1dlp.queue.core.windows.net/","table":"https://kindrasiri1dlp.table.core.windows.net/","file":"https://kindrasiri1dlp.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri-synapse/providers/Microsoft.Storage/storageAccounts/kindrasiriadls2","name":"kindrasiriadls2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-11T18:39:16.2706597Z","key2":"2021-06-11T18:39:16.2706597Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-11T18:39:16.1768907Z","primaryEndpoints":{"dfs":"https://kindrasiriadls2.dfs.core.windows.net/","web":"https://kindrasiriadls2.z13.web.core.windows.net/","blob":"https://kindrasiriadls2.blob.core.windows.net/","queue":"https://kindrasiriadls2.queue.core.windows.net/","table":"https://kindrasiriadls2.table.core.windows.net/","file":"https://kindrasiriadls2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kindrasiriadls2-secondary.dfs.core.windows.net/","web":"https://kindrasiriadls2-secondary.z13.web.core.windows.net/","blob":"https://kindrasiriadls2-secondary.blob.core.windows.net/","queue":"https://kindrasiriadls2-secondary.queue.core.windows.net/","table":"https://kindrasiriadls2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiriehreplay/providers/Microsoft.Storage/storageAccounts/kindrasiriehreplay","name":"kindrasiriehreplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T22:14:03.8595423Z","key2":"2022-02-01T22:14:03.8595423Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T22:14:03.7189311Z","primaryEndpoints":{"blob":"https://kindrasiriehreplay.blob.core.windows.net/","queue":"https://kindrasiriehreplay.queue.core.windows.net/","table":"https://kindrasiriehreplay.table.core.windows.net/","file":"https://kindrasiriehreplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasirifunctionbloblt/providers/Microsoft.Storage/storageAccounts/kindrasirifunctionbloblt","name":"kindrasirifunctionbloblt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T18:48:28.8584608Z","key2":"2022-02-01T18:48:28.8584608Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T18:48:28.7021807Z","primaryEndpoints":{"blob":"https://kindrasirifunctionbloblt.blob.core.windows.net/","queue":"https://kindrasirifunctionbloblt.queue.core.windows.net/","table":"https://kindrasirifunctionbloblt.table.core.windows.net/","file":"https://kindrasirifunctionbloblt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kqsstore","name":"kqsstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-09T22:39:02.6651369Z","key2":"2021-05-09T22:39:02.6651369Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-09T22:39:02.5713853Z","primaryEndpoints":{"dfs":"https://kqsstore.dfs.core.windows.net/","web":"https://kqsstore.z13.web.core.windows.net/","blob":"https://kqsstore.blob.core.windows.net/","queue":"https://kqsstore.queue.core.windows.net/","table":"https://kqsstore.table.core.windows.net/","file":"https://kqsstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/lmperftestazurefunction2","name":"lmperftestazurefunction2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"hidden-related:/providers/Microsoft.Web/sites/LMPerfTestAzureFunction20210805135248":"empty"},"properties":{"keyCreationTime":{"key1":"2021-08-05T20:54:31.9703900Z","key2":"2021-08-05T20:54:31.9703900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T20:54:31.8297365Z","primaryEndpoints":{"blob":"https://lmperftestazurefunction2.blob.core.windows.net/","queue":"https://lmperftestazurefunction2.queue.core.windows.net/","table":"https://lmperftestazurefunction2.table.core.windows.net/","file":"https://lmperftestazurefunction2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vagrawal-test/providers/Microsoft.Storage/storageAccounts/septhackhdistorage","name":"septhackhdistorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-13T06:52:12.6796825Z","key2":"2021-09-13T06:52:12.6796825Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-09-13T06:52:12.5546898Z","primaryEndpoints":{"blob":"https://septhackhdistorage.blob.core.windows.net/","queue":"https://septhackhdistorage.queue.core.windows.net/","table":"https://septhackhdistorage.table.core.windows.net/","file":"https://septhackhdistorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spegridtracingrg/providers/Microsoft.Storage/storageAccounts/spegridtracingstorage","name":"spegridtracingstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-05-18T03:03:51.6669063Z","key2":"2022-05-18T03:03:51.6825220Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T03:03:51.6825220Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T03:03:51.6825220Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-18T03:03:51.5419040Z","primaryEndpoints":{"dfs":"https://spegridtracingstorage.dfs.core.windows.net/","web":"https://spegridtracingstorage.z13.web.core.windows.net/","blob":"https://spegridtracingstorage.blob.core.windows.net/","queue":"https://spegridtracingstorage.queue.core.windows.net/","table":"https://spegridtracingstorage.table.core.windows.net/","file":"https://spegridtracingstorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://spegridtracingstorage-secondary.dfs.core.windows.net/","web":"https://spegridtracingstorage-secondary.z13.web.core.windows.net/","blob":"https://spegridtracingstorage-secondary.blob.core.windows.net/","queue":"https://spegridtracingstorage-secondary.queue.core.windows.net/","table":"https://spegridtracingstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/samplerg/providers/Microsoft.Storage/storageAccounts/sqlvao6ofh7zzepwns","name":"sqlvao6ofh7zzepwns","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:16:00.2324011Z","key2":"2021-10-18T18:16:00.2324011Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:16:00.1073983Z","primaryEndpoints":{"dfs":"https://sqlvao6ofh7zzepwns.dfs.core.windows.net/","web":"https://sqlvao6ofh7zzepwns.z13.web.core.windows.net/","blob":"https://sqlvao6ofh7zzepwns.blob.core.windows.net/","queue":"https://sqlvao6ofh7zzepwns.queue.core.windows.net/","table":"https://sqlvao6ofh7zzepwns.table.core.windows.net/","file":"https://sqlvao6ofh7zzepwns.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp6/providers/Microsoft.Storage/storageAccounts/stgacctn","name":"stgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T02:11:11.3403416Z","key2":"2021-04-16T02:11:11.3403416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T02:11:11.2461793Z","primaryEndpoints":{"dfs":"https://stgacctn.dfs.core.windows.net/","web":"https://stgacctn.z13.web.core.windows.net/","blob":"https://stgacctn.blob.core.windows.net/","queue":"https://stgacctn.queue.core.windows.net/","table":"https://stgacctn.table.core.windows.net/","file":"https://stgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://stgacctn-secondary.dfs.core.windows.net/","web":"https://stgacctn-secondary.z13.web.core.windows.net/","blob":"https://stgacctn-secondary.blob.core.windows.net/","queue":"https://stgacctn-secondary.queue.core.windows.net/","table":"https://stgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/saglodha-benchmarkingRG/providers/Microsoft.Storage/storageAccounts/storagesaglodha","name":"storagesaglodha","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-28T10:56:18.6084580Z","key2":"2022-04-28T10:56:18.6084580Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T10:56:18.6084580Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T10:56:18.6084580Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T10:56:18.4678415Z","primaryEndpoints":{"dfs":"https://storagesaglodha.dfs.core.windows.net/","web":"https://storagesaglodha.z13.web.core.windows.net/","blob":"https://storagesaglodha.blob.core.windows.net/","queue":"https://storagesaglodha.queue.core.windows.net/","table":"https://storagesaglodha.table.core.windows.net/","file":"https://storagesaglodha.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesaglodha-secondary.dfs.core.windows.net/","web":"https://storagesaglodha-secondary.z13.web.core.windows.net/","blob":"https://storagesaglodha-secondary.blob.core.windows.net/","queue":"https://storagesaglodha-secondary.queue.core.windows.net/","table":"https://storagesaglodha-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/streamanalyticswhitelist","name":"streamanalyticswhitelist","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-10T23:20:44.5343482Z","key2":"2021-06-10T23:20:44.5343482Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-10T23:20:44.4093688Z","primaryEndpoints":{"dfs":"https://streamanalyticswhitelist.dfs.core.windows.net/","web":"https://streamanalyticswhitelist.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist.blob.core.windows.net/","queue":"https://streamanalyticswhitelist.queue.core.windows.net/","table":"https://streamanalyticswhitelist.table.core.windows.net/","file":"https://streamanalyticswhitelist.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://streamanalyticswhitelist-secondary.dfs.core.windows.net/","web":"https://streamanalyticswhitelist-secondary.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist-secondary.blob.core.windows.net/","queue":"https://streamanalyticswhitelist-secondary.queue.core.windows.net/","table":"https://streamanalyticswhitelist-secondary.table.core.windows.net/"}}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"BlockBlobStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testbbehcapture0224","name":"testbbehcapture0224","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-24T18:41:43.7090412Z","key2":"2022-02-24T18:41:43.7090412Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"table":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"queue":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-24T18:41:43.5684368Z","primaryEndpoints":{"dfs":"https://testbbehcapture0224.dfs.core.windows.net/","web":"https://testbbehcapture0224.z13.web.core.windows.net/","blob":"https://testbbehcapture0224.blob.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/testencrypted","name":"testencrypted","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-08T18:38:35.3988277Z","key2":"2022-04-08T18:38:35.3988277Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":true,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-08T18:38:35.2425914Z","primaryEndpoints":{"dfs":"https://testencrypted.dfs.core.windows.net/","web":"https://testencrypted.z13.web.core.windows.net/","blob":"https://testencrypted.blob.core.windows.net/","queue":"https://testencrypted.queue.core.windows.net/","table":"https://testencrypted.table.core.windows.net/","file":"https://testencrypted.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.Storage/storageAccounts/testusstorageaccount","name":"testusstorageaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-22T07:53:19.7734218Z","key2":"2022-03-22T07:53:19.7734218Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T07:53:19.6484072Z","primaryEndpoints":{"dfs":"https://testusstorageaccount.dfs.core.windows.net/","web":"https://testusstorageaccount.z13.web.core.windows.net/","blob":"https://testusstorageaccount.blob.core.windows.net/","queue":"https://testusstorageaccount.queue.core.windows.net/","table":"https://testusstorageaccount.table.core.windows.net/","file":"https://testusstorageaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testusstorageaccount-secondary.dfs.core.windows.net/","web":"https://testusstorageaccount-secondary.z13.web.core.windows.net/","blob":"https://testusstorageaccount-secondary.blob.core.windows.net/","queue":"https://testusstorageaccount-secondary.queue.core.windows.net/","table":"https://testusstorageaccount-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.Storage/storageAccounts/yamlinstorageacct","name":"yamlinstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-12T06:45:17.1504948Z","key2":"2021-12-12T06:45:17.1504948Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-12T06:45:17.0410724Z","primaryEndpoints":{"dfs":"https://yamlinstorageacct.dfs.core.windows.net/","web":"https://yamlinstorageacct.z13.web.core.windows.net/","blob":"https://yamlinstorageacct.blob.core.windows.net/","queue":"https://yamlinstorageacct.queue.core.windows.net/","table":"https://yamlinstorageacct.table.core.windows.net/","file":"https://yamlinstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlinstorageacct-secondary.dfs.core.windows.net/","web":"https://yamlinstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yamlinstorageacct-secondary.blob.core.windows.net/","queue":"https://yamlinstorageacct-secondary.queue.core.windows.net/","table":"https://yamlinstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azureml/providers/Microsoft.Storage/storageAccounts/eventgridtestw5271599183","name":"eventgridtestw5271599183","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-10-01T22:49:28.9951256Z","primaryEndpoints":{"blob":"https://eventgridtestw5271599183.blob.core.windows.net/","queue":"https://eventgridtestw5271599183.queue.core.windows.net/","table":"https://eventgridtestw5271599183.table.core.windows.net/","file":"https://eventgridtestw5271599183.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hmlam-tmp/providers/Microsoft.Storage/storageAccounts/hmlamtmpstorage","name":"hmlamtmpstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-01T15:41:37.7076677Z","key2":"2021-04-01T15:41:37.7076677Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-01T15:41:37.5983199Z","primaryEndpoints":{"dfs":"https://hmlamtmpstorage.dfs.core.windows.net/","web":"https://hmlamtmpstorage.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage.blob.core.windows.net/","queue":"https://hmlamtmpstorage.queue.core.windows.net/","table":"https://hmlamtmpstorage.table.core.windows.net/","file":"https://hmlamtmpstorage.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://hmlamtmpstorage-secondary.dfs.core.windows.net/","web":"https://hmlamtmpstorage-secondary.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage-secondary.blob.core.windows.net/","queue":"https://hmlamtmpstorage-secondary.queue.core.windows.net/","table":"https://hmlamtmpstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kindrasiribenchmark","name":"kindrasiribenchmark","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-10T00:04:38.6276840Z","key2":"2021-05-10T00:04:38.6276840Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-10T00:04:38.5495606Z","primaryEndpoints":{"dfs":"https://kindrasiribenchmark.dfs.core.windows.net/","web":"https://kindrasiribenchmark.z20.web.core.windows.net/","blob":"https://kindrasiribenchmark.blob.core.windows.net/","queue":"https://kindrasiribenchmark.queue.core.windows.net/","table":"https://kindrasiribenchmark.table.core.windows.net/","file":"https://kindrasiribenchmark.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajmlstudiow2640013616","name":"surajmlstudiow2640013616","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-22T01:30:34.2299889Z","key2":"2022-03-22T01:30:34.2299889Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T01:30:34.1362347Z","primaryEndpoints":{"dfs":"https://surajmlstudiow2640013616.dfs.core.windows.net/","web":"https://surajmlstudiow2640013616.z20.web.core.windows.net/","blob":"https://surajmlstudiow2640013616.blob.core.windows.net/","queue":"https://surajmlstudiow2640013616.queue.core.windows.net/","table":"https://surajmlstudiow2640013616.table.core.windows.net/","file":"https://surajmlstudiow2640013616.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.Storage/storageAccounts/testingsdkeventhubnew","name":"testingsdkeventhubnew","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-08T21:44:02.4599707Z","primaryEndpoints":{"dfs":"https://testingsdkeventhubnew.dfs.core.windows.net/","web":"https://testingsdkeventhubnew.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew.blob.core.windows.net/","queue":"https://testingsdkeventhubnew.queue.core.windows.net/","table":"https://testingsdkeventhubnew.table.core.windows.net/","file":"https://testingsdkeventhubnew.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testingsdkeventhubnew-secondary.dfs.core.windows.net/","web":"https://testingsdkeventhubnew-secondary.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew-secondary.blob.core.windows.net/","queue":"https://testingsdkeventhubnew-secondary.queue.core.windows.net/","table":"https://testingsdkeventhubnew-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testsasyst0622","name":"testsasyst0622","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-22T17:38:38.8965465Z","key2":"2021-06-22T17:38:38.8965465Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-22T17:38:38.7871738Z","primaryEndpoints":{"dfs":"https://testsasyst0622.dfs.core.windows.net/","web":"https://testsasyst0622.z20.web.core.windows.net/","blob":"https://testsasyst0622.blob.core.windows.net/","queue":"https://testsasyst0622.queue.core.windows.net/","table":"https://testsasyst0622.table.core.windows.net/","file":"https://testsasyst0622.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testsasyst0622-secondary.dfs.core.windows.net/","web":"https://testsasyst0622-secondary.z20.web.core.windows.net/","blob":"https://testsasyst0622-secondary.blob.core.windows.net/","queue":"https://testsasyst0622-secondary.queue.core.windows.net/","table":"https://testsasyst0622-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.Storage/storageAccounts/yamlindslacctname","name":"yamlindslacctname","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T16:23:54.1736280Z","key2":"2022-03-17T16:23:54.1736280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T16:23:54.0330239Z","primaryEndpoints":{"dfs":"https://yamlindslacctname.dfs.core.windows.net/","web":"https://yamlindslacctname.z20.web.core.windows.net/","blob":"https://yamlindslacctname.blob.core.windows.net/","queue":"https://yamlindslacctname.queue.core.windows.net/","table":"https://yamlindslacctname.table.core.windows.net/","file":"https://yamlindslacctname.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlindslacctname-secondary.dfs.core.windows.net/","web":"https://yamlindslacctname-secondary.z20.web.core.windows.net/","blob":"https://yamlindslacctname-secondary.blob.core.windows.net/","queue":"https://yamlindslacctname-secondary.queue.core.windows.net/","table":"https://yamlindslacctname-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100300009d4c58e9","name":"cs4100300009d4c58e9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-11-02T19:09:34.7019780Z","key2":"2021-11-02T19:09:34.7019780Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T19:09:34.6237764Z","primaryEndpoints":{"dfs":"https://cs4100300009d4c58e9.dfs.core.windows.net/","web":"https://cs4100300009d4c58e9.z22.web.core.windows.net/","blob":"https://cs4100300009d4c58e9.blob.core.windows.net/","queue":"https://cs4100300009d4c58e9.queue.core.windows.net/","table":"https://cs4100300009d4c58e9.table.core.windows.net/","file":"https://cs4100300009d4c58e9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003dd7f360","name":"cs4100320003dd7f360","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-05T16:57:11.3905310Z","key2":"2022-01-05T16:57:11.3905310Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-05T16:57:11.2967988Z","primaryEndpoints":{"dfs":"https://cs4100320003dd7f360.dfs.core.windows.net/","web":"https://cs4100320003dd7f360.z22.web.core.windows.net/","blob":"https://cs4100320003dd7f360.blob.core.windows.net/","queue":"https://cs4100320003dd7f360.queue.core.windows.net/","table":"https://cs4100320003dd7f360.table.core.windows.net/","file":"https://cs4100320003dd7f360.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003ff4d1b9","name":"cs4100320003ff4d1b9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-09-28T15:12:14.8813694Z","key2":"2021-09-28T15:12:14.8813694Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T15:12:14.8032406Z","primaryEndpoints":{"dfs":"https://cs4100320003ff4d1b9.dfs.core.windows.net/","web":"https://cs4100320003ff4d1b9.z22.web.core.windows.net/","blob":"https://cs4100320003ff4d1b9.blob.core.windows.net/","queue":"https://cs4100320003ff4d1b9.queue.core.windows.net/","table":"https://cs4100320003ff4d1b9.table.core.windows.net/","file":"https://cs4100320003ff4d1b9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs41003200067746e27","name":"cs41003200067746e27","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-06T22:52:19.8788005Z","key2":"2021-12-06T22:52:19.8788005Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T22:52:19.7850844Z","primaryEndpoints":{"dfs":"https://cs41003200067746e27.dfs.core.windows.net/","web":"https://cs41003200067746e27.z22.web.core.windows.net/","blob":"https://cs41003200067746e27.blob.core.windows.net/","queue":"https://cs41003200067746e27.queue.core.windows.net/","table":"https://cs41003200067746e27.table.core.windows.net/","file":"https://cs41003200067746e27.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320012c24c8c5","name":"cs4100320012c24c8c5","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-19T22:59:53.6542168Z","key2":"2021-05-19T22:59:53.6542168Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-19T22:59:53.5760663Z","primaryEndpoints":{"dfs":"https://cs4100320012c24c8c5.dfs.core.windows.net/","web":"https://cs4100320012c24c8c5.z22.web.core.windows.net/","blob":"https://cs4100320012c24c8c5.blob.core.windows.net/","queue":"https://cs4100320012c24c8c5.queue.core.windows.net/","table":"https://cs4100320012c24c8c5.table.core.windows.net/","file":"https://cs4100320012c24c8c5.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410032001d604f2fa","name":"cs410032001d604f2fa","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-04-12T21:29:59.5048565Z","key2":"2022-04-12T21:29:59.5048565Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-12T21:29:59.3954458Z","primaryEndpoints":{"dfs":"https://cs410032001d604f2fa.dfs.core.windows.net/","web":"https://cs410032001d604f2fa.z22.web.core.windows.net/","blob":"https://cs410032001d604f2fa.blob.core.windows.net/","queue":"https://cs410032001d604f2fa.queue.core.windows.net/","table":"https://cs410032001d604f2fa.table.core.windows.net/","file":"https://cs410032001d604f2fa.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff801baf53","name":"cs410033fff801baf53","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-17T22:36:21.9707778Z","primaryEndpoints":{"dfs":"https://cs410033fff801baf53.dfs.core.windows.net/","web":"https://cs410033fff801baf53.z22.web.core.windows.net/","blob":"https://cs410033fff801baf53.blob.core.windows.net/","queue":"https://cs410033fff801baf53.queue.core.windows.net/","table":"https://cs410033fff801baf53.table.core.windows.net/","file":"https://cs410033fff801baf53.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff949aad5b","name":"cs410033fff949aad5b","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-15T00:44:21.0375403Z","key2":"2022-03-15T00:44:21.0375403Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-15T00:44:20.9438059Z","primaryEndpoints":{"dfs":"https://cs410033fff949aad5b.dfs.core.windows.net/","web":"https://cs410033fff949aad5b.z22.web.core.windows.net/","blob":"https://cs410033fff949aad5b.blob.core.windows.net/","queue":"https://cs410033fff949aad5b.queue.core.windows.net/","table":"https://cs410033fff949aad5b.table.core.windows.net/","file":"https://cs410033fff949aad5b.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4326100e2f69dx4268x850","name":"cs4326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-15T22:23:20.1871999Z","primaryEndpoints":{"blob":"https://cs4326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs4326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs4326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs4326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10033fff86b2be46","name":"cswestus10033fff86b2be46","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-11T03:18:49.4436362Z","primaryEndpoints":{"dfs":"https://cswestus10033fff86b2be46.dfs.core.windows.net/","web":"https://cswestus10033fff86b2be46.z22.web.core.windows.net/","blob":"https://cswestus10033fff86b2be46.blob.core.windows.net/","queue":"https://cswestus10033fff86b2be46.queue.core.windows.net/","table":"https://cswestus10033fff86b2be46.table.core.windows.net/","file":"https://cswestus10033fff86b2be46.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10037ffe801af00d","name":"cswestus10037ffe801af00d","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-14T03:31:53.6789864Z","primaryEndpoints":{"dfs":"https://cswestus10037ffe801af00d.dfs.core.windows.net/","web":"https://cswestus10037ffe801af00d.z22.web.core.windows.net/","blob":"https://cswestus10037ffe801af00d.blob.core.windows.net/","queue":"https://cswestus10037ffe801af00d.queue.core.windows.net/","table":"https://cswestus10037ffe801af00d.table.core.windows.net/","file":"https://cswestus10037ffe801af00d.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus1003bffd988f0fb9","name":"cswestus1003bffd988f0fb9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-02T04:24:33.6144489Z","primaryEndpoints":{"dfs":"https://cswestus1003bffd988f0fb9.dfs.core.windows.net/","web":"https://cswestus1003bffd988f0fb9.z22.web.core.windows.net/","blob":"https://cswestus1003bffd988f0fb9.blob.core.windows.net/","queue":"https://cswestus1003bffd988f0fb9.queue.core.windows.net/","table":"https://cswestus1003bffd988f0fb9.table.core.windows.net/","file":"https://cswestus1003bffd988f0fb9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aschhab-eg-aci/providers/Microsoft.Storage/storageAccounts/egmountacct28783","name":"egmountacct28783","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-05T18:28:11.7477577Z","primaryEndpoints":{"blob":"https://egmountacct28783.blob.core.windows.net/","queue":"https://egmountacct28783.queue.core.windows.net/","table":"https://egmountacct28783.table.core.windows.net/","file":"https://egmountacct28783.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"identity":{"principalId":"60f52bcd-1575-44fb-85d3-b9b5a7471293","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehbyok/providers/Microsoft.Storage/storageAccounts/ehpmstororg1","name":"ehpmstororg1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-11T01:21:50.6520054Z","primaryEndpoints":{"blob":"https://ehpmstororg1.blob.core.windows.net/","queue":"https://ehpmstororg1.queue.core.windows.net/","table":"https://ehpmstororg1.table.core.windows.net/","file":"https://ehpmstororg1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"blob":"https://ehpmstororg1-secondary.blob.core.windows.net/","queue":"https://ehpmstororg1-secondary.queue.core.windows.net/","table":"https://ehpmstororg1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jagstest/providers/Microsoft.Storage/storageAccounts/jagstestdiag","name":"jagstestdiag","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-15T00:56:03.9240560Z","key2":"2022-01-15T00:56:03.9240560Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-15T00:56:03.8146841Z","primaryEndpoints":{"dfs":"https://jagstestdiag.dfs.core.windows.net/","web":"https://jagstestdiag.z22.web.core.windows.net/","blob":"https://jagstestdiag.blob.core.windows.net/","queue":"https://jagstestdiag.queue.core.windows.net/","table":"https://jagstestdiag.table.core.windows.net/","file":"https://jagstestdiag.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jagstestdiag-secondary.dfs.core.windows.net/","web":"https://jagstestdiag-secondary.z22.web.core.windows.net/","blob":"https://jagstestdiag-secondary.blob.core.windows.net/","queue":"https://jagstestdiag-secondary.queue.core.windows.net/","table":"https://jagstestdiag-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/jfgstgacct1","name":"jfgstgacct1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-11T13:41:38.2694902Z","primaryEndpoints":{"dfs":"https://jfgstgacct1.dfs.core.windows.net/","web":"https://jfgstgacct1.z22.web.core.windows.net/","blob":"https://jfgstgacct1.blob.core.windows.net/","queue":"https://jfgstgacct1.queue.core.windows.net/","table":"https://jfgstgacct1.table.core.windows.net/","file":"https://jfgstgacct1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct1-secondary.dfs.core.windows.net/","web":"https://jfgstgacct1-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct1-secondary.blob.core.windows.net/","queue":"https://jfgstgacct1-secondary.queue.core.windows.net/","table":"https://jfgstgacct1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct2","name":"jfgstgacct2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-09T16:57:35.8519121Z","primaryEndpoints":{"dfs":"https://jfgstgacct2.dfs.core.windows.net/","web":"https://jfgstgacct2.z22.web.core.windows.net/","blob":"https://jfgstgacct2.blob.core.windows.net/","queue":"https://jfgstgacct2.queue.core.windows.net/","table":"https://jfgstgacct2.table.core.windows.net/","file":"https://jfgstgacct2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct2-secondary.dfs.core.windows.net/","web":"https://jfgstgacct2-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct2-secondary.blob.core.windows.net/","queue":"https://jfgstgacct2-secondary.queue.core.windows.net/","table":"https://jfgstgacct2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadgen2storage","name":"manojprasadgen2storage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T22:58:48.1135002Z","primaryEndpoints":{"dfs":"https://manojprasadgen2storage.dfs.core.windows.net/","web":"https://manojprasadgen2storage.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage.blob.core.windows.net/","queue":"https://manojprasadgen2storage.queue.core.windows.net/","table":"https://manojprasadgen2storage.table.core.windows.net/","file":"https://manojprasadgen2storage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadgen2storage-secondary.dfs.core.windows.net/","web":"https://manojprasadgen2storage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage-secondary.blob.core.windows.net/","queue":"https://manojprasadgen2storage-secondary.queue.core.windows.net/","table":"https://manojprasadgen2storage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadstorage","name":"manojprasadstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T19:35:17.4763551Z","primaryEndpoints":{"dfs":"https://manojprasadstorage.dfs.core.windows.net/","web":"https://manojprasadstorage.z22.web.core.windows.net/","blob":"https://manojprasadstorage.blob.core.windows.net/","queue":"https://manojprasadstorage.queue.core.windows.net/","table":"https://manojprasadstorage.table.core.windows.net/","file":"https://manojprasadstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadstorage-secondary.dfs.core.windows.net/","web":"https://manojprasadstorage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadstorage-secondary.blob.core.windows.net/","queue":"https://manojprasadstorage-secondary.queue.core.windows.net/","table":"https://manojprasadstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SBProcess_group/providers/Microsoft.Storage/storageAccounts/sbprocessgroupb127","name":"sbprocessgroupb127","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T01:29:29.3978134Z","key2":"2022-06-22T01:29:29.3978134Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T01:29:29.4134115Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T01:29:29.4134115Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T01:29:29.3040629Z","primaryEndpoints":{"blob":"https://sbprocessgroupb127.blob.core.windows.net/","queue":"https://sbprocessgroupb127.queue.core.windows.net/","table":"https://sbprocessgroupb127.table.core.windows.net/","file":"https://sbprocessgroupb127.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjadlsgen2","name":"sjadlsgen2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-18T00:52:43.0161942Z","primaryEndpoints":{"dfs":"https://sjadlsgen2.dfs.core.windows.net/","web":"https://sjadlsgen2.z22.web.core.windows.net/","blob":"https://sjadlsgen2.blob.core.windows.net/","queue":"https://sjadlsgen2.queue.core.windows.net/","table":"https://sjadlsgen2.table.core.windows.net/","file":"https://sjadlsgen2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sjadlsgen2-secondary.dfs.core.windows.net/","web":"https://sjadlsgen2-secondary.z22.web.core.windows.net/","blob":"https://sjadlsgen2-secondary.blob.core.windows.net/","queue":"https://sjadlsgen2-secondary.queue.core.windows.net/","table":"https://sjadlsgen2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1lrsaccount","name":"sjv1lrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:30:52.5935789Z","key2":"2021-05-18T08:30:52.5935789Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:30:52.4998234Z","primaryEndpoints":{"blob":"https://sjv1lrsaccount.blob.core.windows.net/","queue":"https://sjv1lrsaccount.queue.core.windows.net/","table":"https://sjv1lrsaccount.table.core.windows.net/","file":"https://sjv1lrsaccount.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1zrsaccount","name":"sjv1zrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:33:17.9540331Z","key2":"2021-05-18T08:33:17.9540331Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:33:17.7195983Z","primaryEndpoints":{"blob":"https://sjv1zrsaccount.blob.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp8/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrs958f","name":"storageaccountjfgrs958f","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-09T22:38:37.0320736Z","primaryEndpoints":{"blob":"https://storageaccountjfgrs958f.blob.core.windows.net/","queue":"https://storageaccountjfgrs958f.queue.core.windows.net/","table":"https://storageaccountjfgrs958f.table.core.windows.net/","file":"https://storageaccountjfgrs958f.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrsa544","name":"storageaccountjfgrsa544","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-06-11T14:10:46.8645778Z","primaryEndpoints":{"blob":"https://storageaccountjfgrsa544.blob.core.windows.net/","queue":"https://storageaccountjfgrsa544.queue.core.windows.net/","table":"https://storageaccountjfgrsa544.table.core.windows.net/","file":"https://storageaccountjfgrsa544.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005","name":"storageehnscli000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T08:11:50.2167296Z","key2":"2022-06-22T08:11:50.2167296Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T08:11:50.2167296Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T08:11:50.2167296Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-06-22T08:11:50.1073851Z","primaryEndpoints":{"dfs":"https://storageehnscli000005.dfs.core.windows.net/","web":"https://storageehnscli000005.z22.web.core.windows.net/","blob":"https://storageehnscli000005.blob.core.windows.net/","queue":"https://storageehnscli000005.queue.core.windows.net/","table":"https://storageehnscli000005.table.core.windows.net/","file":"https://storageehnscli000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/brdillow/providers/Microsoft.Storage/storageAccounts/brdillowstorage1","name":"brdillowstorage1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-09T23:24:18.2214036Z","key2":"2022-02-09T23:24:18.2214036Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-09T23:24:18.0807800Z","primaryEndpoints":{"dfs":"https://brdillowstorage1.dfs.core.windows.net/","web":"https://brdillowstorage1.z6.web.core.windows.net/","blob":"https://brdillowstorage1.blob.core.windows.net/","queue":"https://brdillowstorage1.queue.core.windows.net/","table":"https://brdillowstorage1.table.core.windows.net/","file":"https://brdillowstorage1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://brdillowstorage1-secondary.dfs.core.windows.net/","web":"https://brdillowstorage1-secondary.z6.web.core.windows.net/","blob":"https://brdillowstorage1-secondary.blob.core.windows.net/","queue":"https://brdillowstorage1-secondary.queue.core.windows.net/","table":"https://brdillowstorage1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/ehspringbootsc","name":"ehspringbootsc","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-26T01:41:02.0835792Z","primaryEndpoints":{"dfs":"https://ehspringbootsc.dfs.core.windows.net/","web":"https://ehspringbootsc.z6.web.core.windows.net/","blob":"https://ehspringbootsc.blob.core.windows.net/","queue":"https://ehspringbootsc.queue.core.windows.net/","table":"https://ehspringbootsc.table.core.windows.net/","file":"https://ehspringbootsc.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ehspringbootsc-secondary.dfs.core.windows.net/","web":"https://ehspringbootsc-secondary.z6.web.core.windows.net/","blob":"https://ehspringbootsc-secondary.blob.core.windows.net/","queue":"https://ehspringbootsc-secondary.queue.core.windows.net/","table":"https://ehspringbootsc-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/eventsourcingstrategy","name":"eventsourcingstrategy","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"CreationDate":"28-03-2021","Project":"Implementing + an Event Sourcing strategy on Azure","Purpose":"Session"},"properties":{"keyCreationTime":{"key1":"2022-05-26T20:28:34.9362103Z","key2":"2022-05-26T20:28:34.9362103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T20:28:34.9362103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T20:28:34.9362103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T20:28:34.7799449Z","primaryEndpoints":{"dfs":"https://eventsourcingstrategy.dfs.core.windows.net/","web":"https://eventsourcingstrategy.z6.web.core.windows.net/","blob":"https://eventsourcingstrategy.blob.core.windows.net/","queue":"https://eventsourcingstrategy.queue.core.windows.net/","table":"https://eventsourcingstrategy.table.core.windows.net/","file":"https://eventsourcingstrategy.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjwustdstorageaccount1","name":"sjwustdstorageaccount1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-23T00:06:45.4060578Z","primaryEndpoints":{"dfs":"https://sjwustdstorageaccount1.dfs.core.windows.net/","web":"https://sjwustdstorageaccount1.z6.web.core.windows.net/","blob":"https://sjwustdstorageaccount1.blob.core.windows.net/","queue":"https://sjwustdstorageaccount1.queue.core.windows.net/","table":"https://sjwustdstorageaccount1.table.core.windows.net/","file":"https://sjwustdstorageaccount1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs710032000fed7f0f6","name":"cs710032000fed7f0f6","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-19T23:29:56.9072676Z","primaryEndpoints":{"dfs":"https://cs710032000fed7f0f6.dfs.core.windows.net/","web":"https://cs710032000fed7f0f6.z21.web.core.windows.net/","blob":"https://cs710032000fed7f0f6.blob.core.windows.net/","queue":"https://cs710032000fed7f0f6.queue.core.windows.net/","table":"https://cs710032000fed7f0f6.table.core.windows.net/","file":"https://cs710032000fed7f0f6.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs7326100e2f69dx4268x850","name":"cs7326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-06-05T01:48:01.4993804Z","primaryEndpoints":{"dfs":"https://cs7326100e2f69dx4268x850.dfs.core.windows.net/","web":"https://cs7326100e2f69dx4268x850.z21.web.core.windows.net/","blob":"https://cs7326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs7326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs7326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs7326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Storage/storageAccounts/juanfunctionstorage","name":"juanfunctionstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2017-01-27T22:51:35.2772535Z","primaryEndpoints":{"blob":"https://juanfunctionstorage.blob.core.windows.net/","queue":"https://juanfunctionstorage.queue.core.windows.net/","table":"https://juanfunctionstorage.table.core.windows.net/","file":"https://juanfunctionstorage.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag","name":"sjrgdiag","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-12T01:52:43.0711509Z","primaryEndpoints":{"blob":"https://sjrgdiag.blob.core.windows.net/","queue":"https://sjrgdiag.queue.core.windows.net/","table":"https://sjrgdiag.table.core.windows.net/","file":"https://sjrgdiag.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajsadlsgen2test","name":"surajsadlsgen2test","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-15T01:23:18.0208472Z","key2":"2022-04-15T01:23:18.0208472Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T01:23:17.9427380Z","primaryEndpoints":{"dfs":"https://surajsadlsgen2test.dfs.core.windows.net/","web":"https://surajsadlsgen2test.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test.blob.core.windows.net/","queue":"https://surajsadlsgen2test.queue.core.windows.net/","table":"https://surajsadlsgen2test.table.core.windows.net/","file":"https://surajsadlsgen2test.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available","secondaryLocation":"northcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://surajsadlsgen2test-secondary.dfs.core.windows.net/","web":"https://surajsadlsgen2test-secondary.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test-secondary.blob.core.windows.net/","queue":"https://surajsadlsgen2test-secondary.queue.core.windows.net/","table":"https://surajsadlsgen2test-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/LogicAppEHIntExp/providers/Microsoft.Storage/storageAccounts/functionegintstorage","name":"functionegintstorage","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-06T19:05:58.2903569Z","primaryEndpoints":{"blob":"https://functionegintstorage.blob.core.windows.net/","queue":"https://functionegintstorage.queue.core.windows.net/","table":"https://functionegintstorage.table.core.windows.net/","file":"https://functionegintstorage.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrpTst/providers/Microsoft.Storage/storageAccounts/jfgstgacct4jfunction1","name":"jfgstgacct4jfunction1","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-17T03:44:32.9630418Z","key2":"2022-04-17T03:44:32.9630418Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-17T03:44:32.8692652Z","primaryEndpoints":{"blob":"https://jfgstgacct4jfunction1.blob.core.windows.net/","queue":"https://jfgstgacct4jfunction1.queue.core.windows.net/","table":"https://jfgstgacct4jfunction1.table.core.windows.net/","file":"https://jfgstgacct4jfunction1.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mparktest/providers/Microsoft.Storage/storageAccounts/storageaccountmparkb838","name":"storageaccountmparkb838","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-10T00:14:51.6837772Z","primaryEndpoints":{"blob":"https://storageaccountmparkb838.blob.core.windows.net/","queue":"https://storageaccountmparkb838.queue.core.windows.net/","table":"https://storageaccountmparkb838.table.core.windows.net/","file":"https://storageaccountmparkb838.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag241","name":"sjrgdiag241","type":"Microsoft.Storage/storageAccounts","location":"southindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-25T22:14:20.4023960Z","primaryEndpoints":{"blob":"https://sjrgdiag241.blob.core.windows.net/","queue":"https://sjrgdiag241.queue.core.windows.net/","table":"https://sjrgdiag241.table.core.windows.net/","file":"https://sjrgdiag241.file.core.windows.net/"},"primaryLocation":"southindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psj","name":"psj","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-20T17:20:45.4150368Z","primaryEndpoints":{"web":"https://psj.z29.web.core.windows.net/","blob":"https://psj.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psjg1","name":"psjg1","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-11-20T17:28:46.4367867Z","primaryEndpoints":{"blob":"https://psjg1.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgacctstg8","name":"jfgacctstg8","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T02:47:03.6058315Z","key2":"2021-04-05T02:47:03.6058315Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T02:47:03.5277328Z","primaryEndpoints":{"dfs":"https://jfgacctstg8.dfs.core.windows.net/","web":"https://jfgacctstg8.z5.web.core.windows.net/","blob":"https://jfgacctstg8.blob.core.windows.net/","queue":"https://jfgacctstg8.queue.core.windows.net/","table":"https://jfgacctstg8.table.core.windows.net/","file":"https://jfgacctstg8.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgacctstg8-secondary.dfs.core.windows.net/","web":"https://jfgacctstg8-secondary.z5.web.core.windows.net/","blob":"https://jfgacctstg8-secondary.blob.core.windows.net/","queue":"https://jfgacctstg8-secondary.queue.core.windows.net/","table":"https://jfgacctstg8-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct6","name":"jfgstgacct6","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T00:55:47.9799457Z","key2":"2021-04-05T00:55:47.9799457Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T00:55:47.8862115Z","primaryEndpoints":{"dfs":"https://jfgstgacct6.dfs.core.windows.net/","web":"https://jfgstgacct6.z5.web.core.windows.net/","blob":"https://jfgstgacct6.blob.core.windows.net/","queue":"https://jfgstgacct6.queue.core.windows.net/","table":"https://jfgstgacct6.table.core.windows.net/","file":"https://jfgstgacct6.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct6-secondary.dfs.core.windows.net/","web":"https://jfgstgacct6-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct6-secondary.blob.core.windows.net/","queue":"https://jfgstgacct6-secondary.queue.core.windows.net/","table":"https://jfgstgacct6-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct7","name":"jfgstgacct7","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T01:20:11.0752483Z","key2":"2021-04-05T01:20:11.0752483Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T01:20:10.9814662Z","primaryEndpoints":{"dfs":"https://jfgstgacct7.dfs.core.windows.net/","web":"https://jfgstgacct7.z5.web.core.windows.net/","blob":"https://jfgstgacct7.blob.core.windows.net/","queue":"https://jfgstgacct7.queue.core.windows.net/","table":"https://jfgstgacct7.table.core.windows.net/","file":"https://jfgstgacct7.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct7-secondary.dfs.core.windows.net/","web":"https://jfgstgacct7-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct7-secondary.blob.core.windows.net/","queue":"https://jfgstgacct7-secondary.queue.core.windows.net/","table":"https://jfgstgacct7-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/klamsynapsestorage","name":"klamsynapsestorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-25T18:54:19.4945309Z","primaryEndpoints":{"dfs":"https://klamsynapsestorage.dfs.core.windows.net/","web":"https://klamsynapsestorage.z5.web.core.windows.net/","blob":"https://klamsynapsestorage.blob.core.windows.net/","queue":"https://klamsynapsestorage.queue.core.windows.net/","table":"https://klamsynapsestorage.table.core.windows.net/","file":"https://klamsynapsestorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://klamsynapsestorage-secondary.dfs.core.windows.net/","web":"https://klamsynapsestorage-secondary.z5.web.core.windows.net/","blob":"https://klamsynapsestorage-secondary.blob.core.windows.net/","queue":"https://klamsynapsestorage-secondary.queue.core.windows.net/","table":"https://klamsynapsestorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin8926","name":"rgeldertimplementin8926","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-26T23:39:48.1462917Z","key2":"2022-05-26T23:39:48.1462917Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T23:39:48.1462917Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T23:39:48.1462917Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-26T23:39:48.0212852Z","primaryEndpoints":{"blob":"https://rgeldertimplementin8926.blob.core.windows.net/","queue":"https://rgeldertimplementin8926.queue.core.windows.net/","table":"https://rgeldertimplementin8926.table.core.windows.net/","file":"https://rgeldertimplementin8926.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin9431","name":"rgeldertimplementin9431","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-27T02:14:44.8472838Z","key2":"2022-05-27T02:14:44.8472838Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-27T02:14:44.8629276Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-27T02:14:44.8629276Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-27T02:14:44.7379410Z","primaryEndpoints":{"blob":"https://rgeldertimplementin9431.blob.core.windows.net/","queue":"https://rgeldertimplementin9431.queue.core.windows.net/","table":"https://rgeldertimplementin9431.table.core.windows.net/","file":"https://rgeldertimplementin9431.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin9f59","name":"rgeldertimplementin9f59","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-07T04:23:56.2534570Z","key2":"2022-06-07T04:23:56.2534570Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-07T04:23:56.2534570Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-07T04:23:56.2534570Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-07T04:23:56.1597301Z","primaryEndpoints":{"blob":"https://rgeldertimplementin9f59.blob.core.windows.net/","queue":"https://rgeldertimplementin9f59.queue.core.windows.net/","table":"https://rgeldertimplementin9f59.table.core.windows.net/","file":"https://rgeldertimplementin9f59.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/sqlvavvr2bodrz23mg","name":"sqlvavvr2bodrz23mg","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:05:23.1188158Z","key2":"2021-10-18T18:05:23.1188158Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:05:23.0250821Z","primaryEndpoints":{"dfs":"https://sqlvavvr2bodrz23mg.dfs.core.windows.net/","web":"https://sqlvavvr2bodrz23mg.z5.web.core.windows.net/","blob":"https://sqlvavvr2bodrz23mg.blob.core.windows.net/","queue":"https://sqlvavvr2bodrz23mg.queue.core.windows.net/","table":"https://sqlvavvr2bodrz23mg.table.core.windows.net/","file":"https://sqlvavvr2bodrz23mg.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/srtests/providers/Microsoft.Storage/storageAccounts/srstorageacct","name":"srstorageacct","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-06T21:19:20.6220342Z","key2":"2021-12-06T21:19:20.6220342Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T21:19:20.5439297Z","primaryEndpoints":{"dfs":"https://srstorageacct.dfs.core.windows.net/","web":"https://srstorageacct.z5.web.core.windows.net/","blob":"https://srstorageacct.blob.core.windows.net/","queue":"https://srstorageacct.queue.core.windows.net/","table":"https://srstorageacct.table.core.windows.net/","file":"https://srstorageacct.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://srstorageacct-secondary.dfs.core.windows.net/","web":"https://srstorageacct-secondary.z5.web.core.windows.net/","blob":"https://srstorageacct-secondary.blob.core.windows.net/","queue":"https://srstorageacct-secondary.queue.core.windows.net/","table":"https://srstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/storageaccountklamr83f3","name":"storageaccountklamr83f3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-25T22:26:21.9448810Z","key2":"2021-06-25T22:26:21.9448810Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-06-25T22:26:21.8823995Z","primaryEndpoints":{"blob":"https://storageaccountklamr83f3.blob.core.windows.net/","queue":"https://storageaccountklamr83f3.queue.core.windows.net/","table":"https://storageaccountklamr83f3.table.core.windows.net/","file":"https://storageaccountklamr83f3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sv-aks-rx-rg/providers/Microsoft.Storage/storageAccounts/sv201905092104","name":"sv201905092104","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-09-09T05:15:07.0885924Z","primaryEndpoints":{"dfs":"https://sv201905092104.dfs.core.windows.net/","web":"https://sv201905092104.z5.web.core.windows.net/","blob":"https://sv201905092104.blob.core.windows.net/","queue":"https://sv201905092104.queue.core.windows.net/","table":"https://sv201905092104.table.core.windows.net/","file":"https://sv201905092104.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sv201905092104-secondary.dfs.core.windows.net/","web":"https://sv201905092104-secondary.z5.web.core.windows.net/","blob":"https://sv201905092104-secondary.blob.core.windows.net/","queue":"https://sv201905092104-secondary.queue.core.windows.net/","table":"https://sv201905092104-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621a491","name":"testvinsusbrg621a491","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-21T19:09:35.8106900Z","key2":"2022-06-21T19:09:35.8106900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T19:09:35.8263081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T19:09:35.8263081Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-21T19:09:35.7169157Z","primaryEndpoints":{"blob":"https://testvinsusbrg621a491.blob.core.windows.net/","queue":"https://testvinsusbrg621a491.queue.core.windows.net/","table":"https://testvinsusbrg621a491.table.core.windows.net/","file":"https://testvinsusbrg621a491.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621b7e3","name":"testvinsusbrg621b7e3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-21T18:19:34.0228895Z","key2":"2022-06-21T18:19:34.0228895Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T18:19:34.0385165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T18:19:34.0385165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-21T18:19:33.9134778Z","primaryEndpoints":{"blob":"https://testvinsusbrg621b7e3.blob.core.windows.net/","queue":"https://testvinsusbrg621b7e3.queue.core.windows.net/","table":"https://testvinsusbrg621b7e3.table.core.windows.net/","file":"https://testvinsusbrg621b7e3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matrix-care-perf-test/providers/Microsoft.Storage/storageAccounts/matrixcareperftestdiag","name":"matrixcareperftestdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-08-03T23:56:42.9494528Z","primaryEndpoints":{"blob":"https://matrixcareperftestdiag.blob.core.windows.net/","queue":"https://matrixcareperftestdiag.queue.core.windows.net/","table":"https://matrixcareperftestdiag.table.core.windows.net/","file":"https://matrixcareperftestdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgDemoIntegrate2022/providers/Microsoft.Storage/storageAccounts/jfgstgacct4logs","name":"jfgstgacct4logs","type":"Microsoft.Storage/storageAccounts","location":"uksouth","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-05-14T17:30:26.8059536Z","key2":"2022-05-14T17:30:26.8059536Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-14T17:30:26.8059536Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-14T17:30:26.8059536Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-14T17:30:26.7278121Z","primaryEndpoints":{"dfs":"https://jfgstgacct4logs.dfs.core.windows.net/","web":"https://jfgstgacct4logs.z33.web.core.windows.net/","blob":"https://jfgstgacct4logs.blob.core.windows.net/","queue":"https://jfgstgacct4logs.queue.core.windows.net/","table":"https://jfgstgacct4logs.table.core.windows.net/","file":"https://jfgstgacct4logs.file.core.windows.net/"},"primaryLocation":"uksouth","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-testrg1/providers/Microsoft.Storage/storageAccounts/koreacentralardsouza","name":"koreacentralardsouza","type":"Microsoft.Storage/storageAccounts","location":"koreacentral","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-23T12:23:39.6516714Z","key2":"2021-10-23T12:23:39.6516714Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-23T12:23:39.5891344Z","primaryEndpoints":{"dfs":"https://koreacentralardsouza.dfs.core.windows.net/","web":"https://koreacentralardsouza.z12.web.core.windows.net/","blob":"https://koreacentralardsouza.blob.core.windows.net/","queue":"https://koreacentralardsouza.queue.core.windows.net/","table":"https://koreacentralardsouza.table.core.windows.net/","file":"https://koreacentralardsouza.file.core.windows.net/"},"primaryLocation":"koreacentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SFC_eaaa1575-217c-4f42-a680-c04ed4c44583/providers/Microsoft.Storage/storageAccounts/sfmcdipt22kt526nc","name":"sfmcdipt22kt526nc","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-17T23:04:37.8302059Z","key2":"2022-06-17T23:04:37.8302059Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-17T23:04:38.4239615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-17T23:04:38.4239615Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-06-17T23:04:37.7520573Z","primaryEndpoints":{"dfs":"https://sfmcdipt22kt526nc.dfs.core.windows.net/","web":"https://sfmcdipt22kt526nc.z3.web.core.windows.net/","blob":"https://sfmcdipt22kt526nc.blob.core.windows.net/","queue":"https://sfmcdipt22kt526nc.queue.core.windows.net/","table":"https://sfmcdipt22kt526nc.table.core.windows.net/","file":"https://sfmcdipt22kt526nc.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag632","name":"sjrgdiag632","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-29T04:32:25.3003458Z","primaryEndpoints":{"blob":"https://sjrgdiag632.blob.core.windows.net/","queue":"https://sjrgdiag632.queue.core.windows.net/","table":"https://sjrgdiag632.table.core.windows.net/","file":"https://sjrgdiag632.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/storageaccountppgte8373","name":"storageaccountppgte8373","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-22T21:07:15.0282137Z","key2":"2021-12-22T21:07:15.0282137Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-22T21:07:14.9657097Z","primaryEndpoints":{"blob":"https://storageaccountppgte8373.blob.core.windows.net/","queue":"https://storageaccountppgte8373.queue.core.windows.net/","table":"https://storageaccountppgte8373.table.core.windows.net/","file":"https://storageaccountppgte8373.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '146282' + - '160075' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:43:07 GMT + - Wed, 22 Jun 2022 08:12:10 GMT expires: - '-1' pragma: @@ -136,19 +137,20 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 6cc13c08-f815-44d9-8e56-8071ffd68081 - - 74bccc79-5c09-499d-b7ce-333d6d3c2a74 - - e43a9852-e572-4e43-8074-b17a76e05844 - - 2e963aef-dba7-4991-b21e-bc057d71f6fe - - 6f9ba1c9-566f-4c4e-9283-acc77f92e517 - - 6b9f6e43-772a-413d-a196-a16212c40978 - - dee0e8f4-543f-4f3a-9fb5-351d64dac3cf - - 8d369a03-f4f4-4d7b-be9e-b17ad6a1245f - - dd74b00a-d255-4e35-b580-40f1547851c3 - - 9a1c9db4-a7ff-4cd8-ba25-6f0ba7154445 - - 8ca58684-7bd4-46f1-9c95-b11dde5ed253 - - 5111afeb-3b22-4d6a-8c83-33b57283fc63 - - d8ce1ff5-7d1a-4f3d-aedb-6b2f8ce45ce3 + - 32555421-de40-4fa1-a429-1f5b2164a8fb + - 8668c531-76d8-44ad-830d-e3525a4b72b9 + - ca5058c0-bb5b-4824-9b35-1bf7a70bcc91 + - 5bb69002-917d-482c-ab9d-25cde2e777c2 + - 13b5f998-1a15-4e0c-9f95-878c15f6b5db + - 12e3d50f-0231-405b-9475-8018789b7ed4 + - aefe4595-f17f-47cc-a639-1025b3d74b3c + - 7ab54459-e1e0-4352-a3df-0ac3faa65aed + - 0d0f6a10-e12d-4a54-b8be-40c958b38c67 + - 4239679e-f4a9-462e-809c-5144f7eeca5b + - 0426f62a-a8b4-4b7e-bf62-ddd6d60f9651 + - e136eab3-ceb3-4737-83a1-b4c7ed1f2933 + - 64cfc933-8113-4083-8b92-8501038036ab + - 5d87737f-ac2f-4b9a-b1b8-efb466b6be03 status: code: 200 message: OK @@ -168,12 +170,12 @@ interactions: ParameterSetName: - -n -g --account-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-19T07:42:48.3902822Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-19T07:42:48.3902822Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-22T08:11:50.2167296Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-22T08:11:50.2167296Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -182,7 +184,7 @@ interactions: content-type: - application/json date: - - Tue, 19 Apr 2022 07:43:08 GMT + - Wed, 22 Jun 2022 08:12:11 GMT expires: - '-1' pragma: @@ -205,16 +207,24 @@ interactions: - request: body: null headers: + Accept: + - application/xml + Accept-Encoding: + - gzip, deflate + CommandName: + - storage container create Connection: - keep-alive Content-Length: - '0' + ParameterSetName: + - -n -g --account-name User-Agent: - - Azure-Storage/2.0.0-2.0.1 (Python CPython 3.6.2; Windows 10) AZURECLI/2.35.0 + - AZURECLI/2.37.0 azsdk-python-storage-blob/12.12.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) x-ms-date: - - Tue, 19 Apr 2022 07:43:08 GMT + - Wed, 22 Jun 2022 08:12:11 GMT x-ms-version: - - '2018-11-09' + - '2021-06-08' method: PUT uri: https://storageehnscli000005.blob.core.windows.net/container-nscli000006?restype=container response: @@ -224,22 +234,22 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 07:43:08 GMT + - Wed, 22 Jun 2022 08:12:11 GMT etag: - - '"0x8DA21D83FE53647"' + - '"0x8DA5426E919E134"' last-modified: - - Tue, 19 Apr 2022 07:43:09 GMT + - Wed, 22 Jun 2022 08:12:12 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2018-11-09' + - '2021-06-08' status: code: 201 message: Created - request: - body: '{"location": "westus2", "tags": {"{tag1: value1,": "", "tag2: value2}": + body: '{"location": "westus2", "tags": {"{tag2: value2,": "", "tag1: value1}": ""}, "sku": {"name": "Standard", "tier": "Standard"}, "properties": {"isAutoInflateEnabled": - true, "maximumThroughputUnits": 4}}' + true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 4}}' headers: Accept: - application/json @@ -250,28 +260,28 @@ interactions: Connection: - keep-alive Content-Length: - - '200' + - '234' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:43:12.53Z","updatedAt":"2022-04-19T07:43:12.53Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:12:15.853Z","updatedAt":"2022-06-22T08:12:15.853Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '781' + - '841' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:43:13 GMT + - Wed, 22 Jun 2022 08:12:16 GMT expires: - '-1' pragma: @@ -290,7 +300,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' + - '49' status: code: 200 message: OK @@ -308,22 +318,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:43:12.53Z","updatedAt":"2022-04-19T07:43:12.53Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:12:15.853Z","updatedAt":"2022-06-22T08:12:15.853Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '781' + - '841' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:43:43 GMT + - Wed, 22 Jun 2022 08:12:47 GMT expires: - '-1' pragma: @@ -358,31 +368,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:43:12.53Z","updatedAt":"2022-04-19T07:44:02.123Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:12:15.853Z","updatedAt":"2022-06-22T08:13:03.937Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '780' + - '839' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:15 GMT + - Wed, 22 Jun 2022 08:13:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -408,31 +418,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:43:12.53Z","updatedAt":"2022-04-19T07:44:02.123Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:12:15.853Z","updatedAt":"2022-06-22T08:13:03.937Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '780' + - '839' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:15 GMT + - Wed, 22 Jun 2022 08:13:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -468,13 +478,13 @@ interactions: --capture-interval --capture-size-limit --destination-name --storage-account --blob-container --archive-name-format User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003","name":"eventhubs-eventhubcli000003","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":3,"partitionCount":15,"status":"Active","createdAt":"2022-04-19T07:44:18.58Z","updatedAt":"2022-04-19T07:44:19.023Z","partitionIds":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14"],"captureDescription":{"enabled":true,"encoding":"Avro","destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"storageAccountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005","blobContainer":"container-nscli000006","archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"}},"intervalInSeconds":100,"sizeLimitInBytes":314572799}}}' + US 2","properties":{"messageRetentionInDays":3,"partitionCount":15,"status":"Active","createdAt":"2022-06-22T08:13:23.33Z","updatedAt":"2022-06-22T08:13:23.627Z","partitionIds":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14"],"captureDescription":{"enabled":true,"encoding":"Avro","destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"storageAccountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005","blobContainer":"container-nscli000006","archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"}},"intervalInSeconds":100,"sizeLimitInBytes":314572799}}}' headers: cache-control: - no-cache @@ -483,7 +493,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:19 GMT + - Wed, 22 Jun 2022 08:13:24 GMT expires: - '-1' pragma: @@ -502,7 +512,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -520,13 +530,13 @@ interactions: ParameterSetName: - -g -n --namespace-name --enable-capture User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003","name":"eventhubs-eventhubcli000003","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":3,"partitionCount":15,"status":"Active","createdAt":"2022-04-19T07:44:18.58Z","updatedAt":"2022-04-19T07:44:19.023Z","partitionIds":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14"],"captureDescription":{"enabled":true,"encoding":"Avro","destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"storageAccountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005","blobContainer":"container-nscli000006","archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"}},"intervalInSeconds":100,"sizeLimitInBytes":314572799}}}' + US 2","properties":{"messageRetentionInDays":3,"partitionCount":15,"status":"Active","createdAt":"2022-06-22T08:13:23.33Z","updatedAt":"2022-06-22T08:13:23.627Z","partitionIds":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14"],"captureDescription":{"enabled":true,"encoding":"Avro","destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"storageAccountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.Storage/storageAccounts/storageehnscli000005","blobContainer":"container-nscli000006","archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"}},"intervalInSeconds":100,"sizeLimitInBytes":314572799}}}' headers: cache-control: - no-cache @@ -535,16 +545,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:19 GMT + - Wed, 22 Jun 2022 08:13:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -578,9 +588,9 @@ interactions: ParameterSetName: - -g -n --namespace-name --enable-capture User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000003","name":"eventhubs-eventhubcli000003","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West @@ -593,16 +603,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:20 GMT + - Wed, 22 Jun 2022 08:13:26 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -612,7 +622,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -634,31 +644,31 @@ interactions: ParameterSetName: - -g -n --namespace-name --message-retention --partition-count User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":3,"partitionCount":15,"status":"Active","createdAt":"2022-04-19T07:44:23.28Z","updatedAt":"2022-04-19T07:44:23.487Z","partitionIds":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14"]}}' + US 2","properties":{"messageRetentionInDays":3,"partitionCount":15,"status":"Active","createdAt":"2022-06-22T08:13:30.317Z","updatedAt":"2022-06-22T08:13:30.543Z","partitionIds":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14"]}}' headers: cache-control: - no-cache content-length: - - '551' + - '552' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:23 GMT + - Wed, 22 Jun 2022 08:13:30 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -668,7 +678,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -688,31 +698,31 @@ interactions: --capture-size-limit --destination-name --storage-account --blob-container --archive-name-format User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":3,"partitionCount":15,"status":"Active","createdAt":"2022-04-19T07:44:23.28Z","updatedAt":"2022-04-19T07:44:23.487Z","partitionIds":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14"]}}' + US 2","properties":{"messageRetentionInDays":3,"partitionCount":15,"status":"Active","createdAt":"2022-06-22T08:13:30.317Z","updatedAt":"2022-06-22T08:13:30.543Z","partitionIds":["0","1","2","3","4","5","6","7","8","9","10","11","12","13","14"]}}' headers: cache-control: - no-cache content-length: - - '551' + - '552' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:24 GMT + - Wed, 22 Jun 2022 08:13:32 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -748,9 +758,9 @@ interactions: --capture-size-limit --destination-name --storage-account --blob-container --archive-name-format User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West @@ -763,16 +773,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:25 GMT + - Wed, 22 Jun 2022 08:13:34 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -782,7 +792,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_eventhub.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_eventhub.yaml index 18211729b91..c641c2d0ecd 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_eventhub.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_eventhub.yaml @@ -1,8 +1,8 @@ interactions: - request: - body: '{"location": "westus2", "tags": {"{tag1: value1,": "", "tag2: value2}": + body: '{"location": "westus2", "tags": {"{tag2: value2,": "", "tag1: value1}": ""}, "sku": {"name": "Standard", "tier": "Standard"}, "properties": {"isAutoInflateEnabled": - true, "maximumThroughputUnits": 4}}' + true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 4}}' headers: Accept: - application/json @@ -13,28 +13,28 @@ interactions: Connection: - keep-alive Content-Length: - - '200' + - '234' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:44:45.76Z","updatedAt":"2022-04-19T06:44:45.76Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:49:08.567Z","updatedAt":"2022-06-22T06:49:08.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '781' + - '841' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:44:46 GMT + - Wed, 22 Jun 2022 06:49:09 GMT expires: - '-1' pragma: @@ -53,7 +53,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' + - '49' status: code: 200 message: OK @@ -71,22 +71,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:44:45.76Z","updatedAt":"2022-04-19T06:44:45.76Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:49:08.567Z","updatedAt":"2022-06-22T06:49:08.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '781' + - '841' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:17 GMT + - Wed, 22 Jun 2022 06:49:39 GMT expires: - '-1' pragma: @@ -121,31 +121,31 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:44:45.76Z","updatedAt":"2022-04-19T06:45:37.33Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:49:08.567Z","updatedAt":"2022-06-22T06:49:56.68Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '779' + - '838' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:48 GMT + - Wed, 22 Jun 2022 06:50:12 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -171,22 +171,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:44:45.76Z","updatedAt":"2022-04-19T06:45:37.33Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:49:08.567Z","updatedAt":"2022-06-22T06:49:56.68Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '779' + - '838' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:48 GMT + - Wed, 22 Jun 2022 06:50:13 GMT expires: - '-1' pragma: @@ -221,22 +221,22 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:44:45.76Z","updatedAt":"2022-04-19T06:45:37.33Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{"{tag2: value2,":"","tag1: value1}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:49:08.567Z","updatedAt":"2022-06-22T06:49:56.68Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '779' + - '838' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:48 GMT + - Wed, 22 Jun 2022 06:50:14 GMT expires: - '-1' pragma: @@ -275,13 +275,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-19T06:45:51.813Z","updatedAt":"2022-04-19T06:45:52.027Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-22T06:50:17.653Z","updatedAt":"2022-06-22T06:50:17.877Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache @@ -290,16 +290,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:52 GMT + - Wed, 22 Jun 2022 06:50:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -327,13 +327,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-19T06:45:51.813Z","updatedAt":"2022-04-19T06:45:52.027Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-22T06:50:17.653Z","updatedAt":"2022-06-22T06:50:17.877Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache @@ -342,7 +342,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:52 GMT + - Wed, 22 Jun 2022 06:50:19 GMT expires: - '-1' pragma: @@ -377,13 +377,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --partition-count --message-retention User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-19T06:45:51.813Z","updatedAt":"2022-04-19T06:45:52.027Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-22T06:50:17.653Z","updatedAt":"2022-06-22T06:50:17.877Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache @@ -392,16 +392,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:53 GMT + - Wed, 22 Jun 2022 06:50:21 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -432,9 +432,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --partition-count --message-retention User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West @@ -447,7 +447,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:53 GMT + - Wed, 22 Jun 2022 06:50:22 GMT expires: - '-1' pragma: @@ -486,13 +486,13 @@ interactions: --capture-interval --capture-size-limit --destination-name --storage-account --blob-container --archive-name-format User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":4,"partitionCount":4,"status":"Active","createdAt":"2022-04-19T06:45:51.813Z","updatedAt":"2022-04-19T06:45:54.35Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":4,"partitionCount":4,"status":"Active","createdAt":"2022-06-22T06:50:17.653Z","updatedAt":"2022-06-22T06:50:23.09Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache @@ -501,16 +501,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:54 GMT + - Wed, 22 Jun 2022 06:50:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -547,9 +547,9 @@ interactions: --capture-interval --capture-size-limit --destination-name --storage-account --blob-container --archive-name-format User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West @@ -562,16 +562,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:56 GMT + - Wed, 22 Jun 2022 06:50:27 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -581,7 +581,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -599,13 +599,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs?api-version=2022-01-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004","name":"eventhubs-eventhubcli000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":4,"partitionCount":4,"status":"Active","createdAt":"2022-04-19T06:45:51.813Z","updatedAt":"2022-04-19T06:45:57.013Z","partitionIds":["0","1","2","3"],"captureDescription":{"enabled":true,"encoding":"Avro","destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"storageAccountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/v-ajnavtest/providers/Microsoft.Storage/storageAccounts/testingsdkeventhubnew","blobContainer":"container01","archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"}},"intervalInSeconds":120,"sizeLimitInBytes":10485763,"skipEmptyArchives":true}}}]}' + US 2","properties":{"messageRetentionInDays":4,"partitionCount":4,"status":"Active","createdAt":"2022-06-22T06:50:17.653Z","updatedAt":"2022-06-22T06:50:27.883Z","partitionIds":["0","1","2","3"],"captureDescription":{"enabled":true,"encoding":"Avro","destination":{"name":"EventHubArchive.AzureBlockBlob","properties":{"storageAccountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/v-ajnavtest/providers/Microsoft.Storage/storageAccounts/testingsdkeventhubnew","blobContainer":"container01","archiveNameFormat":"{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"}},"intervalInSeconds":120,"sizeLimitInBytes":10485763,"skipEmptyArchives":true}}}]}' headers: cache-control: - no-cache @@ -614,7 +614,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:57 GMT + - Wed, 22 Jun 2022 06:50:29 GMT expires: - '-1' pragma: @@ -655,9 +655,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003","name":"cliAutho000003","type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules","location":"West @@ -670,7 +670,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:45:59 GMT + - Wed, 22 Jun 2022 06:50:33 GMT expires: - '-1' pragma: @@ -707,9 +707,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003","name":"cliAutho000003","type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules","location":"West @@ -722,16 +722,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:00 GMT + - Wed, 22 Jun 2022 06:50:34 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -757,9 +757,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003","name":"cliAutho000003","type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules","location":"West @@ -772,16 +772,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:00 GMT + - Wed, 22 Jun 2022 06:50:35 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -811,9 +811,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003","name":"cliAutho000003","type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules","location":"West @@ -826,7 +826,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:03 GMT + - Wed, 22 Jun 2022 06:50:39 GMT expires: - '-1' pragma: @@ -845,7 +845,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -865,12 +865,12 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003/listKeys?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003/listKeys?api-version=2022-01-01-preview response: body: - string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=+qtIqRI7XK68QwgXQVRFX1gb5mjqR/l2h+c0mvX7/lw=;EntityPath=eventhubs-eventhubcli000004","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=I5moKEiqhpdTy07ZagGmak1PKgJqOshYHqBpOcQI6nE=;EntityPath=eventhubs-eventhubcli000004","primaryKey":"+qtIqRI7XK68QwgXQVRFX1gb5mjqR/l2h+c0mvX7/lw=","secondaryKey":"I5moKEiqhpdTy07ZagGmak1PKgJqOshYHqBpOcQI6nE=","keyName":"cliAutho000003"}' + string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=Cs9KEmhLmLANojxGlwzi/vb5BzEp3QwAg8gdGqZay+o=;EntityPath=eventhubs-eventhubcli000004","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=yeP13JCqV+YuNKfur3q6Co4LVkrK5TFW1OjFlFuP+G4=;EntityPath=eventhubs-eventhubcli000004","primaryKey":"Cs9KEmhLmLANojxGlwzi/vb5BzEp3QwAg8gdGqZay+o=","secondaryKey":"yeP13JCqV+YuNKfur3q6Co4LVkrK5TFW1OjFlFuP+G4=","keyName":"cliAutho000003"}' headers: cache-control: - no-cache @@ -879,7 +879,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:03 GMT + - Wed, 22 Jun 2022 06:50:41 GMT expires: - '-1' pragma: @@ -898,7 +898,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -920,12 +920,12 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --key User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003/regenerateKeys?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003/regenerateKeys?api-version=2022-01-01-preview response: body: - string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=68t1sfjxw+KKmhcJMJ3dndFnQdW/UUGDaFqiSf7lbC4=;EntityPath=eventhubs-eventhubcli000004","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=I5moKEiqhpdTy07ZagGmak1PKgJqOshYHqBpOcQI6nE=;EntityPath=eventhubs-eventhubcli000004","primaryKey":"68t1sfjxw+KKmhcJMJ3dndFnQdW/UUGDaFqiSf7lbC4=","secondaryKey":"I5moKEiqhpdTy07ZagGmak1PKgJqOshYHqBpOcQI6nE=","keyName":"cliAutho000003"}' + string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=1DKAWC/J17i+JR0FvXSLl88gfuD1O1kLWKjlQN/K3jk=;EntityPath=eventhubs-eventhubcli000004","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=yeP13JCqV+YuNKfur3q6Co4LVkrK5TFW1OjFlFuP+G4=;EntityPath=eventhubs-eventhubcli000004","primaryKey":"1DKAWC/J17i+JR0FvXSLl88gfuD1O1kLWKjlQN/K3jk=","secondaryKey":"yeP13JCqV+YuNKfur3q6Co4LVkrK5TFW1OjFlFuP+G4=","keyName":"cliAutho000003"}' headers: cache-control: - no-cache @@ -934,7 +934,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:06 GMT + - Wed, 22 Jun 2022 06:50:45 GMT expires: - '-1' pragma: @@ -953,7 +953,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -975,12 +975,12 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --key User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003/regenerateKeys?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003/regenerateKeys?api-version=2022-01-01-preview response: body: - string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=68t1sfjxw+KKmhcJMJ3dndFnQdW/UUGDaFqiSf7lbC4=;EntityPath=eventhubs-eventhubcli000004","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=EVJdVQ56fzJ8qA9WU69iQ0TgTqAMptW77+0d3tl0v6A=;EntityPath=eventhubs-eventhubcli000004","primaryKey":"68t1sfjxw+KKmhcJMJ3dndFnQdW/UUGDaFqiSf7lbC4=","secondaryKey":"EVJdVQ56fzJ8qA9WU69iQ0TgTqAMptW77+0d3tl0v6A=","keyName":"cliAutho000003"}' + string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=1DKAWC/J17i+JR0FvXSLl88gfuD1O1kLWKjlQN/K3jk=;EntityPath=eventhubs-eventhubcli000004","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000003;SharedAccessKey=Pxem+eKtrOwNJVxLRVhuxv1ohng2ygTsYfjxI/8HyLk=;EntityPath=eventhubs-eventhubcli000004","primaryKey":"1DKAWC/J17i+JR0FvXSLl88gfuD1O1kLWKjlQN/K3jk=","secondaryKey":"Pxem+eKtrOwNJVxLRVhuxv1ohng2ygTsYfjxI/8HyLk=","keyName":"cliAutho000003"}' headers: cache-control: - no-cache @@ -989,16 +989,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:07 GMT + - Wed, 22 Jun 2022 06:50:48 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1028,9 +1028,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004/authorizationRules/cliAutho000003?api-version=2022-01-01-preview response: body: string: '' @@ -1040,7 +1040,7 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:46:08 GMT + - Wed, 22 Jun 2022 06:50:51 GMT expires: - '-1' pragma: @@ -1055,7 +1055,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 200 message: OK @@ -1075,9 +1075,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/eventhubs/eventhubs-eventhubcli000004?api-version=2022-01-01-preview response: body: string: '' @@ -1087,22 +1087,22 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:46:11 GMT + - Wed, 22 Jun 2022 06:50:55 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14998' status: code: 200 message: OK @@ -1122,9 +1122,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '' @@ -1134,24 +1134,24 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:46:13 GMT + - Wed, 22 Jun 2022 06:50:57 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/locations/westus2/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -1169,33 +1169,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_eventnhub000001/providers/Microsoft.EventHub/locations/westus2/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 06:46:43 GMT + - Wed, 22 Jun 2022 06:51:28 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace.yaml index 6e9385ab41b..5ec98b782f3 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace.yaml @@ -17,9 +17,9 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2022-01-01-preview response: body: string: '{"nameAvailable":true,"reason":"None","message":null}' @@ -31,7 +31,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:14:12 GMT + - Wed, 22 Jun 2022 06:14:30 GMT expires: - '-1' pragma: @@ -56,8 +56,8 @@ interactions: message: OK - request: body: '{"location": "westus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", - "tier": "Standard"}, "properties": {"isAutoInflateEnabled": true, "maximumThroughputUnits": - 4, "kafkaEnabled": true}}' + "tier": "Standard"}, "properties": {"isAutoInflateEnabled": true, "publicNetworkAccess": + "Enabled", "maximumThroughputUnits": 4, "kafkaEnabled": true}}' headers: Accept: - application/json @@ -68,38 +68,38 @@ interactions: Connection: - keep-alive Content-Length: - - '198' + - '232' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --enable-kafka User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004","name":"eventhubs-nscli1000004","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-04-19T06:14:17.853Z","updatedAt":"2022-04-19T06:14:17.853Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-06-22T06:14:36.127Z","updatedAt":"2022-06-22T06:14:36.127Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '764' + - '822' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:14:18 GMT + - Wed, 22 Jun 2022 06:14:37 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -128,31 +128,31 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --enable-kafka User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004","name":"eventhubs-nscli1000004","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-04-19T06:14:17.853Z","updatedAt":"2022-04-19T06:14:17.853Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-06-22T06:14:36.127Z","updatedAt":"2022-06-22T06:14:36.127Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '764' + - '822' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:14:49 GMT + - Wed, 22 Jun 2022 06:15:07 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -179,31 +179,31 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --enable-kafka User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004","name":"eventhubs-nscli1000004","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-04-19T06:14:17.853Z","updatedAt":"2022-04-19T06:15:04.71Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-06-22T06:14:36.127Z","updatedAt":"2022-06-22T06:15:24.593Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '761' + - '820' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:15:19 GMT + - Wed, 22 Jun 2022 06:15:37 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -230,31 +230,31 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --enable-kafka User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004","name":"eventhubs-nscli1000004","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-04-19T06:14:17.853Z","updatedAt":"2022-04-19T06:15:04.71Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-06-22T06:14:36.127Z","updatedAt":"2022-06-22T06:15:24.593Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '761' + - '820' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:15:19 GMT + - Wed, 22 Jun 2022 06:15:38 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -268,8 +268,8 @@ interactions: message: OK - request: body: '{"location": "westus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", - "tier": "Standard"}, "properties": {"isAutoInflateEnabled": true, "maximumThroughputUnits": - 4}}' + "tier": "Standard"}, "properties": {"isAutoInflateEnabled": true, "publicNetworkAccess": + "Enabled", "maximumThroughputUnits": 4}}' headers: Accept: - application/json @@ -280,28 +280,28 @@ interactions: Connection: - keep-alive Content-Length: - - '176' + - '210' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:15:26.38Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:15:42.83Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '758' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:15:27 GMT + - Wed, 22 Jun 2022 06:15:43 GMT expires: - '-1' pragma: @@ -338,22 +338,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:15:26.38Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:15:42.83Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '758' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:15:58 GMT + - Wed, 22 Jun 2022 06:16:13 GMT expires: - '-1' pragma: @@ -388,22 +388,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:16:16.547Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:16:29.987Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '815' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:16:28 GMT + - Wed, 22 Jun 2022 06:16:45 GMT expires: - '-1' pragma: @@ -438,22 +438,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:16:16.547Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:16:29.987Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '815' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:16:28 GMT + - Wed, 22 Jun 2022 06:16:45 GMT expires: - '-1' pragma: @@ -488,12 +488,12 @@ interactions: ParameterSetName: - --resource-group --name --enable-auto-inflate User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T06:14:07Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T06:14:27Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -502,7 +502,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:16:28 GMT + - Wed, 22 Jun 2022 06:16:45 GMT expires: - '-1' pragma: @@ -518,7 +518,7 @@ interactions: message: OK - request: body: '{"location": "westus", "sku": {"name": "Standard", "tier": "Standard"}, - "properties": {"isAutoInflateEnabled": false}}' + "properties": {"isAutoInflateEnabled": false, "publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -529,28 +529,28 @@ interactions: Connection: - keep-alive Content-Length: - - '118' + - '152' Content-Type: - application/json ParameterSetName: - --resource-group --name --enable-auto-inflate User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:16:38.787Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:16:54.203Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '744' + - '802' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:16:40 GMT + - Wed, 22 Jun 2022 06:16:59 GMT expires: - '-1' pragma: @@ -587,22 +587,22 @@ interactions: ParameterSetName: - --resource-group --name --enable-auto-inflate User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:16:41.797Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:16:58.54Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '741' + - '798' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:17:10 GMT + - Wed, 22 Jun 2022 06:17:30 GMT expires: - '-1' pragma: @@ -637,22 +637,22 @@ interactions: ParameterSetName: - --resource-group --name --enable-auto-inflate User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:16:41.797Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:16:58.54Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '741' + - '798' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:17:10 GMT + - Wed, 22 Jun 2022 06:17:31 GMT expires: - '-1' pragma: @@ -687,31 +687,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:16:41.797Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:16:58.54Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '741' + - '798' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:17:10 GMT + - Wed, 22 Jun 2022 06:17:32 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -737,22 +737,22 @@ interactions: ParameterSetName: - --resource-group --name --tags --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:16:41.797Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:16:58.54Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '741' + - '798' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:17:11 GMT + - Wed, 22 Jun 2022 06:17:32 GMT expires: - '-1' pragma: @@ -775,9 +775,9 @@ interactions: message: OK - request: body: '{"location": "West US", "tags": {"{tag2": "value2}"}, "sku": {"name": "Standard", - "tier": "Standard", "capacity": 1}, "properties": {"isAutoInflateEnabled": true, - "maximumThroughputUnits": 5, "kafkaEnabled": true, "zoneRedundant": false, "disableLocalAuth": - false}}' + "tier": "Standard", "capacity": 1}, "properties": {"minimumTlsVersion": "1.2", + "isAutoInflateEnabled": true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 5, "kafkaEnabled": true, "zoneRedundant": false, "disableLocalAuth": false}}' headers: Accept: - application/json @@ -788,28 +788,28 @@ interactions: Connection: - keep-alive Content-Length: - - '265' + - '327' Content-Type: - application/json ParameterSetName: - --resource-group --name --tags --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag2":"value2}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:17:20.393Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag2":"value2}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:17:44.347Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '760' + - '818' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:17:22 GMT + - Wed, 22 Jun 2022 06:17:47 GMT expires: - '-1' pragma: @@ -846,22 +846,22 @@ interactions: ParameterSetName: - --resource-group --name --tags --enable-auto-inflate --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag2":"value2}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:17:23.967Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag2":"value2}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:17:47.573Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '815' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:17:52 GMT + - Wed, 22 Jun 2022 06:18:17 GMT expires: - '-1' pragma: @@ -896,23 +896,23 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview response: body: string: '{"value":[{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1000004","name":"eventhubs-nscli1000004","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-04-19T06:14:17.853Z","updatedAt":"2022-04-19T06:15:04.71Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag2":"value2}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:15:26.38Z","updatedAt":"2022-04-19T06:17:23.967Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}]}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1000004","createdAt":"2022-06-22T06:14:36.127Z","updatedAt":"2022-06-22T06:15:24.593Z","serviceBusEndpoint":"https://eventhubs-nscli1000004.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{"{tag2":"value2}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:15:42.83Z","updatedAt":"2022-06-22T06:17:47.573Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}]}' headers: cache-control: - no-cache content-length: - - '1531' + - '1648' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:17:52 GMT + - Wed, 22 Jun 2022 06:18:17 GMT expires: - '-1' pragma: @@ -951,9 +951,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005","name":"cliAutho000005","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West @@ -966,7 +966,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:17:59 GMT + - Wed, 22 Jun 2022 06:18:24 GMT expires: - '-1' pragma: @@ -1003,9 +1003,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005","name":"cliAutho000005","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West @@ -1018,7 +1018,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:18:00 GMT + - Wed, 22 Jun 2022 06:18:25 GMT expires: - '-1' pragma: @@ -1053,9 +1053,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005","name":"cliAutho000005","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West @@ -1068,16 +1068,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:18:02 GMT + - Wed, 22 Jun 2022 06:18:27 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1107,9 +1107,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005","name":"cliAutho000005","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West @@ -1122,7 +1122,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:18:09 GMT + - Wed, 22 Jun 2022 06:18:34 GMT expires: - '-1' pragma: @@ -1159,9 +1159,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/RootManageSharedAccessKey?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/RootManageSharedAccessKey?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/RootManageSharedAccessKey","name":"RootManageSharedAccessKey","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West @@ -1174,16 +1174,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:18:10 GMT + - Wed, 22 Jun 2022 06:18:34 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1211,12 +1211,12 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005/listKeys?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005/listKeys?api-version=2022-01-01-preview response: body: - string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=oj2CltNNsyGxQC0dZT6zGAWe4tftfIc2qR9YRPs06uU=","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=moy2QAXCCMaGQn51bwW7Gw7IojWmhu8ObuvWFnsTYbw=","primaryKey":"oj2CltNNsyGxQC0dZT6zGAWe4tftfIc2qR9YRPs06uU=","secondaryKey":"moy2QAXCCMaGQn51bwW7Gw7IojWmhu8ObuvWFnsTYbw=","keyName":"cliAutho000005"}' + string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=QPfo6DKbThmFpYqEZ8aJ9XAzdyLhHq6qQzx8Re8Nf8k=","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=8B16/HAxD1yH7E6s4mugPPOpq+pqYVpwFqATYbtAkX8=","primaryKey":"QPfo6DKbThmFpYqEZ8aJ9XAzdyLhHq6qQzx8Re8Nf8k=","secondaryKey":"8B16/HAxD1yH7E6s4mugPPOpq+pqYVpwFqATYbtAkX8=","keyName":"cliAutho000005"}' headers: cache-control: - no-cache @@ -1225,7 +1225,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:18:11 GMT + - Wed, 22 Jun 2022 06:18:36 GMT expires: - '-1' pragma: @@ -1266,12 +1266,12 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --key User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005/regenerateKeys?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005/regenerateKeys?api-version=2022-01-01-preview response: body: - string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=oOEIqD5s4ZIbJzIQxwTSIHTFd6PsnmBP3nn/7eZqp0k=","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=moy2QAXCCMaGQn51bwW7Gw7IojWmhu8ObuvWFnsTYbw=","primaryKey":"oOEIqD5s4ZIbJzIQxwTSIHTFd6PsnmBP3nn/7eZqp0k=","secondaryKey":"moy2QAXCCMaGQn51bwW7Gw7IojWmhu8ObuvWFnsTYbw=","keyName":"cliAutho000005"}' + string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=58FUkt1Tm28AvzcCzUbLg+U6no3ODW+XVam+s6Ze+vo=","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=8B16/HAxD1yH7E6s4mugPPOpq+pqYVpwFqATYbtAkX8=","primaryKey":"58FUkt1Tm28AvzcCzUbLg+U6no3ODW+XVam+s6Ze+vo=","secondaryKey":"8B16/HAxD1yH7E6s4mugPPOpq+pqYVpwFqATYbtAkX8=","keyName":"cliAutho000005"}' headers: cache-control: - no-cache @@ -1280,16 +1280,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:18:19 GMT + - Wed, 22 Jun 2022 06:18:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1321,12 +1321,12 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --key User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005/regenerateKeys?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005/regenerateKeys?api-version=2022-01-01-preview response: body: - string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=oOEIqD5s4ZIbJzIQxwTSIHTFd6PsnmBP3nn/7eZqp0k=","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=HBzeA/3qYWrn0rv/9wF/ylS4AueYIoJJ83T8c8CFWiM=","primaryKey":"oOEIqD5s4ZIbJzIQxwTSIHTFd6PsnmBP3nn/7eZqp0k=","secondaryKey":"HBzeA/3qYWrn0rv/9wF/ylS4AueYIoJJ83T8c8CFWiM=","keyName":"cliAutho000005"}' + string: '{"primaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=58FUkt1Tm28AvzcCzUbLg+U6no3ODW+XVam+s6Ze+vo=","secondaryConnectionString":"Endpoint=sb://eventhubs-nscli000002.servicebus.windows.net/;SharedAccessKeyName=cliAutho000005;SharedAccessKey=/md4DAvD7lVp/O5FQedilRRd66HwWwoNqHPLP4DU60g=","primaryKey":"58FUkt1Tm28AvzcCzUbLg+U6no3ODW+XVam+s6Ze+vo=","secondaryKey":"/md4DAvD7lVp/O5FQedilRRd66HwWwoNqHPLP4DU60g=","keyName":"cliAutho000005"}' headers: cache-control: - no-cache @@ -1335,16 +1335,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:18:25 GMT + - Wed, 22 Jun 2022 06:18:50 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1374,9 +1374,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/authorizationRules/cliAutho000005?api-version=2022-01-01-preview response: body: string: '' @@ -1386,7 +1386,7 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:18:33 GMT + - Wed, 22 Jun 2022 06:18:58 GMT expires: - '-1' pragma: @@ -1421,9 +1421,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '' @@ -1433,11 +1433,11 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 06:18:38 GMT + - Wed, 22 Jun 2022 06:19:02 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/westus/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: @@ -1468,19 +1468,17 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/westus/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 06:19:08 GMT + - Wed, 22 Jun 2022 06:19:31 GMT expires: - '-1' pragma: @@ -1495,6 +1493,6 @@ interactions: x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_byok.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_byok.yaml index 0fe28db8c0d..0b1a0f591ed 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_byok.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_byok.yaml @@ -17,9 +17,9 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2022-01-01-preview response: body: string: '{"nameAvailable":true,"reason":"None","message":null}' @@ -31,16 +31,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:50:47 GMT + - Wed, 22 Jun 2022 07:42:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -58,7 +58,8 @@ interactions: body: '{"location": "southcentralus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", "tier": "Standard"}, "identity": {"type": "SystemAssigned"}, "properties": {"clusterArmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster", - "isAutoInflateEnabled": true, "maximumThroughputUnits": 4}}' + "isAutoInflateEnabled": true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 4}}' headers: Accept: - application/json @@ -69,29 +70,29 @@ interactions: Connection: - keep-alive Content-Length: - - '374' + - '408' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id --assign-identity User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:50:55.747Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:42:54.64Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1068' + - '1124' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:50:57 GMT + - Wed, 22 Jun 2022 07:42:56 GMT expires: - '-1' pragma: @@ -129,31 +130,31 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id --assign-identity User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:50:55.747Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:42:54.64Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1068' + - '1124' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:51:27 GMT + - Wed, 22 Jun 2022 07:43:26 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -180,31 +181,31 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id --assign-identity User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:51:45.293Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:43:48.617Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1064' + - '1121' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:51:57 GMT + - Wed, 22 Jun 2022 07:43:56 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -231,31 +232,82 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id --assign-identity User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:52:05.057Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:43:48.617Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1055' + - '1121' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:52:28 GMT + - Wed, 22 Jun 2022 07:44:26 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units + --cluster-arm-id --assign-identity + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:44:31.78Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1111' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:44:57 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -282,31 +334,31 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id --assign-identity User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:52:05.057Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:44:31.78Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1055' + - '1111' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:52:29 GMT + - Wed, 22 Jun 2022 07:44:57 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -321,7 +373,8 @@ interactions: - request: body: '{"location": "southcentralus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", "tier": "Standard"}, "properties": {"clusterArmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster", - "isAutoInflateEnabled": true, "maximumThroughputUnits": 4}}' + "isAutoInflateEnabled": true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 4}}' headers: Accept: - application/json @@ -332,29 +385,29 @@ interactions: Connection: - keep-alive Content-Length: - - '334' + - '368' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Created","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:52:35.263Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:45:03.12Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '917' + - '973' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:52:36 GMT + - Wed, 22 Jun 2022 07:45:03 GMT expires: - '-1' pragma: @@ -373,7 +426,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '49' + - '48' status: code: 200 message: OK @@ -392,22 +445,22 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Created","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:52:35.263Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:45:03.12Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '917' + - '973' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:05 GMT + - Wed, 22 Jun 2022 07:45:35 GMT expires: - '-1' pragma: @@ -443,22 +496,22 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:53:27.4Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:45:49.957Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '913' + - '972' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:37 GMT + - Wed, 22 Jun 2022 07:46:05 GMT expires: - '-1' pragma: @@ -494,22 +547,22 @@ interactions: - --resource-group --name --location --tags --sku --enable-auto-inflate --maximum-throughput-units --cluster-arm-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:53:27.4Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:45:49.957Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '913' + - '972' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:37 GMT + - Wed, 22 Jun 2022 07:46:05 GMT expires: - '-1' pragma: @@ -544,22 +597,22 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:52:05.057Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:44:31.78Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1055' + - '1111' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:37 GMT + - Wed, 22 Jun 2022 07:46:07 GMT expires: - '-1' pragma: @@ -594,12 +647,12 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/cli000002?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/cli000002","name":"cli000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-04-19T07:50:15.189Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-19T07:50:15.189Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"enablePurgeProtection":true,"vaultUri":"https://cli000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/cli000002","name":"cli000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-22T07:42:14.187Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-22T07:42:14.187Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"enablePurgeProtection":true,"vaultUri":"https://cli000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache @@ -608,7 +661,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:38 GMT + - Wed, 22 Jun 2022 07:46:08 GMT expires: - '-1' pragma: @@ -626,7 +679,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.339.0 + - 1.5.396.1 status: code: 200 message: OK @@ -636,8 +689,8 @@ interactions: "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a", "permissions": {"keys": ["all"], "secrets": ["all"], "certificates": ["all"], "storage": ["all"]}}, {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": - "168a4a2c-9424-47c6-93a8-3be6ec56b33a", "permissions": {"keys": ["unwrapKey", - "wrapKey", "get"]}}], "vaultUri": "https://cli000002.vault.azure.net/", "enabledForDeployment": + "726de45c-cb15-4e49-8a5e-62c574ecaea5", "permissions": {"keys": ["get", "wrapKey", + "unwrapKey"]}}], "vaultUri": "https://cli000002.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": true, "softDeleteRetentionInDays": 7, "enablePurgeProtection": true, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' headers: @@ -656,12 +709,12 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/cli000002?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/cli000002","name":"cli000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-04-19T07:50:15.189Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-04-19T07:53:39.558Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","permissions":{"keys":["unwrapKey","wrapKey","get"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"enablePurgeProtection":true,"vaultUri":"https://cli000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/cli000002","name":"cli000002","type":"Microsoft.KeyVault/vaults","location":"westus","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-22T07:42:14.187Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-22T07:46:08.772Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","permissions":{"keys":["get","wrapKey","unwrapKey"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":7,"enablePurgeProtection":true,"vaultUri":"https://cli000002.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache @@ -670,7 +723,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:39 GMT + - Wed, 22 Jun 2022 07:46:08 GMT expires: - '-1' pragma: @@ -688,7 +741,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.339.0 + - 1.5.396.1 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -708,7 +761,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-keyvault-keys/4.5.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - azsdk-python-keyvault-keys/4.5.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://cli000002.vault.azure.net/keys/cli000008/create?api-version=7.3 response: @@ -723,7 +776,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:40 GMT + - Wed, 22 Jun 2022 07:46:08 GMT expires: - '-1' pragma: @@ -740,7 +793,7 @@ interactions: x-ms-keyvault-region: - westus x-ms-keyvault-service-version: - - 1.9.358.1 + - 1.9.422.1 status: code: 401 message: Unauthorized @@ -758,12 +811,12 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-keyvault-keys/4.5.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - azsdk-python-keyvault-keys/4.5.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://cli000002.vault.azure.net/keys/cli000008/create?api-version=7.3 response: body: - string: '{"key":{"kid":"https://cli000002.vault.azure.net/keys/cli000008/96f6647f873149d598312a1ecbedbd87","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"9Dyqg3NkraynbWPJ5-LGkg7oDRJE3IwNaphUXCITJi0JV9jA-zSGwq8AqonMfZ397_prT1lL5AscxV1nc_nxArSYlePif7YYf8wR88whvFUbzACPiKDoEaBN_7uWO3Bm88ecsSwew4zbOuuorlilgPiB3xCXFbedPGjZ49Nlu9PMLxDV_PygUd8UH-lAnX_g9AMuukPiQU5N45rLTeF1HQtnlZ4DI3kx_rOQt0oXIbWF_h9Slj8JvZ6v1lCFWaIX6c6BM7DjpWTUd8LBcc0CzGgvxNDATaKkoxBxsPt7jAoOVnHktR5IWNtBbgBwFwVUviiI4j5GIfk5QIwKQAKtaQ","e":"AQAB"},"attributes":{"enabled":true,"created":1650354821,"updated":1650354821,"recoveryLevel":"CustomizedRecoverable","recoverableDays":7}}' + string: '{"key":{"kid":"https://cli000002.vault.azure.net/keys/cli000008/944241b959f549c89181744953e564c0","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"ugVrb0pwUrfPOn5zjogfSCJs6TlAcBoUsQsumCwpMHb1cWZ-DC_PTn2FJ-HtrvKqICuIEwGlr4kq38E-yW3HxpWdvHduVxXnd2xz18OwWbZ9HNvUsMifCkC6OznACgOyjejpEzvimuZ-zglBooRRe_LZCza-Qa7NoVBsjWNHofBm2AY8NzF3_UMzyfSM17X4zz-IlSEU-jFt27eJUuDjNNRpkh64m7kdhFruem_qTSvKwUkdIgFyzD7igwv-kLd15n9umG7UqEtZ0g0iu4x_4i_oy39FXAN98OnapOmqnJzRunWLTFEnO5nmdW_8GBpkZbCxoDq8SZyn9re_IMFegQ","e":"AQAB"},"attributes":{"enabled":true,"created":1655883970,"updated":1655883970,"recoveryLevel":"CustomizedRecoverable","recoverableDays":7}}' headers: cache-control: - no-cache @@ -772,7 +825,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:40 GMT + - Wed, 22 Jun 2022 07:46:10 GMT expires: - '-1' pragma: @@ -786,7 +839,7 @@ interactions: x-ms-keyvault-region: - westus x-ms-keyvault-service-version: - - 1.9.358.1 + - 1.9.422.1 status: code: 200 message: OK @@ -805,31 +858,31 @@ interactions: - --resource-group --name --tags --maximum-throughput-units --key-source --key-name --key-vault-uri --key-version User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:52:05.057Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1":"value1}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:44:31.78Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1055' + - '1111' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:41 GMT + - Wed, 22 Jun 2022 07:46:11 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -844,11 +897,12 @@ interactions: - request: body: '{"location": "South Central US", "tags": {"{tag2": "value2}"}, "sku": {"name": "Standard", "tier": "Standard", "capacity": 1}, "identity": {"type": "SystemAssigned"}, - "properties": {"clusterArmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster", - "isAutoInflateEnabled": true, "maximumThroughputUnits": 5, "kafkaEnabled": true, - "zoneRedundant": false, "encryption": {"keyVaultProperties": [{"keyName": "cli000008", - "keyVaultUri": "https://cli000002.vault.azure.net/", "keyVersion": ""}], "keySource": - "Microsoft.KeyVault"}, "disableLocalAuth": false}}' + "properties": {"minimumTlsVersion": "1.2", "clusterArmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster", + "isAutoInflateEnabled": true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 5, "kafkaEnabled": true, "zoneRedundant": false, "encryption": {"keyVaultProperties": + [{"keyName": "cli000008", "keyVaultUri": "https://cli000002.vault.azure.net/", + "keyVersion": ""}], "keySource": "Microsoft.KeyVault"}, "disableLocalAuth": + false}}' headers: Accept: - application/json @@ -859,38 +913,38 @@ interactions: Connection: - keep-alive Content-Length: - - '636' + - '698' Content-Type: - application/json ParameterSetName: - --resource-group --name --tags --maximum-throughput-units --key-source --key-name --key-vault-uri --key-version User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"cli000008","keyVaultUri":"https://cli000002.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Updating","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:53:54.543Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"cli000008","keyVaultUri":"https://cli000002.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:46:22.07Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1259' + - '1315' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:53:56 GMT + - Wed, 22 Jun 2022 07:46:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -919,31 +973,31 @@ interactions: - --resource-group --name --tags --maximum-throughput-units --key-source --key-name --key-vault-uri --key-version User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"cli000008","keyVaultUri":"https://cli000002.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:53:57.723Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"cli000008","keyVaultUri":"https://cli000002.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:46:24.123Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1256' + - '1313' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:54:26 GMT + - Wed, 22 Jun 2022 07:46:54 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -970,22 +1024,22 @@ interactions: - --resource-group --name --tags --maximum-throughput-units --assign-identity --key-source --key-name --key-vault-uri --key-version User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:53:27.4Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:45:49.957Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '913' + - '972' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:54:27 GMT + - Wed, 22 Jun 2022 07:46:56 GMT expires: - '-1' pragma: @@ -1009,9 +1063,9 @@ interactions: - request: body: '{"location": "South Central US", "tags": {"{tag2": "value2}"}, "sku": {"name": "Standard", "tier": "Standard", "capacity": 1}, "identity": {"type": "SystemAssigned"}, - "properties": {"clusterArmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster", - "isAutoInflateEnabled": true, "maximumThroughputUnits": 5, "kafkaEnabled": true, - "zoneRedundant": false, "disableLocalAuth": false}}' + "properties": {"minimumTlsVersion": "1.2", "clusterArmId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster", + "isAutoInflateEnabled": true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 5, "kafkaEnabled": true, "zoneRedundant": false, "disableLocalAuth": false}}' headers: Accept: - application/json @@ -1022,38 +1076,38 @@ interactions: Connection: - keep-alive Content-Length: - - '464' + - '526' Content-Type: - application/json ParameterSetName: - --resource-group --name --tags --maximum-throughput-units --assign-identity --key-source --key-name --key-vault-uri --key-version User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"5e018ddd-2596-45e9-be19-3d3d72ce0f2b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:54:37.3Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:47:06.937Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1066' + - '1125' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:54:39 GMT + - Wed, 22 Jun 2022 07:47:10 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1082,31 +1136,31 @@ interactions: - --resource-group --name --tags --maximum-throughput-units --assign-identity --key-source --key-name --key-vault-uri --key-version User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"5e018ddd-2596-45e9-be19-3d3d72ce0f2b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:54:39.587Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:47:09.513Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1064' + - '1121' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:55:10 GMT + - Wed, 22 Jun 2022 07:47:40 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1133,31 +1187,184 @@ interactions: - --resource-group --name --tags --maximum-throughput-units --assign-identity --key-source --key-name --key-vault-uri --key-version User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"5e018ddd-2596-45e9-be19-3d3d72ce0f2b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:54:39.587Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:47:09.513Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1064' + - '1121' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:55:40 GMT + - Wed, 22 Jun 2022 07:48:11 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 + 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 + CommandName: + - eventhubs namespace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --tags --maximum-throughput-units --assign-identity + --key-source --key-name --key-vault-uri --key-version + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:47:09.513Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1121' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:48:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 + CommandName: + - eventhubs namespace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --tags --maximum-throughput-units --assign-identity + --key-source --key-name --key-vault-uri --key-version + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:47:09.513Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1121' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:49:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 + CommandName: + - eventhubs namespace update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --tags --maximum-throughput-units --assign-identity + --key-source --key-name --key-vault-uri --key-version + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:47:09.513Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1121' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:49:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1184,22 +1391,169 @@ interactions: - --resource-group --name --tags --maximum-throughput-units --assign-identity --key-source --key-name --key-vault-uri --key-version User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"5e018ddd-2596-45e9-be19-3d3d72ce0f2b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:55:45.993Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:49:47.933Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1055' + - '1112' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:56:11 GMT + - Wed, 22 Jun 2022 07:50:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview + response: + body: + string: '{"value":[{"sku":{"name":"Standard","tier":"Standard","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testehgeodr2/providers/Microsoft.EventHub/namespaces/testehgeodrprimaryns1","name":"testehgeodrprimaryns1","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":20,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testehgeodrprimaryns1","createdAt":"2018-02-21T18:02:15.81Z","updatedAt":"2019-01-18T00:20:52.33Z","serviceBusEndpoint":"https://testehgeodrprimaryns1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testehgeodr2/providers/Microsoft.EventHub/namespaces/testehgeodrsecondaryns1","name":"testehgeodrsecondaryns1","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":20,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testehgeodrsecondaryns1","createdAt":"2018-02-21T18:07:08.807Z","updatedAt":"2019-01-18T00:37:11.63Z","serviceBusEndpoint":"https://testehgeodrsecondaryns1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clemensvtest/providers/Microsoft.EventHub/namespaces/clemensv6","name":"clemensv6","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:clemensv6","createdAt":"2019-01-15T14:38:47.493Z","updatedAt":"2020-06-15T14:20:00.153Z","serviceBusEndpoint":"https://clemensv6.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmrg4193/providers/Microsoft.EventHub/namespaces/myehkafkasource28074","name":"myehkafkasource28074","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:myehkafkasource28074","createdAt":"2019-05-02T18:12:18.083Z","updatedAt":"2019-05-02T18:12:49.037Z","serviceBusEndpoint":"https://myehkafkasource28074.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmrg4193/providers/Microsoft.EventHub/namespaces/myehkafkadest19690","name":"myehkafkadest19690","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:myehkafkadest19690","createdAt":"2019-05-02T18:13:45.82Z","updatedAt":"2019-05-02T18:14:13.547Z","serviceBusEndpoint":"https://myehkafkadest19690.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmrg6755/providers/Microsoft.EventHub/namespaces/myehkafkasource5061","name":"myehkafkasource5061","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:myehkafkasource5061","createdAt":"2019-05-10T17:56:38.147Z","updatedAt":"2019-05-10T17:57:03.693Z","serviceBusEndpoint":"https://myehkafkasource5061.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mmrg6755/providers/Microsoft.EventHub/namespaces/myehkafkadest2349","name":"myehkafkadest2349","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:myehkafkadest2349","createdAt":"2019-05-10T17:57:20.02Z","updatedAt":"2019-05-10T17:57:49.16Z","serviceBusEndpoint":"https://myehkafkadest2349.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":12},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.EventHub/namespaces/jfgNmSpc1","name":"jfgNmSpc1","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jfgnmspc1","createdAt":"2019-08-06T23:10:44.84Z","updatedAt":"2019-08-06T23:11:33.213Z","serviceBusEndpoint":"https://jfgNmSpc1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/capturerg/providers/Microsoft.EventHub/namespaces/testSAS","name":"testSAS","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testsas","createdAt":"2019-08-12T21:57:26.127Z","updatedAt":"2019-08-12T21:58:14.37Z","serviceBusEndpoint":"https://testSAS.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastAsia/providers/Microsoft.EventHub/namespaces/sj-hk2-507","name":"sj-hk2-507","type":"Microsoft.EventHub/Namespaces","location":"East + Asia","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sj-hk2-507","createdAt":"2020-01-07T01:15:27.563Z","updatedAt":"2020-01-07T22:24:13.13Z","serviceBusEndpoint":"https://sj-hk2-507.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastAsia/providers/Microsoft.EventHub/namespaces/sj-hk2-507-secondary","name":"sj-hk2-507-secondary","type":"Microsoft.EventHub/Namespaces","location":"Southeast + Asia","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sj-hk2-507-secondary","createdAt":"2020-01-07T22:20:48.123Z","updatedAt":"2020-01-07T22:24:10.75Z","serviceBusEndpoint":"https://sj-hk2-507-secondary.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-WestUS/providers/Microsoft.EventHub/namespaces/FirewallTestEHNS","name":"FirewallTestEHNS","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-spark-na903/providers/Microsoft.EventHub/clusters/spark-na903-src-eh-cl1","kafkaEnabled":true,"provisioningState":"Failed","metricId":"326100e2-f69d-4268-8503-075374f62b6e:firewalltestehns","createdAt":"2020-02-10T22:58:39.517Z","updatedAt":"2021-04-13T22:12:05.26Z","serviceBusEndpoint":"https://FirewallTestEHNS.servicebus.windows.net:443/","status":"Removing"}},{"sku":{"name":"Standard","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/JustResource/providers/Microsoft.EventHub/namespaces/JustEH","name":"JustEH","type":"Microsoft.EventHub/Namespaces","location":"Japan + West","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:justeh","createdAt":"2020-04-15T23:21:37.433Z","updatedAt":"2020-04-15T23:22:42.52Z","serviceBusEndpoint":"https://JustEH.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjaztest1centralus","name":"sjaztest1centralus","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjaztest1centralus","createdAt":"2020-05-01T03:18:33.267Z","updatedAt":"2020-05-15T21:59:51.447Z","serviceBusEndpoint":"https://sjaztest1centralus.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjehbasic","name":"sjehbasic","type":"Microsoft.EventHub/Namespaces","location":"Brazil + South","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjehbasic","createdAt":"2020-05-01T03:28:21.04Z","updatedAt":"2020-05-01T03:29:11.29Z","serviceBusEndpoint":"https://sjehbasic.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-7508/providers/Microsoft.EventHub/namespaces/sdk-NS-1654","name":"sdk-NS-1654","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-1654","createdAt":"2020-05-11T06:44:07.463Z","updatedAt":"2020-05-11T06:44:56.41Z","serviceBusEndpoint":"https://sdk-NS-1654.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shubhatestrg/providers/Microsoft.EventHub/namespaces/uxdemoforsr","name":"uxdemoforsr","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:uxdemoforsr","createdAt":"2020-05-21T19:41:03.867Z","updatedAt":"2020-05-21T19:41:50.97Z","serviceBusEndpoint":"https://uxdemoforsr.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/testingnew2018","name":"testingnew2018","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testingnew2018","createdAt":"2020-06-14T21:02:16.57Z","updatedAt":"2020-06-14T21:03:04.417Z","serviceBusEndpoint":"https://testingnew2018.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/testingnew20181","name":"testingnew20181","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"principalId":"941b9c7d-e77d-485b-bed7-bcf43fa5a61d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":true,"maximumThroughputUnits":12,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testingnew20181","createdAt":"2020-06-14T23:00:04.573Z","updatedAt":"2022-06-20T22:55:11.327Z","serviceBusEndpoint":"https://testingnew20181.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clemensvtest/providers/Microsoft.EventHub/namespaces/clemensv8","name":"clemensv8","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:clemensv8","createdAt":"2020-06-15T14:23:25.007Z","updatedAt":"2020-06-15T14:52:08.377Z","serviceBusEndpoint":"https://clemensv8.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":7},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shubhatestrg/providers/Microsoft.EventHub/namespaces/tesgeotus","name":"tesgeotus","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":20,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:tesgeotus","createdAt":"2020-06-17T17:57:59.207Z","updatedAt":"2020-06-17T18:22:37.757Z","serviceBusEndpoint":"https://tesgeotus.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":7},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shubhatestrg/providers/Microsoft.EventHub/namespaces/testgeotusec","name":"testgeotusec","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":20,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testgeotusec","createdAt":"2020-06-17T18:19:55.487Z","updatedAt":"2020-06-17T18:22:38.017Z","serviceBusEndpoint":"https://testgeotusec.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-6828/providers/Microsoft.EventHub/namespaces/sdk-NS-2916","name":"sdk-NS-2916","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-2916","createdAt":"2020-06-17T19:28:29.223Z","updatedAt":"2020-06-17T19:29:19.167Z","serviceBusEndpoint":"https://sdk-NS-2916.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-schema-registry/providers/Microsoft.EventHub/namespaces/sr-playground","name":"sr-playground","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/clusters/SchemaRegistryPreviewCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sr-playground","createdAt":"2020-06-19T05:01:58.623Z","updatedAt":"2020-06-19T05:05:36.437Z","serviceBusEndpoint":"https://sr-playground.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjschemaregistry1","name":"sjschemaregistry1","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/clusters/SchemaRegistryPreviewCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjschemaregistry1","createdAt":"2020-06-30T01:25:15.193Z","updatedAt":"2020-06-30T01:26:03.24Z","serviceBusEndpoint":"https://sjschemaregistry1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjcueuap","name":"sjcueuap","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjcueuap","createdAt":"2020-07-07T01:19:52.39Z","updatedAt":"2020-07-07T01:20:41.063Z","serviceBusEndpoint":"https://sjcueuap.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjcentralindia","name":"sjcentralindia","type":"Microsoft.EventHub/Namespaces","location":"Central + India","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjcentralindia","createdAt":"2020-07-09T04:47:59.847Z","updatedAt":"2020-07-09T04:48:59.697Z","serviceBusEndpoint":"https://sjcentralindia.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjsouthindia","name":"sjsouthindia","type":"Microsoft.EventHub/Namespaces","location":"South + India","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjsouthindia","createdAt":"2020-07-25T17:37:49.96Z","updatedAt":"2020-07-25T17:38:37.753Z","serviceBusEndpoint":"https://sjsouthindia.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-sr-bugbash/providers/Microsoft.EventHub/namespaces/sr-bugbash","name":"sr-bugbash","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/clusters/SchemaRegistryPreviewCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sr-bugbash","createdAt":"2020-08-17T00:01:00.033Z","updatedAt":"2020-09-16T07:37:17.6Z","serviceBusEndpoint":"https://sr-bugbash.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/zztestsecondary","name":"zztestsecondary","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zztestsecondary","createdAt":"2020-08-26T20:46:48.983Z","updatedAt":"2020-08-26T20:53:01.247Z","serviceBusEndpoint":"https://zztestsecondary.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/zztestprimary","name":"zztestprimary","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zztestprimary","createdAt":"2020-08-26T20:50:24.767Z","updatedAt":"2020-08-26T20:53:01.247Z","serviceBusEndpoint":"https://zztestprimary.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/namespaces/sj-westcentralus","name":"sj-westcentralus","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/clusters/EventHubsVNetTesting","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sj-westcentralus","createdAt":"2020-09-23T00:07:29.707Z","updatedAt":"2020-09-23T00:08:20.437Z","serviceBusEndpoint":"https://sj-westcentralus.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjschemaregistry","name":"sjschemaregistry","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjschemaregistry","createdAt":"2020-09-29T19:00:19.527Z","updatedAt":"2020-09-29T19:01:09.967Z","serviceBusEndpoint":"https://sjschemaregistry.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp16/providers/Microsoft.EventHub/namespaces/jfgEvtHbNmspc1","name":"jfgEvtHbNmspc1","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jfgevthbnmspc1","createdAt":"2020-10-19T02:50:21.05Z","updatedAt":"2020-10-19T02:51:09.65Z","serviceBusEndpoint":"https://jfgEvtHbNmspc1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zztestrg/providers/Microsoft.EventHub/namespaces/zztest03","name":"zztest03","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zztest03","createdAt":"2020-10-20T21:48:16.673Z","updatedAt":"2020-10-20T21:55:37.617Z","serviceBusEndpoint":"https://zztest03.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zztestrg/providers/Microsoft.EventHub/namespaces/zztest04","name":"zztest04","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zztest04","createdAt":"2020-10-20T21:48:58.127Z","updatedAt":"2020-10-20T21:57:59.613Z","serviceBusEndpoint":"https://zztest04.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sakoppes_test/providers/Microsoft.EventHub/namespaces/SamKoppesTestEHNamespace1","name":"SamKoppesTestEHNamespace1","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:samkoppestestehnamespace1","createdAt":"2020-10-23T17:59:47.117Z","updatedAt":"2020-10-23T18:00:38.657Z","serviceBusEndpoint":"https://SamKoppesTestEHNamespace1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.EventHub/namespaces/eventhub-nmp","name":"eventhub-nmp","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-nmp","createdAt":"2020-12-28T18:50:46.36Z","updatedAt":"2021-12-01T20:52:24.693Z","serviceBusEndpoint":"https://eventhub-nmp.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTestPG/providers/Microsoft.EventHub/namespaces/TestEHSys0121","name":"TestEHSys0121","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testehsys0121","createdAt":"2021-01-22T23:59:08.403Z","updatedAt":"2021-01-22T23:59:53.9Z","serviceBusEndpoint":"https://TestEHSys0121.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTestPG/providers/Microsoft.EventHub/namespaces/TestEH0125","name":"TestEH0125","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testeh0125","createdAt":"2021-01-26T21:05:50.063Z","updatedAt":"2021-01-26T21:06:39.467Z","serviceBusEndpoint":"https://TestEH0125.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/namespaces/testencypt0128","name":"testencypt0128","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"identity":{"principalId":"e9d041e2-62a8-41c8-9b88-71031dbf2695","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"testkey","keyVaultUri":"https://testrbac0113.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/clusters/EventHubsVNetTesting","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testencypt0128","createdAt":"2021-01-29T03:11:24.39Z","updatedAt":"2022-06-19T03:09:15.59Z","serviceBusEndpoint":"https://testencypt0128.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xcrg/providers/Microsoft.EventHub/namespaces/byok-offset-test","name":"byok-offset-test","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:byok-offset-test","createdAt":"2021-02-09T17:53:55.587Z","updatedAt":"2021-02-09T18:00:15.627Z","serviceBusEndpoint":"https://byok-offset-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xcrg/providers/Microsoft.EventHub/namespaces/byok-ot-test","name":"byok-ot-test","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"identity":{"principalId":"a2a77dd1-1a20-4640-a408-2a254a9e0b69","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"offset-journal-byok","keyVaultUri":"https://xc-test.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:byok-ot-test","createdAt":"2021-02-09T19:17:55.363Z","updatedAt":"2022-05-15T21:36:08.043Z","serviceBusEndpoint":"https://byok-ot-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.EventHub/namespaces/jfgEH-Wmt-1","name":"jfgEH-Wmt-1","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jfgeh-wmt-1","createdAt":"2021-02-14T23:49:41.33Z","updatedAt":"2021-02-14T23:50:33.71Z","serviceBusEndpoint":"https://jfgEH-Wmt-1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.EventHub/namespaces/jfgEH-Wmt-2","name":"jfgEH-Wmt-2","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jfgeh-wmt-2","createdAt":"2021-02-15T02:12:43.573Z","updatedAt":"2021-02-15T02:13:30.477Z","serviceBusEndpoint":"https://jfgEH-Wmt-2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjwestus2","name":"sjwestus2","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjwestus2","createdAt":"2021-02-18T06:26:28.413Z","updatedAt":"2021-02-18T06:27:16.157Z","serviceBusEndpoint":"https://sjwestus2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.EventHub/namespaces/ehspringboot","name":"ehspringboot","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehspringboot","createdAt":"2021-02-26T01:37:31.123Z","updatedAt":"2021-02-26T01:38:18.35Z","serviceBusEndpoint":"https://ehspringboot.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/useridentities/providers/Microsoft.EventHub/namespaces/icmtest-1","name":"icmtest-1","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:icmtest-1","createdAt":"2021-03-05T19:07:00.873Z","updatedAt":"2021-03-05T19:07:51.14Z","serviceBusEndpoint":"https://icmtest-1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/useridentities/providers/Microsoft.EventHub/namespaces/icm-testing","name":"icm-testing","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:icm-testing","createdAt":"2021-03-05T19:36:02.113Z","updatedAt":"2021-03-05T19:36:54.433Z","serviceBusEndpoint":"https://icm-testing.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/sarama-gw-fix-verify","name":"sarama-gw-fix-verify","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sarama-gw-fix-verify","createdAt":"2021-03-09T02:35:20.1Z","updatedAt":"2021-03-09T02:36:08.687Z","serviceBusEndpoint":"https://sarama-gw-fix-verify.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/clemen-test-eh-sa","name":"clemen-test-eh-sa","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"identity":{"principalId":"b4b473dd-8d23-45ab-9f29-deee83baf0b1","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:clemen-test-eh-sa","createdAt":"2021-03-31T20:02:42.077Z","updatedAt":"2022-05-21T19:21:14.7Z","serviceBusEndpoint":"https://clemen-test-eh-sa.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/DisablePublicAccesTesting/providers/Microsoft.EventHub/namespaces/DisablePublicAccessTesting-EHStandard","name":"DisablePublicAccessTesting-EHStandard","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:disablepublicaccesstesting-ehstandard","createdAt":"2021-04-06T15:53:47.477Z","updatedAt":"2021-04-06T15:54:32.47Z","serviceBusEndpoint":"https://DisablePublicAccessTesting-EHStandard.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/arthur/providers/Microsoft.EventHub/namespaces/arerlend-sr-test","name":"arerlend-sr-test","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:arerlend-sr-test","createdAt":"2021-04-16T05:43:31.857Z","updatedAt":"2021-04-16T05:44:16.807Z","serviceBusEndpoint":"https://arerlend-sr-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EHResourceGr1/providers/Microsoft.EventHub/namespaces/kasuneventhubs","name":"kasuneventhubs","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kasuneventhubs","createdAt":"2021-04-16T22:17:03.377Z","updatedAt":"2021-10-13T20:55:24.767Z","serviceBusEndpoint":"https://kasuneventhubs.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/assures-cgissue-test","name":"assures-cgissue-test","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-cgissue-test","createdAt":"2021-05-01T01:32:54.81Z","updatedAt":"2021-05-01T01:33:47.6Z","serviceBusEndpoint":"https://assures-cgissue-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/ehbenchmark","name":"ehbenchmark","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehbenchmark","createdAt":"2021-05-03T16:12:09.03Z","updatedAt":"2021-05-03T16:12:56.44Z","serviceBusEndpoint":"https://ehbenchmark.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/assures-cgissue-test-2","name":"assures-cgissue-test-2","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-cgissue-test-2","createdAt":"2021-05-06T19:38:04.303Z","updatedAt":"2021-05-06T19:38:59.563Z","serviceBusEndpoint":"https://assures-cgissue-test-2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/testcluster-test2-eastus-eh-d-ns","name":"testcluster-test2-eastus-eh-d-ns","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/testingclusterarmtemplate","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testcluster-test2-eastus-eh-d-ns","createdAt":"2021-05-06T23:23:01.673Z","updatedAt":"2021-05-06T23:24:07.72Z","serviceBusEndpoint":"https://testcluster-test2-eastus-eh-d-ns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":10},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test-5-19/providers/Microsoft.EventHub/namespaces/ardsouza-5-19-2020-deleteme-basic","name":"ardsouza-5-19-2020-deleteme-basic","type":"Microsoft.EventHub/Namespaces","location":"Canada + Central","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-5-19-2020-deleteme-basic","createdAt":"2021-05-20T01:26:36.323Z","updatedAt":"2021-05-20T01:28:35.287Z","serviceBusEndpoint":"https://ardsouza-5-19-2020-deleteme-basic.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.EventHub/namespaces/manojprasad-eventhubs-premium","name":"manojprasad-eventhubs-premium","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:manojprasad-eventhubs-premium","createdAt":"2021-05-24T19:31:02.89Z","updatedAt":"2021-05-24T19:32:55.72Z","serviceBusEndpoint":"https://manojprasad-eventhubs-premium.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test-5-19/providers/Microsoft.EventHub/namespaces/ardsouza-westus-2-ehprem","name":"ardsouza-westus-2-ehprem","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-westus-2-ehprem","createdAt":"2021-05-25T14:10:07.963Z","updatedAt":"2021-05-25T14:14:10.663Z","serviceBusEndpoint":"https://ardsouza-westus-2-ehprem.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bailiu-servicebus-test-resources/providers/Microsoft.EventHub/namespaces/bailiu-eventhubs-test-centralus","name":"bailiu-eventhubs-test-centralus","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:bailiu-eventhubs-test-centralus","createdAt":"2021-06-07T17:52:17.123Z","updatedAt":"2021-06-07T17:53:05.263Z","serviceBusEndpoint":"https://bailiu-eventhubs-test-centralus.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/bailiu-servicebus-test-resources/providers/Microsoft.EventHub/namespaces/bailiu-eventhubs-test-westus2","name":"bailiu-eventhubs-test-westus2","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:bailiu-eventhubs-test-westus2","createdAt":"2021-06-07T19:23:45.427Z","updatedAt":"2021-06-07T19:24:33.517Z","serviceBusEndpoint":"https://bailiu-eventhubs-test-westus2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/assures-geodr-prod/providers/Microsoft.EventHub/namespaces/geodr-primary","name":"geodr-primary","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:geodr-primary","createdAt":"2021-06-10T17:40:59.263Z","updatedAt":"2021-06-18T03:14:01.397Z","serviceBusEndpoint":"https://geodr-primary.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/assures-geodr-prod/providers/Microsoft.EventHub/namespaces/geodr-secondary-1","name":"geodr-secondary-1","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:geodr-secondary-1","createdAt":"2021-06-10T17:45:12.537Z","updatedAt":"2021-06-18T03:14:01.017Z","serviceBusEndpoint":"https://geodr-secondary-1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shsama-rg/providers/Microsoft.EventHub/namespaces/ehwhitelisttest","name":"ehwhitelisttest","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehwhitelisttest","createdAt":"2021-06-14T22:09:08.543Z","updatedAt":"2021-06-14T22:10:26.767Z","serviceBusEndpoint":"https://ehwhitelisttest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/namespaces/ali-bypass-test","name":"ali-bypass-test","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alitest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ali-id-1":{"clientId":"16bc3fc1-8bc8-46a4-bd4d-583104db7d9a","principalId":"6b03c867-9188-427a-a440-2d0e624c95cb"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"al-key","keyVaultUri":"https://ali-kv.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/alitest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ali-id-1"}}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/clusters/EventHubsVNetTesting","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ali-bypass-test","createdAt":"2021-06-14T22:19:01.01Z","updatedAt":"2022-06-21T21:57:06.81Z","serviceBusEndpoint":"https://ali-bypass-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjmwhpremium","name":"sjmwhpremium","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjmwhpremium","createdAt":"2021-06-15T04:32:43.893Z","updatedAt":"2021-09-15T16:49:44.363Z","serviceBusEndpoint":"https://sjmwhpremium.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri-synapse-test-rg/providers/Microsoft.EventHub/namespaces/azuremsgtest","name":"azuremsgtest","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:azuremsgtest","createdAt":"2021-07-01T01:43:16.197Z","updatedAt":"2021-07-01T01:44:09.693Z","serviceBusEndpoint":"https://azuremsgtest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.EventHub/namespaces/vnetehtest","name":"vnetehtest","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:vnetehtest","createdAt":"2021-07-01T22:51:08.083Z","updatedAt":"2021-07-01T22:52:00.777Z","serviceBusEndpoint":"https://vnetehtest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrgcbn/providers/Microsoft.EventHub/namespaces/sjpremiumcbnns","name":"sjpremiumcbnns","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjpremiumcbnns","createdAt":"2021-07-02T20:52:00.477Z","updatedAt":"2021-07-02T22:13:32.103Z","serviceBusEndpoint":"https://sjpremiumcbnns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrgcbn/providers/Microsoft.EventHub/namespaces/sjcbnstandard","name":"sjcbnstandard","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjcbnstandard","createdAt":"2021-07-03T06:59:07.623Z","updatedAt":"2021-07-03T06:59:56.193Z","serviceBusEndpoint":"https://sjcbnstandard.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/assures-kafka/providers/Microsoft.EventHub/namespaces/kafka-perf-decrease","name":"kafka-perf-decrease","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kafka-perf-decrease","createdAt":"2021-07-06T18:21:46.48Z","updatedAt":"2021-07-06T18:22:48.857Z","serviceBusEndpoint":"https://kafka-perf-decrease.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-CentralUSEUAP/providers/Microsoft.EventHub/namespaces/hmlam-cdm03-502","name":"hmlam-cdm03-502","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:hmlam-cdm03-502","createdAt":"2021-07-07T01:31:09.74Z","updatedAt":"2022-03-28T05:48:28.62Z","serviceBusEndpoint":"https://hmlam-cdm03-502.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.EventHub/namespaces/TestEHSys0705","name":"TestEHSys0705","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.1","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testehsys0705","createdAt":"2021-07-07T20:50:02.06Z","updatedAt":"2022-05-02T17:59:52.343Z","serviceBusEndpoint":"https://TestEHSys0705.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/disablelocalauth/providers/Microsoft.EventHub/namespaces/ardsouza-disablelocalauth-canary-test1","name":"ardsouza-disablelocalauth-canary-test1","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-disablelocalauth-canary-test1","createdAt":"2021-07-13T22:20:11.607Z","updatedAt":"2021-07-13T22:21:11.107Z","serviceBusEndpoint":"https://ardsouza-disablelocalauth-canary-test1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/disablelocalauth/providers/Microsoft.EventHub/namespaces/ardsouza-disablelocalauth-canary-test2","name":"ardsouza-disablelocalauth-canary-test2","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-disablelocalauth-canary-test2","createdAt":"2021-07-13T22:57:04.87Z","updatedAt":"2021-07-13T23:54:08.33Z","serviceBusEndpoint":"https://ardsouza-disablelocalauth-canary-test2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.EventHub/namespaces/TestSysTopicCan0716","name":"TestSysTopicCan0716","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testsystopiccan0716","createdAt":"2021-07-16T21:48:26.007Z","updatedAt":"2021-07-16T21:49:17.663Z","serviceBusEndpoint":"https://TestSysTopicCan0716.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-westeurope-test/providers/Microsoft.EventHub/namespaces/ardsouza-07-2021-capture-adls2test","name":"ardsouza-07-2021-capture-adls2test","type":"Microsoft.EventHub/Namespaces","location":"Southeast + Asia","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-07-2021-capture-adls2test","createdAt":"2021-07-27T17:35:55.01Z","updatedAt":"2021-07-27T17:36:46.08Z","serviceBusEndpoint":"https://ardsouza-07-2021-capture-adls2test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjpremiumyt","name":"sjpremiumyt","type":"Microsoft.EventHub/Namespaces","location":"Canada + Central","tags":{},"identity":{"principalId":"efba7023-c337-4a6d-b44c-0e4d77fe75ac","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjpremiumyt","createdAt":"2021-07-30T16:58:37.797Z","updatedAt":"2022-06-09T18:39:07.373Z","serviceBusEndpoint":"https://sjpremiumyt.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjpremiumsy1","name":"sjpremiumsy1","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjpremiumsy1","createdAt":"2021-07-30T17:57:47.803Z","updatedAt":"2021-07-30T17:59:25.597Z","serviceBusEndpoint":"https://sjpremiumsy1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-CentralUSEUAP/providers/Microsoft.EventHub/namespaces/drdrillPrimary08022021","name":"drdrillPrimary08022021","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:drdrillprimary08022021","createdAt":"2021-07-31T01:33:40.18Z","updatedAt":"2021-08-30T23:20:31.35Z","serviceBusEndpoint":"https://drdrillPrimary08022021.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zztestrg/providers/Microsoft.EventHub/namespaces/zzns01-pltest","name":"zzns01-pltest","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zzns01-pltest","createdAt":"2021-08-23T23:02:28.61Z","updatedAt":"2021-08-23T23:03:15.843Z","serviceBusEndpoint":"https://zzns01-pltest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/drdrillSecondary08022021","name":"drdrillSecondary08022021","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:drdrillsecondary08022021","createdAt":"2021-08-30T23:14:33.313Z","updatedAt":"2021-08-30T23:17:43.6Z","serviceBusEndpoint":"https://drdrillSecondary08022021.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.EventHub/namespaces/manojprasad-eh-namespace","name":"manojprasad-eh-namespace","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.EventHub/clusters/manojprasad-eh-cluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:manojprasad-eh-namespace","createdAt":"2021-08-31T19:32:58.667Z","updatedAt":"2021-08-31T19:33:47.073Z","serviceBusEndpoint":"https://manojprasad-eh-namespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/namespaces/TestEHDedMSI0922","name":"TestEHDedMSI0922","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"identity":{"principalId":"f8a107e9-9278-45b0-ac39-9c88fe17ea5a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"TestKEyNew0409","keyVaultUri":"https://testkv0409.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/clusters/EventHubsVNetTesting","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testehdedmsi0922","createdAt":"2021-09-22T23:35:52.497Z","updatedAt":"2022-05-10T23:39:07.863Z","serviceBusEndpoint":"https://TestEHDedMSI0922.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/sdk-NS-7728","name":"sdk-NS-7728","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"identity":{"principalId":"96967467-e23f-442e-a4a0-dccea7044fd7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster1","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-7728","createdAt":"2021-09-27T00:21:53.463Z","updatedAt":"2022-05-15T00:16:10.137Z","serviceBusEndpoint":"https://sdk-NS-7728.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-8/providers/Microsoft.EventHub/namespaces/Eh-NamespaceKafka-1199","name":"Eh-NamespaceKafka-1199","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-namespacekafka-1199","createdAt":"2021-09-27T22:39:59.39Z","updatedAt":"2021-09-27T22:40:49.87Z","serviceBusEndpoint":"https://Eh-NamespaceKafka-1199.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-8/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-6258","name":"Eventhub-Namespace1-6258","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-6258","createdAt":"2021-09-27T22:41:34.093Z","updatedAt":"2021-09-27T22:42:22.44Z","serviceBusEndpoint":"https://Eventhub-Namespace1-6258.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName176/providers/Microsoft.EventHub/namespaces/Eh-NamespaceKafka-1278","name":"Eh-NamespaceKafka-1278","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-namespacekafka-1278","createdAt":"2021-09-27T23:34:53.993Z","updatedAt":"2021-09-27T23:35:41.487Z","serviceBusEndpoint":"https://Eh-NamespaceKafka-1278.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName176/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-8714","name":"Eventhub-Namespace-8714","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-8714","createdAt":"2021-09-27T23:35:55.993Z","updatedAt":"2021-09-27T23:36:43.547Z","serviceBusEndpoint":"https://Eventhub-Namespace-8714.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nsclixlc3x","name":"eventhubs-nsclixlc3x","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-onwp","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nsclixlc3x","createdAt":"2021-09-28T01:56:04.227Z","updatedAt":"2021-09-28T01:56:52.61Z","serviceBusEndpoint":"https://eventhubs-nsclixlc3x.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri-synapse/providers/Microsoft.EventHub/namespaces/kindrasiri-disable-local-authns","name":"kindrasiri-disable-local-authns","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kindrasiri-disable-local-authns","createdAt":"2021-09-28T23:18:22.22Z","updatedAt":"2021-09-28T23:19:10.193Z","serviceBusEndpoint":"https://kindrasiri-disable-local-authns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-8548/providers/Microsoft.EventHub/namespaces/sdk-NS-3155","name":"sdk-NS-3155","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-3155","createdAt":"2021-10-06T18:25:46.427Z","updatedAt":"2021-10-06T18:26:39.47Z","serviceBusEndpoint":"https://sdk-NS-3155.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespaceqhcjmrvxb4sz5iiyfoylnmipzp5z7zlaafvz76d26ewwvkundtbntw/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1pqwe","name":"eventhubs-nscli1pqwe","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1pqwe","createdAt":"2021-10-06T19:52:35.83Z","updatedAt":"2021-10-06T19:53:26.913Z","serviceBusEndpoint":"https://eventhubs-nscli1pqwe.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespaceqhcjmrvxb4sz5iiyfoylnmipzp5z7zlaafvz76d26ewwvkundtbntw/providers/Microsoft.EventHub/namespaces/eventhubs-nsclive7mi","name":"eventhubs-nsclive7mi","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{"{tag2":"value2}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nsclive7mi","createdAt":"2021-10-06T19:53:38.897Z","updatedAt":"2021-10-06T19:55:26.667Z","serviceBusEndpoint":"https://eventhubs-nsclive7mi.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.EventHub/namespaces/TestSysTMSIEH1005","name":"TestSysTMSIEH1005","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testsystmsieh1005","createdAt":"2021-10-06T20:04:39.577Z","updatedAt":"2021-10-06T20:05:30.84Z","serviceBusEndpoint":"https://TestSysTMSIEH1005.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-819/providers/Microsoft.EventHub/namespaces/sdk-NS-5670","name":"sdk-NS-5670","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-5670","createdAt":"2021-10-08T05:22:13.14Z","updatedAt":"2021-10-08T05:23:06.03Z","serviceBusEndpoint":"https://sdk-NS-5670.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.EventHub/namespaces/TestVNETEH1008","name":"TestVNETEH1008","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.1","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testvneteh1008","createdAt":"2021-10-08T20:27:07.067Z","updatedAt":"2022-04-22T22:51:41.05Z","serviceBusEndpoint":"https://TestVNETEH1008.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.EventHub/namespaces/TestEHVNET21008","name":"TestEHVNET21008","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testehvnet21008","createdAt":"2021-10-08T20:51:54.043Z","updatedAt":"2021-10-08T20:52:40.97Z","serviceBusEndpoint":"https://TestEHVNET21008.servicebus.windows.net:443/","status":"Active"}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview&$skipToken=2021-10-08T20:51:54.043Z"}' + headers: + cache-control: + - no-cache + content-length: + - '82512' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:50:14 GMT expires: - '-1' pragma: @@ -1217,6 +1571,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-inline-count: + - '' status: code: 200 message: OK @@ -1232,40 +1588,352 @@ interactions: Connection: - keep-alive User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview&$skipToken=2021-10-08T20:51:54.043Z response: body: - string: '{"value":[{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/riddhi-resource-group/providers/Microsoft.EventHub/namespaces/riddg-eventhub-namespace","name":"riddg-eventhub-namespace","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:riddg-eventhub-namespace","createdAt":"2021-06-04T08:06:39.493Z","updatedAt":"2021-06-04T08:08:11.69Z","serviceBusEndpoint":"https://riddg-eventhub-namespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damodar-rg/providers/Microsoft.EventHub/namespaces/damodemoeventhub","name":"damodemoeventhub","type":"Microsoft.EventHub/Namespaces","location":"South - India","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:damodemoeventhub","createdAt":"2021-07-09T06:08:44.91Z","updatedAt":"2021-07-09T06:09:33.897Z","serviceBusEndpoint":"https://damodemoeventhub.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/shatabdiRg/providers/Microsoft.EventHub/namespaces/shatabdidemoeventhub","name":"shatabdidemoeventhub","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:shatabdidemoeventhub","createdAt":"2021-10-27T18:31:51.317Z","updatedAt":"2021-10-27T18:32:42.897Z","serviceBusEndpoint":"https://shatabdidemoeventhub.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/him-rg/providers/Microsoft.EventHub/namespaces/him-arora-eh","name":"him-arora-eh","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:him-arora-eh","createdAt":"2021-11-09T09:03:28.357Z","updatedAt":"2021-11-09T09:04:15.72Z","serviceBusEndpoint":"https://him-arora-eh.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pranjit_RG1/providers/Microsoft.EventHub/namespaces/pranjitEH","name":"pranjitEH","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:pranjiteh","createdAt":"2021-12-15T18:44:01.357Z","updatedAt":"2021-12-17T19:53:11.107Z","serviceBusEndpoint":"https://pranjitEH.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SyntheticsShatabdiRg/providers/Microsoft.EventHub/namespaces/syntheticsnamespace","name":"syntheticsnamespace","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:syntheticsnamespace","createdAt":"2022-01-07T14:48:00.643Z","updatedAt":"2022-01-07T14:48:51.257Z","serviceBusEndpoint":"https://syntheticsnamespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damodar-rg/providers/Microsoft.EventHub/namespaces/testnamespacehaha","name":"testnamespacehaha","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:testnamespacehaha","createdAt":"2022-01-16T13:13:07.057Z","updatedAt":"2022-01-16T13:14:30.52Z","serviceBusEndpoint":"https://testnamespacehaha.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/nsalian-test-rg/providers/Microsoft.EventHub/namespaces/nsalian-test-eh","name":"nsalian-test-eh","type":"Microsoft.EventHub/Namespaces","location":"South - India","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:nsalian-test-eh","createdAt":"2022-02-08T09:06:25.327Z","updatedAt":"2022-02-08T09:07:19.67Z","serviceBusEndpoint":"https://nsalian-test-eh.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/him-rg/providers/Microsoft.EventHub/namespaces/him-prem","name":"him-prem","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:him-prem","createdAt":"2022-03-08T17:54:10.167Z","updatedAt":"2022-03-08T17:55:35.317Z","serviceBusEndpoint":"https://him-prem.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SyntheticsRgRrp-eastus2euap/providers/Microsoft.EventHub/namespaces/syntheticsehnamespace-eastus2euap","name":"syntheticsehnamespace-eastus2euap","type":"Microsoft.EventHub/Namespaces","location":"EAST - US 2 EUAP","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":true,"maximumThroughputUnits":1,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:syntheticsehnamespace-eastus2euap","createdAt":"2022-03-08T22:19:33.447Z","updatedAt":"2022-03-08T22:19:59.217Z","serviceBusEndpoint":"https://syntheticsehnamespace-eastus2euap.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/VijaySharma-TestGroup/providers/Microsoft.EventHub/namespaces/vijaysharma-demo-eventhub","name":"vijaysharma-demo-eventhub","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:vijaysharma-demo-eventhub","createdAt":"2022-03-24T20:51:35.983Z","updatedAt":"2022-03-24T20:52:23.85Z","serviceBusEndpoint":"https://vijaysharma-demo-eventhub.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SyntheticsRgRrp_centraluseuap/providers/Microsoft.EventHub/namespaces/syntheticsehnamespace-centraluseuap","name":"syntheticsehnamespace-centraluseuap","type":"Microsoft.EventHub/Namespaces","location":"Central - US EUAP","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:syntheticsehnamespace-centraluseuap","createdAt":"2022-04-07T07:25:01.52Z","updatedAt":"2022-04-07T07:25:47.43Z","serviceBusEndpoint":"https://syntheticsehnamespace-centraluseuap.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lmanickam-entitymigration/providers/Microsoft.EventHub/namespaces/lmanickam-eventhub-basic","name":"lmanickam-eventhub-basic","type":"Microsoft.EventHub/Namespaces","location":"Central - US EUAP","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:lmanickam-eventhub-basic","createdAt":"2022-04-07T18:15:20.833Z","updatedAt":"2022-04-07T18:16:12.943Z","serviceBusEndpoint":"https://lmanickam-eventhub-basic.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lmanickam-entitymigration/providers/Microsoft.EventHub/namespaces/lmanickam-eventhub-standard","name":"lmanickam-eventhub-standard","type":"Microsoft.EventHub/Namespaces","location":"Central - US EUAP","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:lmanickam-eventhub-standard","createdAt":"2022-04-07T18:16:27.313Z","updatedAt":"2022-04-07T19:23:35.42Z","serviceBusEndpoint":"https://lmanickam-eventhub-standard.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/lmanickam-entitymigration/providers/Microsoft.EventHub/namespaces/lmanickam-eh-basic-2","name":"lmanickam-eh-basic-2","type":"Microsoft.EventHub/Namespaces","location":"Central - US EUAP","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:lmanickam-eh-basic-2","createdAt":"2022-04-07T19:22:53.147Z","updatedAt":"2022-04-07T19:23:45.647Z","serviceBusEndpoint":"https://lmanickam-eh-basic-2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"cli000008","keyVaultUri":"https://cli000002.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:53:57.723Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SyntheticsRgRrp_centraluseuap/providers/Microsoft.EventHub/namespaces/EventHubNamespaceSynthetic-ErpeOOGKQ8","name":"EventHubNamespaceSynthetic-ErpeOOGKQ8","type":"Microsoft.EventHub/Namespaces","location":"Central - US EUAP","tags":{"abc":"efg"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubnamespacesynthetic-erpeoogkq8","createdAt":"2022-04-19T07:51:36.777Z","updatedAt":"2022-04-19T07:55:50.563Z","serviceBusEndpoint":"https://EventHubNamespaceSynthetic-ErpeOOGKQ8.servicebus.windows.net:443/","status":"Removing"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"5e018ddd-2596-45e9-be19-3d3d72ce0f2b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:55:45.993Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SyntheticsRgRrp-eastus2euap/providers/Microsoft.EventHub/namespaces/EventHubNamespaceSynthetic-9qiaZekZwx","name":"EventHubNamespaceSynthetic-9qiaZekZwx","type":"Microsoft.EventHub/Namespaces","location":"EAST - US 2 EUAP","tags":{"abc":"StandardUpdatedTag"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubnamespacesynthetic-9qiazekzwx","createdAt":"2022-04-19T07:54:21.62Z","updatedAt":"2022-04-19T07:55:22.827Z","serviceBusEndpoint":"https://EventHubNamespaceSynthetic-9qiaZekZwx.servicebus.windows.net:443/","status":"Active"}}]}' + string: '{"value":[{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-1620/providers/Microsoft.EventHub/namespaces/sdk-NS-8157","name":"sdk-NS-8157","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-8157","createdAt":"2021-10-14T14:59:22.85Z","updatedAt":"2021-10-14T15:00:11.27Z","serviceBusEndpoint":"https://sdk-NS-8157.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.EventHub/namespaces/ContosoEHNS","name":"ContosoEHNS","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:contosoehns","createdAt":"2021-10-19T00:04:27.52Z","updatedAt":"2021-10-19T00:05:14.727Z","serviceBusEndpoint":"https://ContosoEHNS.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.EventHub/namespaces/SuparameEHPremTest","name":"SuparameEHPremTest","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:suparameehpremtest","createdAt":"2021-10-22T21:30:38.07Z","updatedAt":"2021-10-22T21:33:00.647Z","serviceBusEndpoint":"https://SuparameEHPremTest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RSG9576/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-4612","name":"Eventhub-Namespace-4612","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-4612","createdAt":"2021-10-27T01:37:23.657Z","updatedAt":"2021-10-27T01:38:15.78Z","serviceBusEndpoint":"https://Eventhub-Namespace-4612.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RSG770/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-4098","name":"Eventhub-Namespace-4098","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-4098","createdAt":"2021-10-27T01:45:58.187Z","updatedAt":"2021-10-27T01:46:46.59Z","serviceBusEndpoint":"https://Eventhub-Namespace-4098.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-1040","name":"Eventhub-Namespace1-1040","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"f950dca3-a669-47bf-b1e5-133f0454e9ae","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"sdktesting1key","keyVaultUri":"https://sdktesting1key.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-1040","createdAt":"2021-10-27T02:50:51.067Z","updatedAt":"2022-06-14T02:45:24.14Z","serviceBusEndpoint":"https://Eventhub-Namespace1-1040.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace2-8793","name":"Eventhub-Namespace2-8793","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"03e3566b-3c17-4442-8571-a6ff4ad29f40","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace2-8793","createdAt":"2021-10-27T02:53:07.127Z","updatedAt":"2022-06-14T02:50:24.273Z","serviceBusEndpoint":"https://Eventhub-Namespace2-8793.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/hmlam-cbn04-504","name":"hmlam-cbn04-504","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:hmlam-cbn04-504","createdAt":"2021-10-27T23:09:46.217Z","updatedAt":"2022-05-17T01:30:39.673Z","serviceBusEndpoint":"https://hmlam-cbn04-504.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-ehpremium-testing/providers/Microsoft.EventHub/namespaces/ardsouza-ehpremium-test-westus2","name":"ardsouza-ehpremium-test-westus2","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-ehpremium-test-westus2","createdAt":"2021-10-28T19:08:08.76Z","updatedAt":"2021-10-28T19:11:20.633Z","serviceBusEndpoint":"https://ardsouza-ehpremium-test-westus2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-ehpremium-testing/providers/Microsoft.EventHub/namespaces/ardsouza-ehpremium-test-norwayeast","name":"ardsouza-ehpremium-test-norwayeast","type":"Microsoft.EventHub/Namespaces","location":"Norway + East","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-ehpremium-test-norwayeast","createdAt":"2021-10-28T20:08:06.277Z","updatedAt":"2021-10-28T20:09:41.19Z","serviceBusEndpoint":"https://ardsouza-ehpremium-test-norwayeast.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-ehpremium-testing/providers/Microsoft.EventHub/namespaces/ardsouza-ehpremium-test-westus3","name":"ardsouza-ehpremium-test-westus3","type":"Microsoft.EventHub/Namespaces","location":"West + US 3","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-ehpremium-test-westus3","createdAt":"2021-10-28T20:25:02.26Z","updatedAt":"2021-10-28T20:26:32.207Z","serviceBusEndpoint":"https://ardsouza-ehpremium-test-westus3.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-ehpremium-testing/providers/Microsoft.EventHub/namespaces/ardsouza-ehpremium-test-japaneast","name":"ardsouza-ehpremium-test-japaneast","type":"Microsoft.EventHub/Namespaces","location":"Japan + East","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-ehpremium-test-japaneast","createdAt":"2021-10-28T20:29:14.417Z","updatedAt":"2021-10-28T20:30:42.957Z","serviceBusEndpoint":"https://ardsouza-ehpremium-test-japaneast.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-ehpremium-testing/providers/Microsoft.EventHub/namespaces/ardsouza-ehpremium-test-uksouth","name":"ardsouza-ehpremium-test-uksouth","type":"Microsoft.EventHub/Namespaces","location":"UK + South","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-ehpremium-test-uksouth","createdAt":"2021-10-28T20:33:04.16Z","updatedAt":"2021-10-28T20:34:32.153Z","serviceBusEndpoint":"https://ardsouza-ehpremium-test-uksouth.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/sdk-NS-2619","name":"sdk-NS-2619","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"identity":{"principalId":"2d78b53b-83c1-4416-8c73-21dbc53b9a31","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster1","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-2619","createdAt":"2021-11-03T17:28:27.217Z","updatedAt":"2022-06-21T17:23:09.443Z","serviceBusEndpoint":"https://sdk-NS-2619.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-8663/providers/Microsoft.EventHub/namespaces/sdk-NS-7018","name":"sdk-NS-7018","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-7018","createdAt":"2021-11-12T05:54:29.55Z","updatedAt":"2021-11-12T05:55:17.707Z","serviceBusEndpoint":"https://sdk-NS-7018.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-9570/providers/Microsoft.EventHub/namespaces/sdk-NS-2113","name":"sdk-NS-2113","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-2113","createdAt":"2021-11-12T17:32:45.283Z","updatedAt":"2021-11-12T17:34:40.73Z","serviceBusEndpoint":"https://sdk-NS-2113.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-8000/providers/Microsoft.EventHub/namespaces/sdk-NS-3397","name":"sdk-NS-3397","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-3397","createdAt":"2021-11-12T17:45:52.54Z","updatedAt":"2021-11-12T17:46:43.823Z","serviceBusEndpoint":"https://sdk-NS-3397.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spehubrg/providers/Microsoft.EventHub/namespaces/spehubpremns","name":"spehubpremns","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:spehubpremns","createdAt":"2021-11-15T20:48:24.94Z","updatedAt":"2021-12-03T03:15:25.58Z","serviceBusEndpoint":"https://spehubpremns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/kindrasiri-testns-cli","name":"kindrasiri-testns-cli","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kindrasiri-testns-cli","createdAt":"2021-11-16T21:58:22.703Z","updatedAt":"2021-11-16T22:06:12.06Z","serviceBusEndpoint":"https://kindrasiri-testns-cli.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/samplenamespacedamo","name":"samplenamespacedamo","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:samplenamespacedamo","createdAt":"2021-11-24T10:05:54.673Z","updatedAt":"2021-11-24T10:06:44.497Z","serviceBusEndpoint":"https://samplenamespacedamo.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjwestus21","name":"sjwestus21","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjwestus21","createdAt":"2021-11-29T21:29:20.72Z","updatedAt":"2021-11-29T21:30:08.127Z","serviceBusEndpoint":"https://sjwestus21.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.EventHub/namespaces/eventhub-mp-dr","name":"eventhub-mp-dr","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-mp-dr","createdAt":"2021-12-01T20:25:24.667Z","updatedAt":"2021-12-01T20:28:13.633Z","serviceBusEndpoint":"https://eventhub-mp-dr.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spehubrg/providers/Microsoft.EventHub/namespaces/spehbupremsecondaryns","name":"spehbupremsecondaryns","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:spehbupremsecondaryns","createdAt":"2021-12-03T03:11:32.743Z","updatedAt":"2022-05-18T21:34:07.623Z","serviceBusEndpoint":"https://spehbupremsecondaryns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testdamonamespace","name":"testdamonamespace","type":"Microsoft.EventHub/Namespaces","location":"Southeast + Asia","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI2":{"clientId":"f4796fe6-3b55-4a1e-8502-f0de63b0e35d","principalId":"906adc6a-fd83-4175-b97e-b18e54763c91"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI":{"clientId":"a2214131-2993-43cd-82fe-e243903823e4","principalId":"b91e572e-977a-41dd-af98-8e35aacbce8c"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testdamonamespace","createdAt":"2021-12-07T12:23:01.267Z","updatedAt":"2022-05-22T07:03:13.38Z","serviceBusEndpoint":"https://testdamonamespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/JG-EH-Test-RG/providers/Microsoft.EventHub/namespaces/JG-Test-Namespace-GeoDr","name":"JG-Test-Namespace-GeoDr","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jg-test-namespace-geodr","createdAt":"2021-12-08T15:31:49.293Z","updatedAt":"2021-12-08T15:37:01.737Z","serviceBusEndpoint":"https://JG-Test-Namespace-GeoDr.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/JG-EH-Test-RG/providers/Microsoft.EventHub/namespaces/JG-SecondaryNameSpace-Test","name":"JG-SecondaryNameSpace-Test","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jg-secondarynamespace-test","createdAt":"2021-12-08T15:34:10.677Z","updatedAt":"2021-12-08T15:36:58.987Z","serviceBusEndpoint":"https://JG-SecondaryNameSpace-Test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/yamlin-VMSSStressTest","name":"yamlin-VMSSStressTest","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:yamlin-vmssstresstest","createdAt":"2021-12-13T23:17:12.613Z","updatedAt":"2022-06-15T00:55:32.573Z","serviceBusEndpoint":"https://yamlin-VMSSStressTest.servicebus.windows.net:443/","status":"Removing"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nsclixvjbh","name":"eventhubs-nsclixvjbh","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-r26m","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nsclixvjbh","createdAt":"2021-12-14T09:24:58.86Z","updatedAt":"2021-12-14T09:25:51.663Z","serviceBusEndpoint":"https://eventhubs-nsclixvjbh.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jakeschiller-synthetics/providers/Microsoft.EventHub/namespaces/synthetics-ns","name":"synthetics-ns","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:synthetics-ns","createdAt":"2021-12-15T16:52:10.717Z","updatedAt":"2021-12-15T16:53:01.983Z","serviceBusEndpoint":"https://synthetics-ns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-SDK-Testing-RG8420/providers/Microsoft.EventHub/namespaces/PS-SDK-Testing-Namespace9376","name":"PS-SDK-Testing-Namespace9376","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ps-sdk-testing-namespace9376","createdAt":"2021-12-20T17:11:39.303Z","updatedAt":"2021-12-20T17:13:05.007Z","serviceBusEndpoint":"https://PS-SDK-Testing-Namespace9376.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-1201/providers/Microsoft.EventHub/namespaces/sdk-NS-1237","name":"sdk-NS-1237","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-1237","createdAt":"2021-12-29T11:39:35.653Z","updatedAt":"2021-12-29T11:40:25.737Z","serviceBusEndpoint":"https://sdk-NS-1237.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/PS-Test-Damo-Round2","name":"PS-Test-Damo-Round2","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ps-test-damo-round2","createdAt":"2021-12-29T11:46:41.21Z","updatedAt":"2021-12-29T11:51:44.46Z","serviceBusEndpoint":"https://PS-Test-Damo-Round2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.EventHub/namespaces/TestEGSysT1230","name":"TestEGSysT1230","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testegsyst1230","createdAt":"2021-12-30T20:59:03.343Z","updatedAt":"2021-12-30T21:00:02.967Z","serviceBusEndpoint":"https://TestEGSysT1230.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/sbPSTestingNamespaceR7","name":"sbPSTestingNamespaceR7","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sbpstestingnamespacer7","createdAt":"2022-01-03T09:41:15.063Z","updatedAt":"2022-01-03T09:44:02.95Z","serviceBusEndpoint":"https://sbPSTestingNamespaceR7.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/JG-EH-Test-RG/providers/Microsoft.EventHub/namespaces/JG-PremiumNamespaceEast","name":"JG-PremiumNamespaceEast","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jg-premiumnamespaceeast","createdAt":"2022-01-06T20:43:42.387Z","updatedAt":"2022-01-06T20:46:20.777Z","serviceBusEndpoint":"https://JG-PremiumNamespaceEast.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-8902","name":"Eventhub-Namespace1-8902","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"5b5eda8e-795b-4d78-9135-cf273b173770","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"sdktesting1key","keyVaultUri":"https://sdktesting1key.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-8902","createdAt":"2022-01-08T15:20:00.157Z","updatedAt":"2022-05-26T15:14:10.56Z","serviceBusEndpoint":"https://Eventhub-Namespace1-8902.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/contoso-ns","name":"contoso-ns","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/clusters/kindrasiri-ehdedicated","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:contoso-ns","createdAt":"2022-01-08T16:27:34.213Z","updatedAt":"2022-01-08T16:28:27.67Z","serviceBusEndpoint":"https://contoso-ns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-SDK-Testing-RG2556/providers/Microsoft.EventHub/namespaces/PS-SDK-Testing-Namespace1946","name":"PS-SDK-Testing-Namespace1946","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{"hi":"bye","bye":"tata"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ps-sdk-testing-namespace1946","createdAt":"2022-01-10T11:07:13.767Z","updatedAt":"2022-01-21T11:21:33.67Z","serviceBusEndpoint":"https://PS-SDK-Testing-Namespace1946.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testnamespaceforPS","name":"testnamespaceforPS","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{"hello":"hello","bye":"hi"},"identity":{"principalId":"9c27892d-0943-4735-9355-b1e9ae257098","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":true,"maximumThroughputUnits":12,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testnamespaceforps","createdAt":"2022-01-12T04:43:12.137Z","updatedAt":"2022-05-20T11:47:09.99Z","serviceBusEndpoint":"https://testnamespaceforPS.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testPS2","name":"testPS2","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{"Tag2":"TagValue2","Tag1":"TagValue1"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testps2","createdAt":"2022-01-13T17:49:11.103Z","updatedAt":"2022-01-13T18:02:55.317Z","serviceBusEndpoint":"https://testPS2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/damodarPSTesting","name":"damodarPSTesting","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:damodarpstesting","createdAt":"2022-01-14T17:46:50.563Z","updatedAt":"2022-01-14T17:47:42.017Z","serviceBusEndpoint":"https://damodarPSTesting.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assures-newnsformig","name":"assures-newnsformig","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-newnsformig","createdAt":"2022-01-14T19:27:37.033Z","updatedAt":"2022-01-14T19:28:30.497Z","serviceBusEndpoint":"https://assures-newnsformig.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assures-nsformig2","name":"assures-nsformig2","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-nsformig2","createdAt":"2022-01-14T23:46:25.87Z","updatedAt":"2022-01-14T23:47:17.72Z","serviceBusEndpoint":"https://assures-nsformig2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assures-nsformig3","name":"assures-nsformig3","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-nsformig3","createdAt":"2022-01-14T23:54:03.547Z","updatedAt":"2022-01-14T23:54:53.807Z","serviceBusEndpoint":"https://assures-nsformig3.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/ehpremium2","name":"ehpremium2","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehpremium2","createdAt":"2022-01-15T16:54:34.757Z","updatedAt":"2022-05-17T04:47:11.45Z","serviceBusEndpoint":"https://ehpremium2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/yamlin-portaltestpl","name":"yamlin-portaltestpl","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:yamlin-portaltestpl","createdAt":"2022-01-20T23:20:49.987Z","updatedAt":"2022-01-20T23:21:40.5Z","serviceBusEndpoint":"https://yamlin-portaltestpl.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-2585/providers/Microsoft.EventHub/namespaces/Eh-NamespaceKafka-1116","name":"Eh-NamespaceKafka-1116","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-namespacekafka-1116","createdAt":"2022-01-21T15:19:14.62Z","updatedAt":"2022-01-21T15:20:03.067Z","serviceBusEndpoint":"https://Eh-NamespaceKafka-1116.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-2585/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-9386","name":"Eventhub-Namespace1-9386","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-9386","createdAt":"2022-01-21T15:20:25.087Z","updatedAt":"2022-01-21T15:21:13.26Z","serviceBusEndpoint":"https://Eventhub-Namespace1-9386.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-2585/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace3-5111","name":"Eventhub-Namespace3-5111","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"principalId":"205dfe78-ae3e-427a-9caf-6033b66ad86a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace3-5111","createdAt":"2022-01-21T15:21:32.323Z","updatedAt":"2022-06-08T15:23:54.91Z","serviceBusEndpoint":"https://Eventhub-Namespace3-5111.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/eastus2-namespacepl001","name":"eastus2-namespacepl001","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eastus2-namespacepl001","createdAt":"2022-01-24T23:58:44.337Z","updatedAt":"2022-01-24T23:59:36.003Z","serviceBusEndpoint":"https://eastus2-namespacepl001.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assures-secondary-ns","name":"assures-secondary-ns","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-secondary-ns","createdAt":"2022-01-26T01:59:56.06Z","updatedAt":"2022-01-26T02:26:27.53Z","serviceBusEndpoint":"https://assures-secondary-ns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/pairgeoaskvmssmig","name":"pairgeoaskvmssmig","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:pairgeoaskvmssmig","createdAt":"2022-01-26T02:12:28.557Z","updatedAt":"2022-01-26T02:13:16.257Z","serviceBusEndpoint":"https://pairgeoaskvmssmig.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assuresprtgeoprim","name":"assuresprtgeoprim","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assuresprtgeoprim","createdAt":"2022-01-26T02:22:45.293Z","updatedAt":"2022-01-26T02:29:35.733Z","serviceBusEndpoint":"https://assuresprtgeoprim.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/nssecondaryaskvmssmig","name":"nssecondaryaskvmssmig","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:nssecondaryaskvmssmig","createdAt":"2022-01-26T02:32:32.46Z","updatedAt":"2022-01-26T02:33:22.297Z","serviceBusEndpoint":"https://nssecondaryaskvmssmig.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assures-geodrvmssmg001","name":"assures-geodrvmssmg001","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-geodrvmssmg001","createdAt":"2022-01-26T02:48:05.873Z","updatedAt":"2022-01-26T02:53:08.783Z","serviceBusEndpoint":"https://assures-geodrvmssmg001.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/askgedorsecondaryvmmg001","name":"askgedorsecondaryvmmg001","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:askgedorsecondaryvmmg001","createdAt":"2022-01-26T02:50:17.227Z","updatedAt":"2022-01-26T02:53:02.68Z","serviceBusEndpoint":"https://askgedorsecondaryvmmg001.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assures-geodrvmssmg002","name":"assures-geodrvmssmg002","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-geodrvmssmg002","createdAt":"2022-01-26T02:51:02.08Z","updatedAt":"2022-01-26T02:51:48.767Z","serviceBusEndpoint":"https://assures-geodrvmssmg002.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assures-westus2geodrvmssmg002","name":"assures-westus2geodrvmssmg002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-westus2geodrvmssmg002","createdAt":"2022-01-26T02:53:09.45Z","updatedAt":"2022-01-26T02:54:01.683Z","serviceBusEndpoint":"https://assures-westus2geodrvmssmg002.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/askprimarygeodr003","name":"askprimarygeodr003","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:askprimarygeodr003","createdAt":"2022-01-26T03:57:40.92Z","updatedAt":"2022-01-26T03:58:29.63Z","serviceBusEndpoint":"https://askprimarygeodr003.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/asksecondarygeodr003","name":"asksecondarygeodr003","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:asksecondarygeodr003","createdAt":"2022-01-26T04:00:18.56Z","updatedAt":"2022-01-26T04:01:11.493Z","serviceBusEndpoint":"https://asksecondarygeodr003.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/asknamespacepltestportal","name":"asknamespacepltestportal","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:asknamespacepltestportal","createdAt":"2022-01-26T18:31:44.963Z","updatedAt":"2022-01-26T18:32:43.913Z","serviceBusEndpoint":"https://asknamespacepltestportal.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/camnamespace1234","name":"camnamespace1234","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:camnamespace1234","createdAt":"2022-01-26T18:56:09.823Z","updatedAt":"2022-01-26T18:57:02.147Z","serviceBusEndpoint":"https://camnamespace1234.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/taknamespacevmsmig001","name":"taknamespacevmsmig001","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:taknamespacevmsmig001","createdAt":"2022-01-26T19:30:15.307Z","updatedAt":"2022-01-26T19:31:07.48Z","serviceBusEndpoint":"https://taknamespacevmsmig001.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/assures-migvmssnamesp0001","name":"assures-migvmssnamesp0001","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-migvmssnamesp0001","createdAt":"2022-01-26T19:44:22.057Z","updatedAt":"2022-01-26T19:45:15.47Z","serviceBusEndpoint":"https://assures-migvmssnamesp0001.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/yamlin-testpl","name":"yamlin-testpl","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:yamlin-testpl","createdAt":"2022-01-27T00:21:40.71Z","updatedAt":"2022-01-27T00:22:23.843Z","serviceBusEndpoint":"https://yamlin-testpl.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-9625","name":"Eventhub-Namespace1-9625","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"3a6c505c-339e-41fd-b1e9-8a2b2ee6ae5b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"sdktesting1key","keyVaultUri":"https://sdktesting1key.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-9625","createdAt":"2022-01-27T10:23:21.16Z","updatedAt":"2022-06-14T10:20:26.113Z","serviceBusEndpoint":"https://Eventhub-Namespace1-9625.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace2-5170","name":"Eventhub-Namespace2-5170","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"545be9a4-a62d-497b-b478-778dca4163e6","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace2-5170","createdAt":"2022-01-27T10:26:00.09Z","updatedAt":"2022-06-14T10:23:07.19Z","serviceBusEndpoint":"https://Eventhub-Namespace2-5170.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/zztest06","name":"zztest06","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zztest06","createdAt":"2022-01-27T22:45:12.527Z","updatedAt":"2022-01-27T22:46:00.37Z","serviceBusEndpoint":"https://zztest06.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/assures-createehfailtst","name":"assures-createehfailtst","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-createehfailtst","createdAt":"2022-01-27T22:50:48.43Z","updatedAt":"2022-01-27T22:51:38.647Z","serviceBusEndpoint":"https://assures-createehfailtst.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/assures-secondary-geodr-0001","name":"assures-secondary-geodr-0001","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-secondary-geodr-0001","createdAt":"2022-01-28T00:16:54.167Z","updatedAt":"2022-01-28T21:45:21.47Z","serviceBusEndpoint":"https://assures-secondary-geodr-0001.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/assures-primary-geodr-0001","name":"assures-primary-geodr-0001","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-primary-geodr-0001","createdAt":"2022-01-28T00:17:22.883Z","updatedAt":"2022-01-28T21:45:21.263Z","serviceBusEndpoint":"https://assures-primary-geodr-0001.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/freetrialnamespace","name":"freetrialnamespace","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:freetrialnamespace","createdAt":"2022-01-28T02:48:24.31Z","updatedAt":"2022-01-28T02:49:17.643Z","serviceBusEndpoint":"https://freetrialnamespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/assures-primary-geodr-0002","name":"assures-primary-geodr-0002","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-primary-geodr-0002","createdAt":"2022-01-28T21:47:26.87Z","updatedAt":"2022-01-28T21:51:15.397Z","serviceBusEndpoint":"https://assures-primary-geodr-0002.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/assures-secondary-geodr-0002","name":"assures-secondary-geodr-0002","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-secondary-geodr-0002","createdAt":"2022-01-28T21:47:57.453Z","updatedAt":"2022-01-28T21:51:08.84Z","serviceBusEndpoint":"https://assures-secondary-geodr-0002.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/newnsasknamesp0003","name":"newnsasknamesp0003","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:newnsasknamesp0003","createdAt":"2022-01-31T17:37:46.69Z","updatedAt":"2022-01-31T17:38:36.523Z","serviceBusEndpoint":"https://newnsasknamesp0003.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/TestPSMSISdk1","name":"TestPSMSISdk1","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI2":{"clientId":"f4796fe6-3b55-4a1e-8502-f0de63b0e35d","principalId":"906adc6a-fd83-4175-b97e-b18e54763c91"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI":{"clientId":"a2214131-2993-43cd-82fe-e243903823e4","principalId":"b91e572e-977a-41dd-af98-8e35aacbce8c"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"testkey","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testpsmsisdk1","createdAt":"2022-02-02T12:02:38.65Z","updatedAt":"2022-05-22T07:03:09.443Z","serviceBusEndpoint":"https://TestPSMSISdk1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/assures-kafka/providers/Microsoft.EventHub/namespaces/networkingloadfedexissue","name":"networkingloadfedexissue","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:networkingloadfedexissue","createdAt":"2022-02-02T23:34:14.25Z","updatedAt":"2022-02-02T23:35:00.47Z","serviceBusEndpoint":"https://networkingloadfedexissue.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testCLIMSISdkRound1","name":"testCLIMSISdkRound1","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"640541b9-02af-4826-97ac-57935a2461b2","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI2":{"clientId":"f4796fe6-3b55-4a1e-8502-f0de63b0e35d","principalId":"906adc6a-fd83-4175-b97e-b18e54763c91"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI":{"clientId":"a2214131-2993-43cd-82fe-e243903823e4","principalId":"b91e572e-977a-41dd-af98-8e35aacbce8c"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"testkey2","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testclimsisdkround1","createdAt":"2022-02-04T05:48:33.937Z","updatedAt":"2022-05-22T07:03:10.87Z","serviceBusEndpoint":"https://testCLIMSISdkRound1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testCLIMSISdkRound2","name":"testCLIMSISdkRound2","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI":{"clientId":"a2214131-2993-43cd-82fe-e243903823e4","principalId":"b91e572e-977a-41dd-af98-8e35aacbce8c"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"testkey","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}},{"keyName":"testkey","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}},{"keyName":"testkey2","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testclimsisdkround2","createdAt":"2022-02-06T08:36:31.993Z","updatedAt":"2022-05-08T06:44:17.723Z","serviceBusEndpoint":"https://testCLIMSISdkRound2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/TestPSSDKRound1","name":"TestPSSDKRound1","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"28dcb94d-1bac-49a0-a62f-84624f558ea7","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI2":{"clientId":"f4796fe6-3b55-4a1e-8502-f0de63b0e35d","principalId":"906adc6a-fd83-4175-b97e-b18e54763c91"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI":{"clientId":"a2214131-2993-43cd-82fe-e243903823e4","principalId":"b91e572e-977a-41dd-af98-8e35aacbce8c"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"testkey","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}},{"keyName":"testkey2","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testpssdkround1","createdAt":"2022-02-06T16:05:10.263Z","updatedAt":"2022-05-22T07:03:12.647Z","serviceBusEndpoint":"https://TestPSSDKRound1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nsclicfgec","name":"eventhubs-nsclicfgec","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-gvx5","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nsclicfgec","createdAt":"2022-02-06T16:07:20.25Z","updatedAt":"2022-02-06T16:08:12.72Z","serviceBusEndpoint":"https://eventhubs-nsclicfgec.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/namespaces/testEhNS0208","name":"testEhNS0208","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"identity":{"principalId":"d50e56d4-ca56-40dc-a64b-37a3f32b3fe5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/TestUAI0506":{"clientId":"40578752-05e9-4b8b-bdc4-f07e960571e0","principalId":"406cc555-ce08-485a-a5a6-ef1ccc5e7bec"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"TestKey0407","keyVaultUri":"https://testkvnew0407.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/TestUAI0506"}}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/clusters/EventHubsVNetTesting","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testehns0208","createdAt":"2022-02-08T19:00:43.6Z","updatedAt":"2022-06-07T21:27:36.85Z","serviceBusEndpoint":"https://testEhNS0208.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/brdillow/providers/Microsoft.EventHub/namespaces/brdillow-sync-test","name":"brdillow-sync-test","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:brdillow-sync-test","createdAt":"2022-02-09T00:26:56.43Z","updatedAt":"2022-02-09T00:27:51.63Z","serviceBusEndpoint":"https://brdillow-sync-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":10},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testcliapiversion","name":"testcliapiversion","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testcliapiversion","createdAt":"2022-02-10T10:45:59.053Z","updatedAt":"2022-03-27T04:57:37.743Z","serviceBusEndpoint":"https://testcliapiversion.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-8/providers/Microsoft.EventHub/namespaces/test-cluster-eh","name":"test-cluster-eh","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":true,"maximumThroughputUnits":8,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:test-cluster-eh","createdAt":"2022-02-11T00:03:04.58Z","updatedAt":"2022-02-11T00:03:51.593Z","serviceBusEndpoint":"https://test-cluster-eh.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-334","name":"Eventhub-Namespace1-334","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"012256dc-c13e-44f1-9c78-9b9b9131ec1c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"sdktesting1key","keyVaultUri":"https://sdktesting1key.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-334","createdAt":"2022-02-11T13:38:04.307Z","updatedAt":"2022-05-14T13:33:08.41Z","serviceBusEndpoint":"https://Eventhub-Namespace1-334.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace2-383","name":"Eventhub-Namespace2-383","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"5bade9fa-8387-4c62-991f-ea66b2ed6a8a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace2-383","createdAt":"2022-02-11T13:40:42.45Z","updatedAt":"2022-05-14T13:36:07.333Z","serviceBusEndpoint":"https://Eventhub-Namespace2-383.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscliufnlo","name":"eventhubs-nscliufnlo","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-zhhj","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscliufnlo","createdAt":"2022-02-11T17:23:52.407Z","updatedAt":"2022-02-11T17:24:44.917Z","serviceBusEndpoint":"https://eventhubs-nscliufnlo.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-4902","name":"Eventhub-Namespace1-4902","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"1e636bad-6be4-4509-88c9-56bcdf55b6cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"sdktesting1key","keyVaultUri":"https://sdktesting1key.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-4902","createdAt":"2022-02-13T10:07:31.407Z","updatedAt":"2022-05-16T10:02:07.417Z","serviceBusEndpoint":"https://Eventhub-Namespace1-4902.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace2-5202","name":"Eventhub-Namespace2-5202","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"d1caf7c2-a452-4ce3-9fe6-443b61d01b28","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace2-5202","createdAt":"2022-02-13T10:10:16.93Z","updatedAt":"2022-05-16T10:06:24.59Z","serviceBusEndpoint":"https://Eventhub-Namespace2-5202.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-6612/providers/Microsoft.EventHub/namespaces/Eh-NamespaceKafka-790","name":"Eh-NamespaceKafka-790","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eh-namespacekafka-790","createdAt":"2022-02-14T11:19:17.93Z","updatedAt":"2022-02-14T11:20:05.89Z","serviceBusEndpoint":"https://Eh-NamespaceKafka-790.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-6612/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-6356","name":"Eventhub-Namespace1-6356","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-6356","createdAt":"2022-02-14T11:20:26.397Z","updatedAt":"2022-02-14T11:21:14.24Z","serviceBusEndpoint":"https://Eventhub-Namespace1-6356.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RGName1-6612/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace3-2576","name":"Eventhub-Namespace3-2576","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"principalId":"e5ef942d-2a59-4931-ab88-dc847a03715c","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace3-2576","createdAt":"2022-02-14T11:21:36.65Z","updatedAt":"2022-05-17T11:20:07.88Z","serviceBusEndpoint":"https://Eventhub-Namespace3-2576.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testpssdkround123","name":"testpssdkround123","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"ccfda39e-848e-4cc9-b051-ddaa8714ed57","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":true,"maximumThroughputUnits":12,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testpssdkround123","createdAt":"2022-02-15T13:40:17.793Z","updatedAt":"2022-05-18T13:43:11.44Z","serviceBusEndpoint":"https://testpssdkround123.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":20},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/replication-source-std","name":"replication-source-std","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:replication-source-std","createdAt":"2022-02-15T19:40:22.663Z","updatedAt":"2022-02-15T19:41:11.223Z","serviceBusEndpoint":"https://replication-source-std.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.EventHub/namespaces/ardsouza-2-15-2022-geodr-primary","name":"ardsouza-2-15-2022-geodr-primary","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-2-15-2022-geodr-primary","createdAt":"2022-02-15T19:48:08.21Z","updatedAt":"2022-02-15T21:00:56.253Z","serviceBusEndpoint":"https://ardsouza-2-15-2022-geodr-primary.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.EventHub/namespaces/ardsouza-2-15-2022-geodr-secondary","name":"ardsouza-2-15-2022-geodr-secondary","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-2-15-2022-geodr-secondary","createdAt":"2022-02-15T19:52:22.35Z","updatedAt":"2022-02-15T21:30:18.317Z","serviceBusEndpoint":"https://ardsouza-2-15-2022-geodr-secondary.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/ardsouza-canadacentralpremiumnamespace","name":"ardsouza-canadacentralpremiumnamespace","type":"Microsoft.EventHub/Namespaces","location":"Canada + Central","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-canadacentralpremiumnamespace","createdAt":"2022-02-16T00:34:32.723Z","updatedAt":"2022-02-16T00:35:48.197Z","serviceBusEndpoint":"https://ardsouza-canadacentralpremiumnamespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/sdk-NS-77281","name":"sdk-NS-77281","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-77281","createdAt":"2022-02-16T07:33:48.447Z","updatedAt":"2022-02-16T07:43:25.973Z","serviceBusEndpoint":"https://sdk-NS-77281.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/PSFinalTestinRound1SDK","name":"PSFinalTestinRound1SDK","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{"a":"b"},"identity":{"principalId":"ea376672-4b8b-4bb0-bb3c-f273eb9bdc17","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:psfinaltestinround1sdk","createdAt":"2022-02-16T16:43:07.853Z","updatedAt":"2022-05-19T16:38:13.327Z","serviceBusEndpoint":"https://PSFinalTestinRound1SDK.servicebus.windows.net:443/","status":"Active"}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview&$skipToken=2022-02-16T16:43:07.853Z"}' headers: cache-control: - no-cache content-length: - - '14943' + - '94292' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:56:11 GMT + - Wed, 22 Jun 2022 07:50:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-inline-count: + - '' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview&$skipToken=2022-02-16T16:43:07.853Z + response: + body: + string: '{"value":[{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-2424","name":"Eventhub-Namespace1-2424","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"c1628dce-3d14-418a-8ebe-78e7c63c285d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"sdktesting1key","keyVaultUri":"https://sdktesting1key.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-2424","createdAt":"2022-02-18T06:13:38.24Z","updatedAt":"2022-05-21T06:08:07.81Z","serviceBusEndpoint":"https://Eventhub-Namespace1-2424.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace2-571","name":"Eventhub-Namespace2-571","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"bfbf87e0-f357-45e8-a77c-0818457ea6c0","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace2-571","createdAt":"2022-02-18T06:16:13.223Z","updatedAt":"2022-05-21T06:12:08.49Z","serviceBusEndpoint":"https://Eventhub-Namespace2-571.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RSG2226/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-6210","name":"Eventhub-Namespace-6210","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-6210","createdAt":"2022-02-18T06:55:40.747Z","updatedAt":"2022-02-18T06:56:27.097Z","serviceBusEndpoint":"https://Eventhub-Namespace-6210.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RSG2226/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace2-3209","name":"Eventhub-Namespace2-3209","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace2-3209","createdAt":"2022-02-18T06:56:51.423Z","updatedAt":"2022-02-18T06:57:44.823Z","serviceBusEndpoint":"https://Eventhub-Namespace2-3209.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli3bc43","name":"eventhubs-nscli3bc43","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-gdsi","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli3bc43","createdAt":"2022-02-19T15:53:21.573Z","updatedAt":"2022-02-19T15:54:14.98Z","serviceBusEndpoint":"https://eventhubs-nscli3bc43.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace1-2608","name":"Eventhub-Namespace1-2608","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"db0444da-f0f1-4cff-b267-088e7af95bc2","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"sdktesting1key","keyVaultUri":"https://sdktesting1key.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace1-2608","createdAt":"2022-02-20T15:55:06.613Z","updatedAt":"2022-05-23T15:50:08.427Z","serviceBusEndpoint":"https://Eventhub-Namespace1-2608.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace2-9225","name":"Eventhub-Namespace2-9225","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"principalId":"59e5a2d5-33b0-4678-8681-9b65ba5e8272","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace2-9225","createdAt":"2022-02-20T15:57:44.5Z","updatedAt":"2022-05-23T15:53:10.07Z","serviceBusEndpoint":"https://Eventhub-Namespace2-9225.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespaceawp55agqpsudbtucjjjokzpanbin6c5gmmzfi5rmztc2kpfmttn2xj/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1soik","name":"eventhubs-nscli1soik","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1soik","createdAt":"2022-02-22T04:06:20.53Z","updatedAt":"2022-02-22T04:07:08.903Z","serviceBusEndpoint":"https://eventhubs-nscli1soik.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testpsreleasecandidateR1","name":"testpsreleasecandidateR1","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI2":{"clientId":"f4796fe6-3b55-4a1e-8502-f0de63b0e35d","principalId":"906adc6a-fd83-4175-b97e-b18e54763c91"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI":{"clientId":"a2214131-2993-43cd-82fe-e243903823e4","principalId":"b91e572e-977a-41dd-af98-8e35aacbce8c"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"testkey2","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}},{"keyName":"testkey","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}},{"keyName":"testkey3","keyVaultUri":"https://testdamokeyvault.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Test-MSI"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testpsreleasecandidater1","createdAt":"2022-02-23T07:02:52.33Z","updatedAt":"2022-05-22T07:03:13.91Z","serviceBusEndpoint":"https://testpsreleasecandidateR1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/yamlin-Spark","name":"yamlin-Spark","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:yamlin-spark","createdAt":"2022-02-24T22:40:25.447Z","updatedAt":"2022-02-24T22:41:13.27Z","serviceBusEndpoint":"https://yamlin-Spark.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS/providers/Microsoft.EventHub/namespaces/assures-autoinflateissue","name":"assures-autoinflateissue","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS/providers/Microsoft.EventHub/clusters/BL3-533","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-autoinflateissue","createdAt":"2022-03-11T19:32:02.367Z","updatedAt":"2022-03-11T19:32:56.673Z","serviceBusEndpoint":"https://assures-autoinflateissue.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/autoinflateissuens","name":"autoinflateissuens","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/clusters/BN3-565","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:autoinflateissuens","createdAt":"2022-03-11T19:48:09.89Z","updatedAt":"2022-03-11T19:49:03.617Z","serviceBusEndpoint":"https://autoinflateissuens.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-WestUS/providers/Microsoft.EventHub/namespaces/autoinflateiss2ns","name":"autoinflateiss2ns","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":6,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:autoinflateiss2ns","createdAt":"2022-03-11T19:50:47.6Z","updatedAt":"2022-03-11T19:51:33.31Z","serviceBusEndpoint":"https://autoinflateiss2ns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/zztest07","name":"zztest07","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zztest07","createdAt":"2022-03-12T00:49:55.657Z","updatedAt":"2022-03-12T00:50:46.17Z","serviceBusEndpoint":"https://zztest07.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/assures-kafka/providers/Microsoft.EventHub/namespaces/ehpartitiontrialcount","name":"ehpartitiontrialcount","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehpartitiontrialcount","createdAt":"2022-03-14T18:34:36.313Z","updatedAt":"2022-03-14T18:35:24.527Z","serviceBusEndpoint":"https://ehpartitiontrialcount.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/assures-kafka/providers/Microsoft.EventHub/namespaces/ehpartitioncounttrial","name":"ehpartitioncounttrial","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehpartitioncounttrial","createdAt":"2022-03-14T18:37:20.677Z","updatedAt":"2022-03-15T02:57:57.833Z","serviceBusEndpoint":"https://ehpartitioncounttrial.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS/providers/Microsoft.EventHub/namespaces/eventhubnamespacepartitioncount","name":"eventhubnamespacepartitioncount","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS/providers/Microsoft.EventHub/clusters/BL3-533","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubnamespacepartitioncount","createdAt":"2022-03-14T18:38:29.957Z","updatedAt":"2022-03-14T18:39:17.83Z","serviceBusEndpoint":"https://eventhubnamespacepartitioncount.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/assures-kafka/providers/Microsoft.EventHub/namespaces/randomtryingnamespace","name":"randomtryingnamespace","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":6,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:randomtryingnamespace","createdAt":"2022-03-14T18:53:49.537Z","updatedAt":"2022-03-14T23:56:26.583Z","serviceBusEndpoint":"https://randomtryingnamespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/assures-autoinflatecheckdedicated","name":"assures-autoinflatecheckdedicated","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-ehc-test24-eastus2-1/providers/Microsoft.EventHub/clusters/test24-bn-eh","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-autoinflatecheckdedicated","createdAt":"2022-03-14T22:03:59.533Z","updatedAt":"2022-03-14T22:04:51.817Z","serviceBusEndpoint":"https://assures-autoinflatecheckdedicated.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/assures-maxcapacitythrottlededicatedcheck","name":"assures-maxcapacitythrottlededicatedcheck","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-ehc-test24-eastus2-1/providers/Microsoft.EventHub/clusters/test24-bn-eh","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assures-maxcapacitythrottlededicatedcheck","createdAt":"2022-03-15T00:00:34.483Z","updatedAt":"2022-03-15T00:01:21.44Z","serviceBusEndpoint":"https://assures-maxcapacitythrottlededicatedcheck.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/sdk-NS-test","name":"sdk-NS-test","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-test","createdAt":"2022-03-15T00:24:49.63Z","updatedAt":"2022-03-15T16:47:32.59Z","serviceBusEndpoint":"https://sdk-NS-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/newfinalautosctest","name":"newfinalautosctest","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":2,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:newfinalautosctest","createdAt":"2022-03-15T03:27:25.49Z","updatedAt":"2022-03-15T03:40:46.6Z","serviceBusEndpoint":"https://newfinalautosctest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/newehdedicatedhub001","name":"newehdedicatedhub001","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-ehc-test24-eastus2-1/providers/Microsoft.EventHub/clusters/test24-bn-eh","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:newehdedicatedhub001","createdAt":"2022-03-15T05:44:42.063Z","updatedAt":"2022-03-15T05:45:36.417Z","serviceBusEndpoint":"https://newehdedicatedhub001.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/configupdateautoscalede","name":"configupdateautoscalede","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-ehc-test24-eastus2-1/providers/Microsoft.EventHub/clusters/test24-bn-eh","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:configupdateautoscalede","createdAt":"2022-03-15T23:25:37.41Z","updatedAt":"2022-03-15T23:39:19.437Z","serviceBusEndpoint":"https://configupdateautoscalede.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/ardsouza-applicationgrouptestingns","name":"ardsouza-applicationgrouptestingns","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/clusters/kindrasiri-ehdedicated","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ardsouza-applicationgrouptestingns","createdAt":"2022-03-16T21:20:44.007Z","updatedAt":"2022-03-16T21:21:35.67Z","serviceBusEndpoint":"https://ardsouza-applicationgrouptestingns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/idc-appGroupTest","name":"idc-appGroupTest","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{"IPAddress":"192.168.0.165","LoadDrop":"1"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/clusters/kindrasiri-ehdedicated","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:idc-appgrouptest","createdAt":"2022-03-23T10:47:53.587Z","updatedAt":"2022-05-25T18:31:59.353Z","serviceBusEndpoint":"https://idc-appGroupTest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/namespaces/yamlin-testGEODR","name":"yamlin-testGEODR","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-cbn04-503-533-rg/providers/Microsoft.EventHub/clusters/CBN04-503","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:yamlin-testgeodr","createdAt":"2022-03-28T04:59:20.183Z","updatedAt":"2022-03-28T05:00:11.683Z","serviceBusEndpoint":"https://yamlin-testGEODR.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventHub/namespaces/yamlin-testcreate","name":"yamlin-testcreate","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:yamlin-testcreate","createdAt":"2022-03-28T05:37:29.243Z","updatedAt":"2022-03-28T05:48:24.46Z","serviceBusEndpoint":"https://yamlin-testcreate.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/test-yogesh","name":"test-yogesh","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/clusters/kindrasiri-ehdedicated","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:test-yogesh","createdAt":"2022-04-06T05:51:11.55Z","updatedAt":"2022-04-06T05:51:59.29Z","serviceBusEndpoint":"https://test-yogesh.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/namespaces/sjpremiumchn","name":"sjpremiumchn","type":"Microsoft.EventHub/Namespaces","location":"Switzerland + North","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjpremiumchn","createdAt":"2022-04-07T23:54:56.733Z","updatedAt":"2022-04-07T23:56:27.057Z","serviceBusEndpoint":"https://sjpremiumchn.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hmlam-tmp/providers/Microsoft.EventHub/namespaces/hmlam-bn-premium-002","name":"hmlam-bn-premium-002","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:hmlam-bn-premium-002","createdAt":"2022-04-08T07:09:58.967Z","updatedAt":"2022-04-08T07:15:58.73Z","serviceBusEndpoint":"https://hmlam-bn-premium-002.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscli2nu53","name":"eventhubs-nscli2nu53","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-hs5d","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli2nu53","createdAt":"2022-04-19T03:35:18.433Z","updatedAt":"2022-04-19T03:36:06.503Z","serviceBusEndpoint":"https://eventhubs-nscli2nu53.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespaceit5acihw5tcuww6y4jr3atbel4d5osjeznmteuv3jwv5takwijox5i/providers/Microsoft.EventHub/namespaces/eventhubs-nscli4zyes","name":"eventhubs-nscli4zyes","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"f26f454e-1f58-47b5-b32e-9ca67d50ca92","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli4zyes","createdAt":"2022-04-19T05:24:24.007Z","updatedAt":"2022-06-04T05:30:57.81Z","serviceBusEndpoint":"https://eventhubs-nscli4zyes.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/kindrasiri-ehpremium-perf","name":"kindrasiri-ehpremium-perf","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kindrasiri-ehpremium-perf","createdAt":"2022-04-21T03:33:51.74Z","updatedAt":"2022-05-21T14:00:46.887Z","serviceBusEndpoint":"https://kindrasiri-ehpremium-perf.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/saglodha-benchmarkingRG/providers/Microsoft.EventHub/namespaces/benchmarkpremns","name":"benchmarkpremns","type":"Microsoft.EventHub/Namespaces","location":"Japan + East","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:benchmarkpremns","createdAt":"2022-04-28T07:44:07.697Z","updatedAt":"2022-04-28T07:45:27.197Z","serviceBusEndpoint":"https://benchmarkpremns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":8},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cesar-kafka/providers/Microsoft.EventHub/namespaces/cesar-librdkafka-tests","name":"cesar-librdkafka-tests","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cesar-librdkafka-tests","createdAt":"2022-04-28T18:23:48.977Z","updatedAt":"2022-04-29T17:54:04.863Z","serviceBusEndpoint":"https://cesar-librdkafka-tests.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cesar-kafka/providers/Microsoft.EventHub/namespaces/cesar-librdkafka-std","name":"cesar-librdkafka-std","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cesar-librdkafka-std","createdAt":"2022-04-28T18:57:59.653Z","updatedAt":"2022-04-28T18:58:45.48Z","serviceBusEndpoint":"https://cesar-librdkafka-std.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/jakeschillerNspValidation","name":"jakeschillerNspValidation","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jakeschillernspvalidation","createdAt":"2022-04-28T20:33:48.563Z","updatedAt":"2022-04-28T20:34:40.69Z","serviceBusEndpoint":"https://jakeschillerNspValidation.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cesar-kafka/providers/Microsoft.EventHub/namespaces/cesar-librdkafka-west","name":"cesar-librdkafka-west","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cesar-librdkafka-west","createdAt":"2022-04-29T00:09:36.62Z","updatedAt":"2022-04-29T00:10:51.04Z","serviceBusEndpoint":"https://cesar-librdkafka-west.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/assureslibrdkafcit","name":"assureslibrdkafcit","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/clusters/BN3-565","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:assureslibrdkafcit","createdAt":"2022-04-29T23:25:28.24Z","updatedAt":"2022-04-29T23:26:22.223Z","serviceBusEndpoint":"https://assureslibrdkafcit.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/jaganth","name":"jaganth","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/clusters/kindrasiri-ehdedicated","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jaganth","createdAt":"2022-04-30T00:05:05.367Z","updatedAt":"2022-04-30T00:05:54.46Z","serviceBusEndpoint":"https://jaganth.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/namespaces/EHTLSNew0505","name":"EHTLSNew0505","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/clusters/EventHubsVNetTesting","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehtlsnew0505","createdAt":"2022-05-05T15:23:42.36Z","updatedAt":"2022-05-17T23:22:00.13Z","serviceBusEndpoint":"https://EHTLSNew0505.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Basic","tier":"Basic","capacity":2},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jakeschiller/providers/Microsoft.EventHub/namespaces/dri-test1","name":"dri-test1","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":false,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:dri-test1","createdAt":"2022-05-06T20:05:28.037Z","updatedAt":"2022-05-09T21:36:30.217Z","serviceBusEndpoint":"https://dri-test1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-1501/providers/Microsoft.EventHub/namespaces/sdk-NS-7852","name":"sdk-NS-7852","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-7852","createdAt":"2022-05-07T01:16:07.083Z","updatedAt":"2022-05-07T01:16:56.37Z","serviceBusEndpoint":"https://sdk-NS-7852.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-4534/providers/Microsoft.EventHub/namespaces/sdk-NS-1124","name":"sdk-NS-1124","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-1124","createdAt":"2022-05-07T01:20:27.563Z","updatedAt":"2022-05-07T01:21:19.35Z","serviceBusEndpoint":"https://sdk-NS-1124.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-2124/providers/Microsoft.EventHub/namespaces/sdk-NS-4527","name":"sdk-NS-4527","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-4527","createdAt":"2022-05-07T01:23:58.413Z","updatedAt":"2022-05-07T01:24:50.22Z","serviceBusEndpoint":"https://sdk-NS-4527.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-7674/providers/Microsoft.EventHub/namespaces/sdk-NS-4234","name":"sdk-NS-4234","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-4234","createdAt":"2022-05-09T04:27:19.22Z","updatedAt":"2022-05-09T04:28:07.027Z","serviceBusEndpoint":"https://sdk-NS-4234.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":12},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/ehtest012","name":"ehtest012","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{"k1":"v1","k2":"v"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehtest012","createdAt":"2022-05-09T05:34:28.97Z","updatedAt":"2022-06-07T11:54:28.067Z","serviceBusEndpoint":"https://ehtest012.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-1248/providers/Microsoft.EventHub/namespaces/sdk-NS-1942","name":"sdk-NS-1942","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":10,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-1942","createdAt":"2022-05-09T18:21:49.937Z","updatedAt":"2022-05-09T18:22:41.33Z","serviceBusEndpoint":"https://sdk-NS-1942.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/namespaces/TestAppGroups","name":"TestAppGroups","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.1","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EventHubsVNETTestingRG/providers/Microsoft.EventHub/clusters/EventHubsVNetTesting","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testappgroups","createdAt":"2022-05-10T23:33:42.303Z","updatedAt":"2022-05-17T19:47:38.977Z","serviceBusEndpoint":"https://TestAppGroups.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.EventHub/namespaces/Namespace1-57","name":"Namespace1-57","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"principalId":"b9d7f5c4-9600-4285-9439-92d3cc010b2b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Testing-MSI1":{"clientId":"8b3f2de5-e9d2-4e3b-9f81-d48edad0bd1e","principalId":"d8a9a61b-d673-406c-a756-71e0ea712a01"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Testing-MSI2":{"clientId":"78263983-3929-46db-b8e8-9fa93d0416d5","principalId":"31a9e139-056b-4d37-b4a1-07cd23290cf9"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:namespace1-57","createdAt":"2022-05-11T06:54:44.61Z","updatedAt":"2022-06-18T12:53:22.973Z","serviceBusEndpoint":"https://Namespace1-57.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.EventHub/namespaces/Namespace1-8134","name":"Namespace1-8134","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:namespace1-8134","createdAt":"2022-05-11T07:05:00.36Z","updatedAt":"2022-05-11T07:11:08.937Z","serviceBusEndpoint":"https://Namespace1-8134.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.EventHub/namespaces/Namespace2-3609","name":"Namespace2-3609","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"principalId":"19150915-0841-49cb-8834-6628003ccb0a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://ps-test-kv1.vault.azure.net","keyVersion":""},{"keyName":"key2","keyVaultUri":"https://ps-test-kv1.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:namespace2-3609","createdAt":"2022-05-11T07:18:37.35Z","updatedAt":"2022-05-11T07:26:22.283Z","serviceBusEndpoint":"https://Namespace2-3609.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.EventHub/namespaces/Namespace1-7057","name":"Namespace1-7057","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Testing-MSI1":{"clientId":"8b3f2de5-e9d2-4e3b-9f81-d48edad0bd1e","principalId":"d8a9a61b-d673-406c-a756-71e0ea712a01"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Testing-MSI2":{"clientId":"78263983-3929-46db-b8e8-9fa93d0416d5","principalId":"31a9e139-056b-4d37-b4a1-07cd23290cf9"}}},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://ps-test-kv1.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Testing-MSI1"}},{"keyName":"key2","keyVaultUri":"https://ps-test-kv1.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Testing-MSI1"}},{"keyName":"key1","keyVaultUri":"https://ps-test-kv2.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.ManagedIdentity/userAssignedIdentities/PS-Testing-MSI1"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:namespace1-7057","createdAt":"2022-05-11T07:27:05.437Z","updatedAt":"2022-06-18T12:53:24.85Z","serviceBusEndpoint":"https://Namespace1-7057.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/kindrasiri-asa","name":"kindrasiri-asa","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kindrasiri-asa","createdAt":"2022-05-12T17:23:05.083Z","updatedAt":"2022-05-12T17:23:53.793Z","serviceBusEndpoint":"https://kindrasiri-asa.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.EventHub/namespaces/klam-test","name":"klam-test","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:klam-test","createdAt":"2022-05-12T21:37:10.613Z","updatedAt":"2022-05-12T21:38:01.48Z","serviceBusEndpoint":"https://klam-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.EventHub/namespaces/Namespace2-5006","name":"Namespace2-5006","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"principalId":"273597db-342b-48da-8811-543f9c22751e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:namespace2-5006","createdAt":"2022-05-14T10:02:01.27Z","updatedAt":"2022-05-14T10:09:08.793Z","serviceBusEndpoint":"https://Namespace2-5006.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/sdk-NS-8135","name":"sdk-NS-8135","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"identity":{"principalId":"68ba9422-5e42-46c6-a5e9-3a5ce9a16012","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster1","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-8135","createdAt":"2022-05-16T04:17:40.41Z","updatedAt":"2022-05-16T04:18:47.58Z","serviceBusEndpoint":"https://sdk-NS-8135.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/hmlam-bn3-556-v2","name":"hmlam-bn3-556-v2","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.EventHub/clusters/SchemaRegistryPreviewCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:hmlam-bn3-556-v2","createdAt":"2022-05-17T02:20:32.297Z","updatedAt":"2022-05-17T02:21:24.227Z","serviceBusEndpoint":"https://hmlam-bn3-556-v2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-6229/providers/Microsoft.EventHub/namespaces/sdk-NS-2302","name":"sdk-NS-2302","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-2302","createdAt":"2022-05-17T08:26:22.157Z","updatedAt":"2022-05-17T08:27:15.177Z","serviceBusEndpoint":"https://sdk-NS-2302.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/srtests/providers/Microsoft.EventHub/namespaces/srtests2","name":"srtests2","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:srtests2","createdAt":"2022-05-17T16:14:41.88Z","updatedAt":"2022-05-17T16:15:28.28Z","serviceBusEndpoint":"https://srtests2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spegridtracingrg/providers/Microsoft.EventHub/namespaces/sptracingehubns","name":"sptracingehubns","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sptracingehubns","createdAt":"2022-05-18T03:11:18.85Z","updatedAt":"2022-05-18T03:12:10.373Z","serviceBusEndpoint":"https://sptracingehubns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spegridtracingrg/providers/Microsoft.EventHub/namespaces/sptracingresultsehubns","name":"sptracingresultsehubns","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sptracingresultsehubns","createdAt":"2022-05-18T03:33:07.86Z","updatedAt":"2022-05-18T03:34:00.517Z","serviceBusEndpoint":"https://sptracingresultsehubns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-6912/providers/Microsoft.EventHub/namespaces/sdk-NS-4362","name":"sdk-NS-4362","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-4362","createdAt":"2022-05-18T03:47:12.603Z","updatedAt":"2022-05-18T03:48:04.427Z","serviceBusEndpoint":"https://sdk-NS-4362.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/kindrasiri-premium-canada","name":"kindrasiri-premium-canada","type":"Microsoft.EventHub/Namespaces","location":"Canada + Central","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kindrasiri-premium-canada","createdAt":"2022-05-18T04:34:11.057Z","updatedAt":"2022-05-18T04:35:20.207Z","serviceBusEndpoint":"https://kindrasiri-premium-canada.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-8202/providers/Microsoft.EventHub/namespaces/sdk-NS-408","name":"sdk-NS-408","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-408","createdAt":"2022-05-18T05:34:35.097Z","updatedAt":"2022-05-18T05:35:23.397Z","serviceBusEndpoint":"https://sdk-NS-408.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-7877/providers/Microsoft.EventHub/namespaces/sdk-NS-5462","name":"sdk-NS-5462","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-5462","createdAt":"2022-05-18T05:35:30.86Z","updatedAt":"2022-05-18T05:44:25.633Z","serviceBusEndpoint":"https://sdk-NS-5462.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jakeschiller/providers/Microsoft.EventHub/namespaces/dri-test2","name":"dri-test2","type":"Microsoft.EventHub/Namespaces","location":"West + Central US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:dri-test2","createdAt":"2022-05-18T19:41:25.807Z","updatedAt":"2022-05-18T19:42:16.713Z","serviceBusEndpoint":"https://dri-test2.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/sdk-NS-637","name":"sdk-NS-637","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"identity":{"principalId":"e6442e7a-70e7-4a64-aab7-d89e57876eac","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"sdktestingkey11","keyVaultUri":"https://sdktestingkey1.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster1","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-637","createdAt":"2022-05-19T04:00:53.03Z","updatedAt":"2022-05-19T04:02:55.207Z","serviceBusEndpoint":"https://sdk-NS-637.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/sdk-NS-9653","name":"sdk-NS-9653","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"identity":{"principalId":"9a1ad147-aaa0-49fb-aeeb-1d77e08cccc8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster1","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-9653","createdAt":"2022-05-19T05:11:36.023Z","updatedAt":"2022-05-19T05:12:45.177Z","serviceBusEndpoint":"https://sdk-NS-9653.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/namespaces/sdk-NS-7017","name":"sdk-NS-7017","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"identity":{"principalId":"4bbf3aab-09d5-4635-a6b5-e2a4f8966b64","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster1","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-7017","createdAt":"2022-05-19T05:14:00.097Z","updatedAt":"2022-05-19T05:15:07.53Z","serviceBusEndpoint":"https://sdk-NS-7017.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cesar-kafka/providers/Microsoft.EventHub/namespaces/cesar-ebs-test","name":"cesar-ebs-test","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cesar-ebs-test","createdAt":"2022-05-19T15:22:55.82Z","updatedAt":"2022-05-19T15:27:11.953Z","serviceBusEndpoint":"https://cesar-ebs-test.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.EventHub/namespaces/sjnstest","name":"sjnstest","type":"Microsoft.EventHub/Namespaces","location":"East + Asia","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.EventHub/clusters/ardsouza-activitylogstestcluster-deleteme","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sjnstest","createdAt":"2022-05-19T19:28:42.907Z","updatedAt":"2022-05-19T19:29:37.427Z","serviceBusEndpoint":"https://sjnstest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/namespaces/TestAppGroups1","name":"TestAppGroups1","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/prod-by3-533-rg/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testappgroups1","createdAt":"2022-05-20T20:54:53.69Z","updatedAt":"2022-05-20T20:55:44.853Z","serviceBusEndpoint":"https://TestAppGroups1.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/kindrasiri-premium-westus","name":"kindrasiri-premium-westus","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kindrasiri-premium-westus","createdAt":"2022-05-20T21:21:18.217Z","updatedAt":"2022-05-20T21:22:34.557Z","serviceBusEndpoint":"https://kindrasiri-premium-westus.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-2963/providers/Microsoft.EventHub/namespaces/sdk-NS-1256","name":"sdk-NS-1256","type":"Microsoft.EventHub/Namespaces","location":"Australia + East","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns-1256","createdAt":"2022-05-25T04:52:29.54Z","updatedAt":"2022-05-25T04:53:30.103Z","serviceBusEndpoint":"https://sdk-NS-1256.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/srtests/providers/Microsoft.EventHub/namespaces/srtests","name":"srtests","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:srtests","createdAt":"2022-05-25T20:23:25.647Z","updatedAt":"2022-05-25T20:24:14.907Z","serviceBusEndpoint":"https://srtests.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.EventHub/namespaces/implementing-event-sourcing-strategy","name":"implementing-event-sourcing-strategy","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"CreationDate":"28-03-2021","Project":"Implementing an Event + Sourcing strategy on Azure","Purpose":"Session"},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:implementing-event-sourcing-strategy","createdAt":"2022-05-26T20:28:34.487Z","updatedAt":"2022-05-26T20:29:24.5Z","serviceBusEndpoint":"https://implementing-event-sourcing-strategy.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Synthetics/providers/Microsoft.EventHub/namespaces/TEST-ABC-501-EHSynthetic","name":"TEST-ABC-501-EHSynthetic","type":"Microsoft.EventHub/Namespaces","location":"EAST + US 2 EUAP","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:test-abc-501-ehsynthetic","createdAt":"2022-05-26T21:32:09.5Z","updatedAt":"2022-05-26T21:33:07.613Z","serviceBusEndpoint":"https://TEST-ABC-501-EHSynthetic.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/karenTest/providers/Microsoft.EventHub/namespaces/IcmTestStoreLog","name":"IcmTestStoreLog","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:icmteststorelog","createdAt":"2022-06-01T17:51:40.327Z","updatedAt":"2022-06-01T17:53:03.053Z","serviceBusEndpoint":"https://IcmTestStoreLog.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/namespaces/serkant-prem3","name":"serkant-prem3","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sdktest1":{"clientId":"58415fae-b7b4-4c21-aac2-2f73e4efe4d0","principalId":"152db550-3a80-4e10-a976-713ce804a599"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/serkant/providers/Microsoft.ManagedIdentity/userAssignedIdentities/serkant-id1":{"clientId":"9d9848af-0494-41e6-9a63-52ebc2eb3bf0","principalId":"1a33939f-8ed6-4320-8e42-23d52bc8e9d5"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.EventHub/clusters/BN3-565","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:serkant-prem3","createdAt":"2022-06-01T23:35:19.673Z","updatedAt":"2022-06-02T00:23:49.847Z","serviceBusEndpoint":"https://serkant-prem3.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RSG-Cluster2195/providers/Microsoft.EventHub/namespaces/testsdknamespace","name":"testsdknamespace","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RSG-Cluster2195/providers/Microsoft.EventHub/clusters/Eventhub-Cluster-3844","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testsdknamespace","createdAt":"2022-06-03T16:46:04.86Z","updatedAt":"2022-06-03T16:46:59.187Z","serviceBusEndpoint":"https://testsdknamespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xcrg/providers/Microsoft.EventHub/namespaces/ehpperfttt","name":"ehpperfttt","type":"Microsoft.EventHub/Namespaces","location":"East + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehpperfttt","createdAt":"2022-06-03T18:09:29.293Z","updatedAt":"2022-06-03T18:11:10.247Z","serviceBusEndpoint":"https://ehpperfttt.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5764/providers/Microsoft.EventHub/namespaces/sdk-NS1-5707","name":"sdk-NS1-5707","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"tag1":"value1","tag2":"value2"},"identity":{"principalId":"600ba487-3b61-4a46-a069-9fde47f36026","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5764/providers/Microsoft.EventHub/clusters/Default-ClusterName-Can-Be-Deleted2792","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-5707","createdAt":"2022-06-04T08:19:13.5Z","updatedAt":"2022-06-04T08:24:18.887Z","serviceBusEndpoint":"https://sdk-NS1-5707.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/Cloudservicenamespaceeh","name":"Cloudservicenamespaceeh","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/clusters/CloudserviceNorthcentralUscluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cloudservicenamespaceeh","createdAt":"2022-06-07T10:35:25.05Z","updatedAt":"2022-06-07T10:36:16.613Z","serviceBusEndpoint":"https://Cloudservicenamespaceeh.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/southcentralnamespace","name":"southcentralnamespace","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/clusters/CSclusterSouthcentralUS","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:southcentralnamespace","createdAt":"2022-06-07T18:09:39.613Z","updatedAt":"2022-06-07T18:10:29.533Z","serviceBusEndpoint":"https://southcentralnamespace.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-CentralUSEUAP/providers/Microsoft.EventHub/namespaces/zztest01","name":"zztest01","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zztest01","createdAt":"2022-06-07T21:52:06.953Z","updatedAt":"2022-06-07T21:52:58.917Z","serviceBusEndpoint":"https://zztest01.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-CentralUSEUAP/providers/Microsoft.EventHub/namespaces/ministress-01","name":"ministress-01","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ministress-01","createdAt":"2022-06-07T21:52:35.46Z","updatedAt":"2022-06-07T21:53:28.863Z","serviceBusEndpoint":"https://ministress-01.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-2018/providers/Microsoft.EventHub/namespaces/sdk-NS1-4520","name":"sdk-NS1-4520","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"tag1":"value1","tag2":"value2"},"identity":{"principalId":"abc089a4-bcdb-4e62-ba83-439421d004b4","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-4520","createdAt":"2022-06-08T12:17:12.753Z","updatedAt":"2022-06-08T12:25:43.053Z","serviceBusEndpoint":"https://sdk-NS1-4520.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":4},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/kindrasiri-sc-us","name":"kindrasiri-sc-us","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kindrasiri-sc-us","createdAt":"2022-06-09T01:22:46.96Z","updatedAt":"2022-06-09T01:26:52.733Z","serviceBusEndpoint":"https://kindrasiri-sc-us.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testpsasyncop","name":"testpsasyncop","type":"Microsoft.EventHub/Namespaces","location":"Central + US","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testpsasyncop","createdAt":"2022-06-09T06:09:23.447Z","updatedAt":"2022-06-09T06:10:40.62Z","serviceBusEndpoint":"https://testpsasyncop.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/awwwww","name":"awwwww","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:awwwww","createdAt":"2022-06-10T06:00:55.74Z","updatedAt":"2022-06-10T06:04:52.73Z","serviceBusEndpoint":"https://awwwww.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-2261/providers/Microsoft.EventHub/namespaces/sdk-NS1-6692","name":"sdk-NS1-6692","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-6692","createdAt":"2022-06-10T09:26:08.447Z","updatedAt":"2022-06-10T09:32:28.513Z","serviceBusEndpoint":"https://sdk-NS1-6692.servicebus.windows.net:443/","status":"Active","alternateName":"sdk-DisasterRecovery-2791"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-2261/providers/Microsoft.EventHub/namespaces/sdk-NS1-703","name":"sdk-NS1-703","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-703","createdAt":"2022-06-10T09:27:28.537Z","updatedAt":"2022-06-10T09:32:26.247Z","serviceBusEndpoint":"https://sdk-NS1-703.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5461/providers/Microsoft.EventHub/namespaces/sdk-NS1-6992","name":"sdk-NS1-6992","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-6992","createdAt":"2022-06-10T09:33:12.073Z","updatedAt":"2022-06-10T09:39:46.13Z","serviceBusEndpoint":"https://sdk-NS1-6992.servicebus.windows.net:443/","status":"Active","alternateName":"sdk-DisasterRecovery-1528"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5461/providers/Microsoft.EventHub/namespaces/sdk-NS1-6213","name":"sdk-NS1-6213","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-6213","createdAt":"2022-06-10T09:34:35.84Z","updatedAt":"2022-06-10T09:39:47.177Z","serviceBusEndpoint":"https://sdk-NS1-6213.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-28/providers/Microsoft.EventHub/namespaces/sdk-NS1-2563","name":"sdk-NS1-2563","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-2563","createdAt":"2022-06-10T10:21:43.677Z","updatedAt":"2022-06-10T10:22:31.487Z","serviceBusEndpoint":"https://sdk-NS1-2563.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-28/providers/Microsoft.EventHub/namespaces/sdk-NS1-6774","name":"sdk-NS1-6774","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-6774","createdAt":"2022-06-10T10:23:04.797Z","updatedAt":"2022-06-10T10:23:52.733Z","serviceBusEndpoint":"https://sdk-NS1-6774.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5005/providers/Microsoft.EventHub/namespaces/sdk-NS1-9034","name":"sdk-NS1-9034","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-9034","createdAt":"2022-06-10T10:24:30.5Z","updatedAt":"2022-06-10T10:29:11.467Z","serviceBusEndpoint":"https://sdk-NS1-9034.servicebus.windows.net:443/","status":"Active","alternateName":"sdk-DisasterRecovery-9946"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5005/providers/Microsoft.EventHub/namespaces/sdk-NS1-815","name":"sdk-NS1-815","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{"tag1":"value1","tag2":"value2"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sdk-ns1-815","createdAt":"2022-06-10T10:25:52.21Z","updatedAt":"2022-06-10T10:29:04.98Z","serviceBusEndpoint":"https://sdk-NS1-815.servicebus.windows.net:443/","status":"Active"}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview&$skipToken=2022-06-10T10:25:52.210Z"}' + headers: + cache-control: + - no-cache + content-length: + - '91748' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:50:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-inline-count: + - '' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace list + Connection: + - keep-alive + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview&$skipToken=2022-06-10T10:25:52.210Z + response: + body: + string: '{"value":[{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5729/providers/Microsoft.EventHub/namespaces/helloworld214","name":"helloworld214","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5729/providers/Microsoft.EventHub/clusters/Default-ClusterName-Can-Be-Deleted9244","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:helloworld214","createdAt":"2022-06-10T10:29:51.677Z","updatedAt":"2022-06-10T10:30:40.397Z","serviceBusEndpoint":"https://helloworld214.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":12},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.EventHub/namespaces/testingtocheckcluster","name":"testingtocheckcluster","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testingtocheckcluster","createdAt":"2022-06-10T10:37:15.74Z","updatedAt":"2022-06-10T10:38:43.527Z","serviceBusEndpoint":"https://testingtocheckcluster.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":12},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-ResourceGroup-5729/providers/Microsoft.EventHub/namespaces/testingtocheckcluste2r","name":"testingtocheckcluste2r","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:testingtocheckcluste2r","createdAt":"2022-06-10T10:38:22.573Z","updatedAt":"2022-06-10T10:42:26.31Z","serviceBusEndpoint":"https://testingtocheckcluste2r.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace4tj56i4rqwvoj25qezadp2wsui2eg5cbnajqqu73xq4nmagfdnv6ix/providers/Microsoft.EventHub/namespaces/eventhubs-nscli1egsy","name":"eventhubs-nscli1egsy","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli1egsy","createdAt":"2022-06-13T12:05:08.43Z","updatedAt":"2022-06-13T12:05:58.607Z","serviceBusEndpoint":"https://eventhubs-nscli1egsy.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nsclibl3ws","name":"eventhubs-nsclibl3ws","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-xm53","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nsclibl3ws","createdAt":"2022-06-13T12:05:47.547Z","updatedAt":"2022-06-13T12:06:34.74Z","serviceBusEndpoint":"https://eventhubs-nsclibl3ws.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/namespaces/eventhubs-nscliinkzy","name":"eventhubs-nscliinkzy","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rgehcluster-cli-test/providers/Microsoft.EventHub/clusters/eventhubs-clus1-7n5f","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscliinkzy","createdAt":"2022-06-13T12:10:04.78Z","updatedAt":"2022-06-13T12:10:54.98Z","serviceBusEndpoint":"https://eventhubs-nscliinkzy.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/framborg/providers/Microsoft.EventHub/namespaces/frambunctiousns","name":"frambunctiousns","type":"Microsoft.EventHub/Namespaces","location":"East + Asia","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/framborg/providers/Microsoft.EventHub/clusters/frambunctious","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:frambunctiousns","createdAt":"2022-06-13T17:11:39.51Z","updatedAt":"2022-06-13T17:12:31.287Z","serviceBusEndpoint":"https://frambunctiousns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jagstest/providers/Microsoft.EventHub/namespaces/jagstestclusterns","name":"jagstestclusterns","type":"Microsoft.EventHub/Namespaces","location":"East + Asia","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jagstest/providers/Microsoft.EventHub/clusters/jagscluster2","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:jagstestclusterns","createdAt":"2022-06-15T00:28:34.6Z","updatedAt":"2022-06-15T00:29:33.407Z","serviceBusEndpoint":"https://jagstestclusterns.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RSG8229/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-8628","name":"Eventhub-Namespace-8628","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-8628","createdAt":"2022-06-16T06:09:06.34Z","updatedAt":"2022-06-16T06:09:58.887Z","serviceBusEndpoint":"https://Eventhub-Namespace-8628.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-CentralUSEUAP/providers/Microsoft.EventHub/namespaces/yamlin-cdm03-502","name":"yamlin-cdm03-502","type":"Microsoft.EventHub/Namespaces","location":"Central + US EUAP","tags":{},"properties":{"minimumTlsVersion":"1.0","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:yamlin-cdm03-502","createdAt":"2022-06-16T19:18:25.6Z","updatedAt":"2022-06-16T19:19:17.623Z","serviceBusEndpoint":"https://yamlin-cdm03-502.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/kindrasiriwest","name":"kindrasiriwest","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:kindrasiriwest","createdAt":"2022-06-17T16:25:18.407Z","updatedAt":"2022-06-17T16:29:20.12Z","serviceBusEndpoint":"https://kindrasiriwest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zztestrg/providers/Microsoft.EventHub/namespaces/zzhkpremiumtest","name":"zzhkpremiumtest","type":"Microsoft.EventHub/Namespaces","location":"East + Asia","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:zzhkpremiumtest","createdAt":"2022-06-17T19:33:17.45Z","updatedAt":"2022-06-17T19:34:36.83Z","serviceBusEndpoint":"https://zzhkpremiumtest.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.EventHub/namespaces/Namespace2-8903","name":"Namespace2-8903","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"principalId":"10bfd42e-6812-4a0a-a5ef-a4d5a0ffe333","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://ps-test-kv1.vault.azure.net","keyVersion":""},{"keyName":"key2","keyVaultUri":"https://ps-test-kv1.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:namespace2-8903","createdAt":"2022-06-18T07:15:15.02Z","updatedAt":"2022-06-18T07:25:24.577Z","serviceBusEndpoint":"https://Namespace2-8903.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps6429/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-8041","name":"Eventhub-Namespace-8041","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-8041","createdAt":"2022-06-19T11:24:55.14Z","updatedAt":"2022-06-19T11:30:00.083Z","serviceBusEndpoint":"https://Eventhub-Namespace-8041.servicebus.windows.net:443/","status":"Active","alternateName":"AlternateName8626"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps6429/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-2928","name":"Eventhub-Namespace-2928","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-2928","createdAt":"2022-06-19T11:26:08.287Z","updatedAt":"2022-06-19T11:30:00.013Z","serviceBusEndpoint":"https://Eventhub-Namespace-2928.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps2185/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-9762","name":"Eventhub-Namespace-9762","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-9762","createdAt":"2022-06-19T11:32:58.547Z","updatedAt":"2022-06-19T11:43:34.067Z","serviceBusEndpoint":"https://Eventhub-Namespace-9762.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps2185/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-8587","name":"Eventhub-Namespace-8587","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-8587","createdAt":"2022-06-19T11:34:14.667Z","updatedAt":"2022-06-19T11:43:34.08Z","serviceBusEndpoint":"https://Eventhub-Namespace-8587.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/RSG7473/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-7104","name":"Eventhub-Namespace-7104","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-7104","createdAt":"2022-06-19T11:45:31.83Z","updatedAt":"2022-06-19T11:46:24.65Z","serviceBusEndpoint":"https://Eventhub-Namespace-7104.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.EventHub/namespaces/Namespace2-7152","name":"Namespace2-7152","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{},"identity":{"principalId":"8a5d5f8c-da56-44d7-944c-60bae4bebdff","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://ps-test-kv1.vault.azure.net","keyVersion":""},{"keyName":"key2","keyVaultUri":"https://ps-test-kv1.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:namespace2-7152","createdAt":"2022-06-20T07:58:31.84Z","updatedAt":"2022-06-20T08:03:29.273Z","serviceBusEndpoint":"https://Namespace2-7152.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps5087/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-1354","name":"Eventhub-Namespace-1354","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-1354","createdAt":"2022-06-20T08:47:28.96Z","updatedAt":"2022-06-20T08:55:52.17Z","serviceBusEndpoint":"https://Eventhub-Namespace-1354.servicebus.windows.net:443/","status":"Active","alternateName":"AlternateName4085"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ps5087/providers/Microsoft.EventHub/namespaces/Eventhub-Namespace-8612","name":"Eventhub-Namespace-8612","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhub-namespace-8612","createdAt":"2022-06-20T08:48:42.653Z","updatedAt":"2022-06-20T08:55:51.353Z","serviceBusEndpoint":"https://Eventhub-Namespace-8612.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_consumergroupizzfie2lpqjqkcuj426b6ymc7dxsp6wm7u2gwq6cprt2qw357w/providers/Microsoft.EventHub/namespaces/eventhubs-nscli3w4li","name":"eventhubs-nscli3w4li","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{"{tag1: value1,":"","tag2: value2}":""},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":4,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli3w4li","createdAt":"2022-06-20T16:14:59.017Z","updatedAt":"2022-06-20T16:15:47.223Z","serviceBusEndpoint":"https://eventhubs-nscli3w4li.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PS-Testing/providers/Microsoft.EventHub/namespaces/ps-pagination-testing","name":"ps-pagination-testing","type":"Microsoft.EventHub/Namespaces","location":"West + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ps-pagination-testing","createdAt":"2022-06-21T06:29:30.747Z","updatedAt":"2022-06-21T06:31:04.25Z","serviceBusEndpoint":"https://ps-pagination-testing.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-fh7ywfbsw/providers/Microsoft.EventHub/namespaces/eventhubs-nscliyvluj","name":"eventhubs-nscliyvluj","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-cluster-fh7ywfbsw/providers/Microsoft.EventHub/clusters/eventhubs-clus1-tp7g","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscliyvluj","createdAt":"2022-06-22T06:13:08.6Z","updatedAt":"2022-06-22T06:13:57.11Z","serviceBusEndpoint":"https://eventhubs-nscliyvluj.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.EventHub/namespaces/sayan-geodr","name":"sayan-geodr","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sayan-geodr","createdAt":"2022-06-22T07:18:13.4Z","updatedAt":"2022-06-22T07:19:02.843Z","serviceBusEndpoint":"https://sayan-geodr.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"cli000008","keyVaultUri":"https://cli000002.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:46:24.123Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:49:47.933Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kasunResourceGroup1/providers/Microsoft.EventHub/namespaces/sayan-ns-test","name":"sayan-ns-test","type":"Microsoft.EventHub/Namespaces","location":"North + Central US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kasunResourceGroup1/providers/Microsoft.EventHub/clusters/sayan-cluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:sayan-ns-test","createdAt":"2022-06-22T07:47:54.55Z","updatedAt":"2022-06-22T07:48:42.597Z","serviceBusEndpoint":"https://sayan-ns-test.servicebus.windows.net:443/","status":"Active"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '25041' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:50:15 GMT expires: - '-1' pragma: @@ -1302,23 +1970,23 @@ interactions: ParameterSetName: - --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces?api-version=2022-01-01-preview response: body: string: '{"value":[{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"168a4a2c-9424-47c6-93a8-3be6ec56b33a","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"cli000008","keyVaultUri":"https://cli000002.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000003","createdAt":"2022-04-19T07:50:55.747Z","updatedAt":"2022-04-19T07:53:57.723Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"5e018ddd-2596-45e9-be19-3d3d72ce0f2b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-nscli000004","createdAt":"2022-04-19T07:52:35.263Z","updatedAt":"2022-04-19T07:55:45.993Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}]}' + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"726de45c-cb15-4e49-8a5e-62c574ecaea5","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"cli000008","keyVaultUri":"https://cli000002.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:42:54.64Z","updatedAt":"2022-06-22T07:46:24.123Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}},{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"South + Central US","tags":{"{tag2":"value2}"},"identity":{"principalId":"7718a746-b918-4ed1-afcc-c253cb2c8859","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":5,"clusterArmId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.EventHub/clusters/PMTestCluster","kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:45:03.12Z","updatedAt":"2022-06-22T07:49:47.933Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}]}' headers: cache-control: - no-cache content-length: - - '2324' + - '2438' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:56:11 GMT + - Wed, 22 Jun 2022 07:50:16 GMT expires: - '-1' pragma: @@ -1357,9 +2025,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007","name":"cliAutho000007","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -1372,16 +2040,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:56:18 GMT + - Wed, 22 Jun 2022 07:50:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1409,9 +2077,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007","name":"cliAutho000007","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -1424,7 +2092,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:56:19 GMT + - Wed, 22 Jun 2022 07:50:25 GMT expires: - '-1' pragma: @@ -1459,9 +2127,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007","name":"cliAutho000007","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -1474,7 +2142,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:56:21 GMT + - Wed, 22 Jun 2022 07:50:26 GMT expires: - '-1' pragma: @@ -1513,9 +2181,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007","name":"cliAutho000007","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -1528,16 +2196,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:56:28 GMT + - Wed, 22 Jun 2022 07:50:34 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1547,7 +2215,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1565,9 +2233,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/RootManageSharedAccessKey?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/RootManageSharedAccessKey?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/RootManageSharedAccessKey","name":"RootManageSharedAccessKey","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South @@ -1580,16 +2248,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:56:29 GMT + - Wed, 22 Jun 2022 07:50:35 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1617,9 +2285,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/authorizationRules/cliAutho000007?api-version=2022-01-01-preview response: body: string: '' @@ -1629,16 +2297,16 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 07:56:36 GMT + - Wed, 22 Jun 2022 07:50:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -1664,9 +2332,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '' @@ -1676,18 +2344,18 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 07:56:40 GMT + - Wed, 22 Jun 2022 07:50:46 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/operationresults/eventhubs-nscli000003?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/southcentralus/operationStatus/eventhubs-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -1711,35 +2379,33 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/operationresults/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/southcentralus/operationStatus/eventhubs-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 07:57:11 GMT + - Wed, 22 Jun 2022 07:51:16 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content - request: body: null headers: @@ -1756,9 +2422,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '' @@ -1768,11 +2434,11 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 07:57:14 GMT + - Wed, 22 Jun 2022 07:51:18 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/operationresults/eventhubs-nscli000004?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/southcentralus/operationStatus/eventhubs-nscli000004?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: @@ -1803,19 +2469,17 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/operationresults/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/southcentralus/operationStatus/eventhubs-nscli000004?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 07:57:44 GMT + - Wed, 22 Jun 2022 07:51:49 GMT expires: - '-1' pragma: @@ -1830,6 +2494,6 @@ interactions: x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_encryption.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_encryption.yaml index 71cedec5b53..e6858fef5bc 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_encryption.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_encryption.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-05-12T13:46:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-26T16:34:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:06 GMT + - Sun, 26 Jun 2022 16:34:46 GMT expires: - '-1' pragma: @@ -59,12 +59,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008","name":"eh-identity1000008","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346","clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008","name":"eh-identity1000008","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276","clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1"}}' headers: cache-control: - no-cache @@ -73,7 +73,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:12 GMT + - Sun, 26 Jun 2022 16:34:53 GMT expires: - '-1' location: @@ -85,7 +85,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1182' + - '1199' status: code: 201 message: Created @@ -103,12 +103,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-05-12T13:46:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-26T16:34:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -117,7 +117,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:11 GMT + - Sun, 26 Jun 2022 16:34:53 GMT expires: - '-1' pragma: @@ -149,12 +149,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009","name":"eh-identity2000009","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4","clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009","name":"eh-identity2000009","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9","clientId":"91223686-1349-474b-b142-7aaba1d18ff7"}}' headers: cache-control: - no-cache @@ -163,7 +163,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:18 GMT + - Sun, 26 Jun 2022 16:35:02 GMT expires: - '-1' location: @@ -175,7 +175,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -193,12 +193,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-05-12T13:46:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-26T16:34:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -207,7 +207,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:18 GMT + - Sun, 26 Jun 2022 16:35:02 GMT expires: - '-1' pragma: @@ -239,12 +239,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010","name":"eh-identity3000010","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"f5debbae-c131-46ae-b0a3-d02369be4188","clientId":"ed1bf499-6663-4d79-ad9f-e611c805ba49"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010","name":"eh-identity3000010","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"399b90d1-575d-48cc-b09c-64e297b8fc96","clientId":"02cd6a3d-26ba-483b-aa52-d16897d157c1"}}' headers: cache-control: - no-cache @@ -253,7 +253,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:24 GMT + - Sun, 26 Jun 2022 16:35:11 GMT expires: - '-1' location: @@ -265,7 +265,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -283,12 +283,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-05-12T13:46:05Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-26T16:34:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -297,7 +297,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:24 GMT + - Sun, 26 Jun 2022 16:35:11 GMT expires: - '-1' pragma: @@ -329,12 +329,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity4000011?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity4000011","name":"eh-identity4000011","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"ee4f3a43-7dd1-413f-93ed-b2cf15bc9a84","clientId":"b94ce686-de33-46eb-a41f-2fa3aeeb394e"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity4000011","name":"eh-identity4000011","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"74e37021-d9ae-4470-aab7-b28cd52ab069","clientId":"c0b3d9c7-9aba-40dc-a916-653616b66adf"}}' headers: cache-control: - no-cache @@ -343,7 +343,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:27 GMT + - Sun, 26 Jun 2022 16:35:19 GMT expires: - '-1' location: @@ -355,7 +355,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1199' status: code: 201 message: Created @@ -373,7 +373,7 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-soft-delete --enable-purge-protection User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: @@ -389,7 +389,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:28 GMT + - Sun, 26 Jun 2022 16:35:21 GMT expires: - '-1' pragma: @@ -417,25 +417,27 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-soft-delete --enable-purge-protection User-Agent: - - python/3.10.4 (Windows-10-10.0.19044-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET uri: https://graph.microsoft.com/v1.0/me response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":[],"displayName":"rolelivetest","givenName":null,"jobTitle":null,"mail":null,"mobilePhone":null,"officeLocation":null,"preferredLanguage":null,"surname":null,"userPrincipalName":"rolelivetest@azuresdkteam.onmicrosoft.com","id":"6d97229a-391f-473a-893f-f0608b592d7b"}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users/$entity","businessPhones":[],"displayName":"Damodar + Avadhani","givenName":"Damodar","jobTitle":"SOFTWARE ENGINEER","mail":"davadhani@microsoft.com","mobilePhone":null,"officeLocation":"Home + Office","preferredLanguage":null,"surname":"Avadhani","userPrincipalName":"davadhani@microsoft.com","id":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"}' headers: cache-control: - no-cache content-length: - - '360' + - '402' content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Thu, 12 May 2022 13:46:29 GMT + - Sun, 26 Jun 2022 16:35:22 GMT odata-version: - '4.0' request-id: - - f034d2d4-e8c1-4e03-91b4-bf5727a607b6 + - 93e8bc94-c70f-4735-bf27-2b98b9a194a8 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -443,16 +445,16 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"Southeast Asia","Slice":"E","Ring":"5","ScaleUnit":"002","RoleInstance":"SG1PEPF000028EB"}}' + - '{"ServerInfo":{"DataCenter":"Korea Central","Slice":"E","Ring":"3","ScaleUnit":"001","RoleInstance":"SE1PEPF00000822"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"location": "northeurope", "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + body: '{"location": "northeurope", "properties": {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "6d97229a-391f-473a-893f-f0608b592d7b", + "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a", "permissions": {"keys": ["all"], "secrets": ["all"], "certificates": ["all"], "storage": ["all"]}}], "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enablePurgeProtection": true, "networkAcls": {"bypass": "AzureServices", @@ -473,21 +475,21 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-soft-delete --enable-purge-protection User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:46:31.144Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net","provisioningState":"RegisteringDns","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:35:28.071Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net","provisioningState":"RegisteringDns","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1075' + - '1039' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:46:34 GMT + - Sun, 26 Jun 2022 16:35:30 GMT expires: - '-1' pragma: @@ -505,9 +507,9 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 200 message: OK @@ -525,21 +527,21 @@ interactions: ParameterSetName: - --resource-group --name --location --enable-soft-delete --enable-purge-protection User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:46:31.144Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:35:28.071Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1071' + - '1035' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:04 GMT + - Sun, 26 Jun 2022 16:36:00 GMT expires: - '-1' pragma: @@ -557,7 +559,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 status: code: 200 message: OK @@ -575,21 +577,21 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:46:31.144Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:35:28.071Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1071' + - '1035' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:06 GMT + - Sun, 26 Jun 2022 16:36:02 GMT expires: - '-1' pragma: @@ -607,17 +609,17 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 status: code: 200 message: OK - request: - body: '{"location": "northeurope", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + body: '{"location": "northeurope", "tags": {}, "properties": {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "6d97229a-391f-473a-893f-f0608b592d7b", + "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a", "permissions": {"keys": ["all"], "secrets": ["all"], "certificates": ["all"], - "storage": ["all"]}}, {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": - "a9c7f37b-39a3-4fcd-b918-aeb823834346", "permissions": {"keys": ["all"]}}], + "storage": ["all"]}}, {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": + "37dc58fa-e954-44cc-913f-4f5b603fc276", "permissions": {"keys": ["all"]}}], "vaultUri": "https://eventhubs-kv000012.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enablePurgeProtection": true, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' @@ -637,21 +639,21 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:47:06.786Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"a9c7f37b-39a3-4fcd-b918-aeb823834346","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:36:03.869Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"37dc58fa-e954-44cc-913f-4f5b603fc276","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1204' + - '1168' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:06 GMT + - Sun, 26 Jun 2022 16:36:03 GMT expires: - '-1' pragma: @@ -669,9 +671,9 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -689,21 +691,21 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:47:06.786Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"a9c7f37b-39a3-4fcd-b918-aeb823834346","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:36:03.869Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"37dc58fa-e954-44cc-913f-4f5b603fc276","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1204' + - '1168' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:07 GMT + - Sun, 26 Jun 2022 16:36:05 GMT expires: - '-1' pragma: @@ -721,18 +723,18 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 status: code: 200 message: OK - request: - body: '{"location": "northeurope", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + body: '{"location": "northeurope", "tags": {}, "properties": {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "6d97229a-391f-473a-893f-f0608b592d7b", + "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a", "permissions": {"keys": ["all"], "secrets": ["all"], "certificates": ["all"], - "storage": ["all"]}}, {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": - "a9c7f37b-39a3-4fcd-b918-aeb823834346", "permissions": {"keys": ["all"]}}, {"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "8805f450-b6c8-4fac-9925-e1b2156b91c4", + "storage": ["all"]}}, {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": + "37dc58fa-e954-44cc-913f-4f5b603fc276", "permissions": {"keys": ["all"]}}, {"tenantId": + "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "b1573516-4c28-4bb4-929e-5f92d2bdc3b9", "permissions": {"keys": ["all"]}}], "vaultUri": "https://eventhubs-kv000012.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enablePurgeProtection": true, "provisioningState": "Succeeded", "publicNetworkAccess": @@ -753,21 +755,21 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:47:08.59Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"a9c7f37b-39a3-4fcd-b918-aeb823834346","permissions":{"keys":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"8805f450-b6c8-4fac-9925-e1b2156b91c4","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:36:06.596Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"37dc58fa-e954-44cc-913f-4f5b603fc276","permissions":{"keys":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1336' + - '1301' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:08 GMT + - Sun, 26 Jun 2022 16:36:06 GMT expires: - '-1' pragma: @@ -785,7 +787,7 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -805,21 +807,21 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:47:08.59Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"a9c7f37b-39a3-4fcd-b918-aeb823834346","permissions":{"keys":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"8805f450-b6c8-4fac-9925-e1b2156b91c4","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:36:06.596Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"37dc58fa-e954-44cc-913f-4f5b603fc276","permissions":{"keys":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1336' + - '1301' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:10 GMT + - Sun, 26 Jun 2022 16:36:08 GMT expires: - '-1' pragma: @@ -837,20 +839,20 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 status: code: 200 message: OK - request: - body: '{"location": "northeurope", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + body: '{"location": "northeurope", "tags": {}, "properties": {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "6d97229a-391f-473a-893f-f0608b592d7b", + "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a", "permissions": {"keys": ["all"], "secrets": ["all"], "certificates": ["all"], - "storage": ["all"]}}, {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": - "a9c7f37b-39a3-4fcd-b918-aeb823834346", "permissions": {"keys": ["all"]}}, {"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "8805f450-b6c8-4fac-9925-e1b2156b91c4", - "permissions": {"keys": ["all"]}}, {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", - "objectId": "f5debbae-c131-46ae-b0a3-d02369be4188", "permissions": {"keys": + "storage": ["all"]}}, {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": + "37dc58fa-e954-44cc-913f-4f5b603fc276", "permissions": {"keys": ["all"]}}, {"tenantId": + "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "b1573516-4c28-4bb4-929e-5f92d2bdc3b9", + "permissions": {"keys": ["all"]}}, {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "objectId": "399b90d1-575d-48cc-b09c-64e297b8fc96", "permissions": {"keys": ["all"]}}], "vaultUri": "https://eventhubs-kv000012.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enablePurgeProtection": true, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' @@ -870,21 +872,21 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:47:10.539Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"a9c7f37b-39a3-4fcd-b918-aeb823834346","permissions":{"keys":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"8805f450-b6c8-4fac-9925-e1b2156b91c4","permissions":{"keys":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"f5debbae-c131-46ae-b0a3-d02369be4188","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:36:09.545Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"37dc58fa-e954-44cc-913f-4f5b603fc276","permissions":{"keys":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9","permissions":{"keys":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"399b90d1-575d-48cc-b09c-64e297b8fc96","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1470' + - '1434' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:10 GMT + - Sun, 26 Jun 2022 16:36:09 GMT expires: - '-1' pragma: @@ -902,9 +904,9 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -922,21 +924,21 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:47:10.539Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"a9c7f37b-39a3-4fcd-b918-aeb823834346","permissions":{"keys":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"8805f450-b6c8-4fac-9925-e1b2156b91c4","permissions":{"keys":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"f5debbae-c131-46ae-b0a3-d02369be4188","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:36:09.545Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"37dc58fa-e954-44cc-913f-4f5b603fc276","permissions":{"keys":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9","permissions":{"keys":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"399b90d1-575d-48cc-b09c-64e297b8fc96","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1470' + - '1434' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:10 GMT + - Sun, 26 Jun 2022 16:36:12 GMT expires: - '-1' pragma: @@ -954,20 +956,20 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 status: code: 200 message: OK - request: - body: '{"location": "northeurope", "tags": {}, "properties": {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + body: '{"location": "northeurope", "tags": {}, "properties": {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "sku": {"family": "A", "name": "standard"}, "accessPolicies": [{"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "6d97229a-391f-473a-893f-f0608b592d7b", + "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a", "permissions": {"keys": ["all"], "secrets": ["all"], "certificates": ["all"], - "storage": ["all"]}}, {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": - "a9c7f37b-39a3-4fcd-b918-aeb823834346", "permissions": {"keys": ["all"]}}, {"tenantId": - "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", "objectId": "8805f450-b6c8-4fac-9925-e1b2156b91c4", - "permissions": {"keys": ["all"]}}, {"tenantId": "54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", - "objectId": "f5debbae-c131-46ae-b0a3-d02369be4188", "permissions": {"keys": + "storage": ["all"]}}, {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": + "37dc58fa-e954-44cc-913f-4f5b603fc276", "permissions": {"keys": ["all"]}}, {"tenantId": + "72f988bf-86f1-41af-91ab-2d7cd011db47", "objectId": "b1573516-4c28-4bb4-929e-5f92d2bdc3b9", + "permissions": {"keys": ["all"]}}, {"tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "objectId": "399b90d1-575d-48cc-b09c-64e297b8fc96", "permissions": {"keys": ["all"]}}], "vaultUri": "https://eventhubs-kv000012.vault.azure.net/", "enabledForDeployment": false, "enableSoftDelete": true, "softDeleteRetentionInDays": 90, "enablePurgeProtection": true, "provisioningState": "Succeeded", "publicNetworkAccess": "Enabled"}}' @@ -987,21 +989,21 @@ interactions: ParameterSetName: - -n -g --object-id --key-permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-keyvault/9.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"rolelivetest@azuresdkteam.onmicrosoft.com","createdByType":"User","createdAt":"2022-05-12T13:46:31.144Z","lastModifiedBy":"rolelivetest@azuresdkteam.onmicrosoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-05-12T13:47:11.562Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","accessPolicies":[{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"6d97229a-391f-473a-893f-f0608b592d7b","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"a9c7f37b-39a3-4fcd-b918-aeb823834346","permissions":{"keys":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"8805f450-b6c8-4fac-9925-e1b2156b91c4","permissions":{"keys":["all"]}},{"tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","objectId":"f5debbae-c131-46ae-b0a3-d02369be4188","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.KeyVault/vaults/eventhubs-kv000012","name":"eventhubs-kv000012","type":"Microsoft.KeyVault/vaults","location":"northeurope","tags":{},"systemData":{"createdBy":"davadhani@microsoft.com","createdByType":"User","createdAt":"2022-06-26T16:35:28.071Z","lastModifiedBy":"davadhani@microsoft.com","lastModifiedByType":"User","lastModifiedAt":"2022-06-26T16:36:13.17Z"},"properties":{"sku":{"family":"A","name":"standard"},"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","accessPolicies":[{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","permissions":{"keys":["all"],"secrets":["all"],"certificates":["all"],"storage":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"37dc58fa-e954-44cc-913f-4f5b603fc276","permissions":{"keys":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9","permissions":{"keys":["all"]}},{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","objectId":"399b90d1-575d-48cc-b09c-64e297b8fc96","permissions":{"keys":["all"]}}],"enabledForDeployment":false,"enableSoftDelete":true,"softDeleteRetentionInDays":90,"enablePurgeProtection":true,"vaultUri":"https://eventhubs-kv000012.vault.azure.net/","provisioningState":"Succeeded","publicNetworkAccess":"Enabled"}}' headers: cache-control: - no-cache content-length: - - '1470' + - '1433' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:11 GMT + - Sun, 26 Jun 2022 16:36:13 GMT expires: - '-1' pragma: @@ -1019,9 +1021,9 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-service-version: - - 1.5.372.0 + - 1.5.413.0 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -1039,7 +1041,7 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-keyvault-keys/4.5.1 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - azsdk-python-keyvault-keys/4.5.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://eventhubs-kv000012.vault.azure.net/keys/key1/create?api-version=7.3 response: @@ -1054,7 +1056,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:12 GMT + - Sun, 26 Jun 2022 16:36:13 GMT expires: - '-1' pragma: @@ -1062,16 +1064,16 @@ interactions: strict-transport-security: - max-age=31536000;includeSubDomains www-authenticate: - - Bearer authorization="https://login.windows.net/54826b22-38d6-4fb2-bad9-b7b93a3e9c5a", + - Bearer authorization="https://login.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47", resource="https://vault.azure.net" x-content-type-options: - nosniff x-ms-keyvault-network-info: - - conn_type=Ipv4;addr=167.220.255.27;act_addr_fam=InterNetwork; + - conn_type=Ipv4;addr=20.39.187.231;act_addr_fam=InterNetwork; x-ms-keyvault-region: - northeurope x-ms-keyvault-service-version: - - 1.9.395.1 + - 1.9.422.1 status: code: 401 message: Unauthorized @@ -1089,12 +1091,12 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-keyvault-keys/4.5.1 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - azsdk-python-keyvault-keys/4.5.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://eventhubs-kv000012.vault.azure.net/keys/key1/create?api-version=7.3 response: body: - string: '{"key":{"kid":"https://eventhubs-kv000012.vault.azure.net/keys/key1/684840764eff43bc8d36d2cdaad439e9","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"tGIsID83lGj4_q3Uxlb6mdNDt7Rpxn4hH-mZVLpPyezQeimuX88hAi2DI8YuZdj1bEkYzyNxf_KGJ2dJMA3e71l1sn7SrgnPs3URfQS4yO7Tg1rykRZzObPVMiiHJnSyyqFVkyABYrE4lS4i1I1TLKNSyy_V6t4n99epB_TMt-9D_sfw6TqIk3oKZXcM5FghsvPU1oBKb23gLkeCeyopcCfhwyYnEmAK6UMVPnlNqlh1BgJIu7QdNPTUQuOOeQe70_M-bhZaUpWR9rULnQl0vkZ3Eh5SmIouUy3Wse3sU6cekR0uptgMezpQwj89_Xcj0uqc7ni0EyfBu2L4142S5Q","e":"AQAB"},"attributes":{"enabled":true,"created":1652363233,"updated":1652363233,"recoveryLevel":"Recoverable","recoverableDays":90}}' + string: '{"key":{"kid":"https://eventhubs-kv000012.vault.azure.net/keys/key1/7e9d609e3e914af2b80603d489b346e3","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"uli9r_TTEND-mjPNKG8c92-WLv8PC31HVhuHGwtQt_v5bLfFnzuUigJ288A7rv-G1t49dpYTcFmcl564Ds1jrxVatIoDA5ZMeQNtmxby2bAGXy9CGaD2-kf5Duogq41fPGXHqWrJoVfTN-v2wA0PvfNtw0JbQm_D6o4s9Lv51TfxiSpreRS7Uz0p5uKR3hY7TGsAQMN_BIWyllwcjI-3cUr6MVIK2FD7q6A3mMqSbzkxMAutLCycWjrerryyPWarwXOt3br_ZSKcR2mk7S9vkVwnjxqVIRdhGDHowZInDrNcjVH9XaLb1yqqU-DdMXjBCQwVidbjZYNl9d06CPr6eQ","e":"AQAB"},"attributes":{"enabled":true,"created":1656261375,"updated":1656261375,"recoveryLevel":"Recoverable","recoverableDays":90}}' headers: cache-control: - no-cache @@ -1103,7 +1105,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:12 GMT + - Sun, 26 Jun 2022 16:36:15 GMT expires: - '-1' pragma: @@ -1113,11 +1115,11 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-network-info: - - conn_type=Ipv4;addr=167.220.255.27;act_addr_fam=InterNetwork; + - conn_type=Ipv4;addr=20.39.187.231;act_addr_fam=InterNetwork; x-ms-keyvault-region: - northeurope x-ms-keyvault-service-version: - - 1.9.395.1 + - 1.9.422.1 status: code: 200 message: OK @@ -1135,12 +1137,12 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-keyvault-keys/4.5.1 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - azsdk-python-keyvault-keys/4.5.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://eventhubs-kv000012.vault.azure.net/keys/key2/create?api-version=7.3 response: body: - string: '{"key":{"kid":"https://eventhubs-kv000012.vault.azure.net/keys/key2/20d816ee73474edd983f09e0cf4f8d2e","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"3vRg6FIUt-QEDSgpUxOkc9pMeW2w6gUjAzUt2cd3crNGP8dQJ3nKE_6tRekSyqltizawnFpFhuK3lMdvOo1bwAkcENjnBJk5pCt1OTxk4UzypU9ZGU1PAQeuYu61UbTocVpJ-0mOBmZ0Wchi13SdOxb5W1wwkDijGD2H1TuZV6aS36Adzc4feGVphfIr8556vwVmF9as4-p2l_cFX1_6prLI2-Fj2lBDY4YUjHioI3Wn8RqyPfwRTZ4d6dM2gvfQ4n1XCb7NYWDmQFANRyZW17fWWeIOmbYV-g85MpSKyKBdUTnq2_cXpehrZH7aUDnCF5d-14sEepLVRGGKa7_7nQ","e":"AQAB"},"attributes":{"enabled":true,"created":1652363235,"updated":1652363235,"recoveryLevel":"Recoverable","recoverableDays":90}}' + string: '{"key":{"kid":"https://eventhubs-kv000012.vault.azure.net/keys/key2/1c6e76c62332424288918b19ff457c5c","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"y67272-IPGcAD3cuvqNBE00xd5SmUxcm3WknlvwxsPzio3QPVFPDpOVhHzJ9liwvMjIZ_3uhKLN1gr8GcaHpwPHf3A4jV4mMsW5pITpn9YlHsxK4sWh4UriuKH4qpUCzomBGsfanZ4jDA3cHmkYDQZbDiVRmVxVbS0KWxrxa_ZUfbpFm2ZZu83y6qlv607e8QxLVPu9uLhyQhHvdcHpgiKzzdREL_TviMc2Yhf_upLq5SDCpfbLJfMa85w8attgOaO1es6To3-TQa5XYAElJ4Bcw0v2AlukF44QYK-ZsvC38Kax5_zjpfsIc_teo3Byl82LFcxQ2bGw71C8a7Dik5Q","e":"AQAB"},"attributes":{"enabled":true,"created":1656261376,"updated":1656261376,"recoveryLevel":"Recoverable","recoverableDays":90}}' headers: cache-control: - no-cache @@ -1149,7 +1151,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:14 GMT + - Sun, 26 Jun 2022 16:36:16 GMT expires: - '-1' pragma: @@ -1159,11 +1161,11 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-network-info: - - conn_type=Ipv4;addr=167.220.255.27;act_addr_fam=InterNetwork; + - conn_type=Ipv4;addr=20.39.187.231;act_addr_fam=InterNetwork; x-ms-keyvault-region: - northeurope x-ms-keyvault-service-version: - - 1.9.395.1 + - 1.9.422.1 status: code: 200 message: OK @@ -1181,12 +1183,12 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-keyvault-keys/4.5.1 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - azsdk-python-keyvault-keys/4.5.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://eventhubs-kv000012.vault.azure.net/keys/key3/create?api-version=7.3 response: body: - string: '{"key":{"kid":"https://eventhubs-kv000012.vault.azure.net/keys/key3/e3f2a4af341b4005b1d6f90b1c3107a3","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"uFFeh4MjFzxLIi-RLDrQyylrH_FgvNMDZNLXhS1Dr4zJseKeZei8IT3mUHqp1H7dSf7ziW8KsyjZ1Wu0RWBsv5g7YsheptJ_6rWrwl2Rv4CUBc8fc0ZfDlyrpr1S0FkraiMSlFtJGNUexCkHQ8lIwnYoHaUGY9LAtFegeF_d1-0sV9w7OIWH7ZxVUUKtkByhBWz-xVV9APbv_1W1uwAOLgrT38jFV_lLqbrHAtc6kpgpWmcZxh05vQPZDfzYbJYlBYE2NaMkvWu1tezVAkyWrHwsbZkcYMt4DtnMkEHK_fwz9tPr9tlKyJsJQk7LqvD8OB35tccrqohCtZx9H2o41Q","e":"AQAB"},"attributes":{"enabled":true,"created":1652363236,"updated":1652363236,"recoveryLevel":"Recoverable","recoverableDays":90}}' + string: '{"key":{"kid":"https://eventhubs-kv000012.vault.azure.net/keys/key3/6c632a5e4cf74e8e90b7285f8f12025e","kty":"RSA","key_ops":["encrypt","decrypt","sign","verify","wrapKey","unwrapKey"],"n":"n7tjNgFze5EVsJr3vqFULJcG_qrej9v70rNkluCH56zkjOCgqGReimdbpqzMN5oEuOyStrGdZ0iLr4na4JRwxny3bs5sSyllx7ymTYXhmRpSUbKgZEjoTJ69P1ysSN0snHKFe64whVQwyXWmUcQQt4oRkGG39wqtsLbk0oMViVKDFBPlnDCs6N2jg4hEEi2ZorZovwd-6zb2OwACVDcQdnER-w2fwOT_tSxghH_wE4t1NGsYByDmVKmZK80RCV2CLfCQBzkw0VMiHNReAXuTUJlYXlsCVftZ6-EkWURwOEkri32tHn187N1dG2PDho6YALuSFjEyxoCdfqls5-3gUQ","e":"AQAB"},"attributes":{"enabled":true,"created":1656261377,"updated":1656261377,"recoveryLevel":"Recoverable","recoverableDays":90}}' headers: cache-control: - no-cache @@ -1195,7 +1197,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:16 GMT + - Sun, 26 Jun 2022 16:36:17 GMT expires: - '-1' pragma: @@ -1205,11 +1207,11 @@ interactions: x-content-type-options: - nosniff x-ms-keyvault-network-info: - - conn_type=Ipv4;addr=167.220.255.27;act_addr_fam=InterNetwork; + - conn_type=Ipv4;addr=20.39.187.231;act_addr_fam=InterNetwork; x-ms-keyvault-region: - northeurope x-ms-keyvault-service-version: - - 1.9.395.1 + - 1.9.422.1 status: code: 200 message: OK @@ -1218,9 +1220,9 @@ interactions: "identity": {"type": "SystemAssigned, UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"encryption": {"keyVaultProperties": [{"keyName": "key1", - "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": "", - "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, + {}}}, "properties": {"publicNetworkAccess": "Enabled", "encryption": {"keyVaultProperties": + [{"keyName": "key1", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", + "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, {"keyName": "key2", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, {"keyName": "key3", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", @@ -1236,30 +1238,30 @@ interactions: Connection: - keep-alive Content-Length: - - '1549' + - '1583' Content-Type: - application/json ParameterSetName: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":""},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":""},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"EnablingEncryption","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:47:30.19Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":""},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":""},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":""}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"EnablingEncryption","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:36:30.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1302' + - '1362' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:47:31 GMT + - Sun, 26 Jun 2022 16:36:30 GMT expires: - '-1' pragma: @@ -1297,23 +1299,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:47:30.19Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:36:30.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2318' + - '2378' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:48:02 GMT + - Sun, 26 Jun 2022 16:37:01 GMT expires: - '-1' pragma: @@ -1349,23 +1351,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:47:30.19Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:36:30.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2318' + - '2378' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:48:33 GMT + - Sun, 26 Jun 2022 16:37:32 GMT expires: - '-1' pragma: @@ -1401,23 +1403,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:47:30.19Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:36:30.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2318' + - '2378' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:49:05 GMT + - Sun, 26 Jun 2022 16:38:02 GMT expires: - '-1' pragma: @@ -1453,23 +1455,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:47:30.19Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:36:30.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2318' + - '2378' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:49:36 GMT + - Sun, 26 Jun 2022 16:38:33 GMT expires: - '-1' pragma: @@ -1505,23 +1507,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:47:30.19Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:36:30.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2318' + - '2378' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:50:08 GMT + - Sun, 26 Jun 2022 16:39:02 GMT expires: - '-1' pragma: @@ -1557,23 +1559,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:47:30.19Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:36:30.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2318' + - '2378' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:50:40 GMT + - Sun, 26 Jun 2022 16:39:33 GMT expires: - '-1' pragma: @@ -1609,23 +1611,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:47:30.19Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:36:30.567Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2318' + - '2378' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:51:11 GMT + - Sun, 26 Jun 2022 16:40:03 GMT expires: - '-1' pragma: @@ -1661,23 +1663,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:51:26.857Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:40:29.253Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2315' + - '2374' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:51:42 GMT + - Sun, 26 Jun 2022 16:40:34 GMT expires: - '-1' pragma: @@ -1713,23 +1715,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:51:26.857Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:40:29.253Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2315' + - '2374' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:52:12 GMT + - Sun, 26 Jun 2022 16:41:04 GMT expires: - '-1' pragma: @@ -1765,23 +1767,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:51:26.857Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:40:29.253Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2315' + - '2374' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:52:43 GMT + - Sun, 26 Jun 2022 16:41:35 GMT expires: - '-1' pragma: @@ -1817,23 +1819,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:51:26.857Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:40:29.253Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2315' + - '2374' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:53:15 GMT + - Sun, 26 Jun 2022 16:42:05 GMT expires: - '-1' pragma: @@ -1869,32 +1871,32 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:51:26.857Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:40:29.253Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2315' + - '2374' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:53:46 GMT + - Sun, 26 Jun 2022 16:42:36 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1921,32 +1923,32 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:51:26.857Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:40:29.253Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2315' + - '2374' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:54:17 GMT + - Sun, 26 Jun 2022 16:43:07 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1973,23 +1975,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:54:43.69Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:43:36.057Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2416' + - '2476' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:54:49 GMT + - Sun, 26 Jun 2022 16:43:37 GMT expires: - '-1' pragma: @@ -2025,23 +2027,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:54:56.453Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:43:47.233Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2510' + - '2569' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:55:20 GMT + - Sun, 26 Jun 2022 16:44:08 GMT expires: - '-1' pragma: @@ -2077,23 +2079,23 @@ interactions: - --resource-group --name --sku --location --mi-system-assigned --mi-user-assigned --encryption-config --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:54:56.453Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:43:47.233Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2510' + - '2569' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:55:21 GMT + - Sun, 26 Jun 2022 16:44:08 GMT expires: - '-1' pragma: @@ -2128,32 +2130,32 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:54:56.453Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:43:47.233Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2510' + - '2569' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:55:22 GMT + - Sun, 26 Jun 2022 16:44:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2168,12 +2170,13 @@ interactions: - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", - "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "encryption": {"keyVaultProperties": - [{"keyName": "key2", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", - "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, + "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "encryption": {"keyVaultProperties": [{"keyName": + "key2", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": + "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, {"keyName": "key3", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}], "keySource": "Microsoft.KeyVault", "requireInfrastructureEncryption": false}, @@ -2188,38 +2191,38 @@ interactions: Connection: - keep-alive Content-Length: - - '1437' + - '1499' Content-Type: - application/json ParameterSetName: - --resource-group --namespace-name --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Updating","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:55:36.757Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:44:23.453Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2208' + - '2267' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:55:38 GMT + - Sun, 26 Jun 2022 16:44:26 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2247,32 +2250,32 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:55:40.057Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:44:26.343Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2205' + - '2264' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:56:08 GMT + - Sun, 26 Jun 2022 16:44:56 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2298,32 +2301,32 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:55:40.057Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:44:26.343Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2205' + - '2264' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:56:08 GMT + - Sun, 26 Jun 2022 16:44:56 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2349,23 +2352,23 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:55:40.057Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:44:26.343Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2205' + - '2264' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:56:10 GMT + - Sun, 26 Jun 2022 16:44:58 GMT expires: - '-1' pragma: @@ -2389,12 +2392,13 @@ interactions: - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", - "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "encryption": {"keyVaultProperties": - [{"keyName": "key2", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", - "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, + "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "encryption": {"keyVaultProperties": [{"keyName": + "key2", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": + "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, {"keyName": "key3", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, {"keyName": "key1", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", @@ -2411,29 +2415,29 @@ interactions: Connection: - keep-alive Content-Length: - - '1751' + - '1813' Content-Type: - application/json ParameterSetName: - --resource-group --namespace-name --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Updating","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:56:23.06Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:45:12.107Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2512' + - '2572' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:56:26 GMT + - Sun, 26 Jun 2022 16:45:14 GMT expires: - '-1' pragma: @@ -2470,32 +2474,32 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:56:26.28Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:45:14.983Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2509' + - '2569' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:56:56 GMT + - Sun, 26 Jun 2022 16:45:44 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2521,32 +2525,32 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:56:26.28Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:45:14.983Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2509' + - '2569' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:56:56 GMT + - Sun, 26 Jun 2022 16:45:45 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2572,23 +2576,23 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:56:26.28Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:45:14.983Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2509' + - '2569' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:56:58 GMT + - Sun, 26 Jun 2022 16:45:45 GMT expires: - '-1' pragma: @@ -2600,6 +2604,10 @@ interactions: - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -2608,12 +2616,13 @@ interactions: - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", - "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "encryption": {"keyVaultProperties": - [{"keyName": "key1", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", - "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}], + "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "encryption": {"keyVaultProperties": [{"keyName": + "key1", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": + "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}], "keySource": "Microsoft.KeyVault", "requireInfrastructureEncryption": false}, "disableLocalAuth": false}}' headers: @@ -2626,29 +2635,29 @@ interactions: Connection: - keep-alive Content-Length: - - '1123' + - '1185' Content-Type: - application/json ParameterSetName: - --resource-group --namespace-name --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Updating","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:57:12.423Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:45:56.613Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1903' + - '1962' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:57:13 GMT + - Sun, 26 Jun 2022 16:45:58 GMT expires: - '-1' pragma: @@ -2660,6 +2669,10 @@ interactions: - Service-Bus-Resource-Provider/CH3 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: @@ -2681,23 +2694,23 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:57:13.593Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:45:58.513Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1900' + - '1959' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:57:44 GMT + - Sun, 26 Jun 2022 16:46:29 GMT expires: - '-1' pragma: @@ -2709,6 +2722,10 @@ interactions: - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -2728,23 +2745,23 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:57:13.593Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:45:58.513Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1900' + - '1959' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:57:44 GMT + - Sun, 26 Jun 2022 16:46:29 GMT expires: - '-1' pragma: @@ -2756,6 +2773,10 @@ interactions: - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -2775,34 +2796,38 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:57:13.593Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:45:58.513Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1900' + - '1959' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:57:45 GMT + - Sun, 26 Jun 2022 16:46:39 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -2811,12 +2836,13 @@ interactions: - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", - "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "encryption": {"keyVaultProperties": - [{"keyName": "key1", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", - "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, + "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "encryption": {"keyVaultProperties": [{"keyName": + "key1", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": + "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, {"keyName": "key2", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", "keyVersion": "", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}, {"keyName": "key3", "keyVaultUri": "https://eventhubs-kv000012.vault.azure.net", @@ -2833,44 +2859,48 @@ interactions: Connection: - keep-alive Content-Length: - - '1751' + - '1813' Content-Type: - application/json ParameterSetName: - --resource-group --namespace-name --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Updating","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:58:12.433Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:46:52.417Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '2513' + - '2572' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:58:12 GMT + - Sun, 26 Jun 2022 16:46:55 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 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: - - '48' + - '49' status: code: 200 message: OK @@ -2888,34 +2918,38 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:58:15.157Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:46:57.023Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2510' + - '2569' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:58:44 GMT + - Sun, 26 Jun 2022 16:47:25 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -2935,34 +2969,38 @@ interactions: ParameterSetName: - --resource-group --namespace-name --encryption-config --encryption-config User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.10.4 (Windows-10-10.0.19044-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"c2f65274-3864-44a8-9930-c6c79291c625","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"aa31417e-88e8-4c1f-81f5-1feefaf56cd8","principalId":"a9c7f37b-39a3-4fcd-b918-aeb823834346"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"463fc2f0-75a4-4a69-89d8-28cd025c3cbc","principalId":"8805f450-b6c8-4fac-9925-e1b2156b91c4"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:eventhubs-nscli000002","createdAt":"2022-05-12T13:47:30.19Z","updatedAt":"2022-05-12T13:58:15.157Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"f807fa36-f287-4b61-acb2-29d374b8e628","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"91223686-1349-474b-b142-7aaba1d18ff7","principalId":"b1573516-4c28-4bb4-929e-5f92d2bdc3b9"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"b651e94e-9cd4-4b19-b450-a5507da9f7c1","principalId":"37dc58fa-e954-44cc-913f-4f5b603fc276"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"encryption":{"keySource":"Microsoft.KeyVault","keyVaultProperties":[{"keyName":"key1","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key2","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}},{"keyName":"key3","keyVaultUri":"https://eventhubs-kv000012.vault.azure.net","keyVersion":"","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008"}}],"requireInfrastructureEncryption":false},"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-26T16:36:30.567Z","updatedAt":"2022-06-26T16:46:57.023Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '2510' + - '2569' content-type: - application/json; charset=utf-8 date: - - Thu, 12 May 2022 13:58:44 GMT + - Sun, 26 Jun 2022 16:47:25 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_msi.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_msi.yaml index 12e37f3da63..6ce3185a6c6 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_msi.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_msi.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T06:46:47Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T06:51:35Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:48 GMT + - Wed, 22 Jun 2022 06:51:37 GMT expires: - '-1' pragma: @@ -59,12 +59,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-msi/6.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008","name":"eh-identity1000008","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0","clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008","name":"eh-identity1000008","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94","clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e"}}' headers: cache-control: - no-cache @@ -73,7 +73,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:53 GMT + - Wed, 22 Jun 2022 06:51:43 GMT expires: - '-1' location: @@ -85,7 +85,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -103,12 +103,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T06:46:47Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T06:51:35Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -117,7 +117,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:53 GMT + - Wed, 22 Jun 2022 06:51:43 GMT expires: - '-1' pragma: @@ -149,12 +149,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-msi/6.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009","name":"eh-identity2000009","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a","clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009","name":"eh-identity2000009","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4","clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc"}}' headers: cache-control: - no-cache @@ -163,7 +163,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:58 GMT + - Wed, 22 Jun 2022 06:51:49 GMT expires: - '-1' location: @@ -175,7 +175,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -193,12 +193,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T06:46:47Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T06:51:35Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -207,7 +207,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:46:58 GMT + - Wed, 22 Jun 2022 06:51:50 GMT expires: - '-1' pragma: @@ -239,12 +239,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-msi/6.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010","name":"eh-identity3000010","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096","clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010","name":"eh-identity3000010","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"c8057862-ce54-4558-94ac-2742291d5a95","clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690"}}' headers: cache-control: - no-cache @@ -253,7 +253,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:47:03 GMT + - Wed, 22 Jun 2022 06:52:02 GMT expires: - '-1' location: @@ -265,7 +265,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -283,12 +283,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T06:46:47Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001","name":"cli_test_eh_namespace000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T06:51:35Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -297,7 +297,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:47:02 GMT + - Wed, 22 Jun 2022 06:52:01 GMT expires: - '-1' pragma: @@ -329,12 +329,12 @@ interactions: ParameterSetName: - --name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-msi/6.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity4000011?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity4000011","name":"eh-identity4000011","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"1ae188c3-bd14-4d3f-9a65-1cdbe983b4c1","clientId":"840d41ac-e7e7-4ad0-a19a-443c02e0a2ae"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity4000011","name":"eh-identity4000011","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"2ceb4d1e-7437-4142-9a75-a1b9ce518354","clientId":"bce0f5f4-82af-49b4-9cc1-384ccd8170eb"}}' headers: cache-control: - no-cache @@ -343,7 +343,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:47:08 GMT + - Wed, 22 Jun 2022 06:52:08 GMT expires: - '-1' location: @@ -355,13 +355,14 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created - request: body: '{"location": "northeurope", "sku": {"name": "Premium", "tier": "Premium"}, - "identity": {"type": "SystemAssigned"}}' + "identity": {"type": "SystemAssigned"}, "properties": {"publicNetworkAccess": + "Enabled"}}' headers: Accept: - application/json @@ -372,28 +373,28 @@ interactions: Connection: - keep-alive Content-Length: - - '114' + - '164' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:47:14.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:52:16.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '895' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:47:15 GMT + - Wed, 22 Jun 2022 06:52:17 GMT expires: - '-1' pragma: @@ -412,7 +413,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' + - '49' status: code: 200 message: OK @@ -430,22 +431,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:47:14.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:52:16.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '895' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:47:45 GMT + - Wed, 22 Jun 2022 06:52:47 GMT expires: - '-1' pragma: @@ -480,22 +481,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:47:14.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:52:16.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '895' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:48:15 GMT + - Wed, 22 Jun 2022 06:53:17 GMT expires: - '-1' pragma: @@ -530,22 +531,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:47:14.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:52:16.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '895' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:48:46 GMT + - Wed, 22 Jun 2022 06:53:48 GMT expires: - '-1' pragma: @@ -580,22 +581,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:47:14.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:52:16.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '895' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:49:16 GMT + - Wed, 22 Jun 2022 06:54:18 GMT expires: - '-1' pragma: @@ -630,22 +631,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:47:14.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:52:16.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '895' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:49:46 GMT + - Wed, 22 Jun 2022 06:54:49 GMT expires: - '-1' pragma: @@ -680,22 +681,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:47:14.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:52:16.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '895' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:50:17 GMT + - Wed, 22 Jun 2022 06:55:19 GMT expires: - '-1' pragma: @@ -730,22 +731,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:47:14.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:52:16.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '895' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:50:47 GMT + - Wed, 22 Jun 2022 06:55:49 GMT expires: - '-1' pragma: @@ -780,22 +781,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:51:08.167Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '892' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:51:18 GMT + - Wed, 22 Jun 2022 06:56:21 GMT expires: - '-1' pragma: @@ -830,22 +831,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:51:08.167Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '892' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:51:49 GMT + - Wed, 22 Jun 2022 06:56:51 GMT expires: - '-1' pragma: @@ -880,22 +881,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:51:08.167Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '892' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:52:19 GMT + - Wed, 22 Jun 2022 06:57:22 GMT expires: - '-1' pragma: @@ -930,22 +931,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:51:08.167Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '892' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:52:49 GMT + - Wed, 22 Jun 2022 06:57:52 GMT expires: - '-1' pragma: @@ -980,22 +981,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:51:08.167Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '892' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:53:19 GMT + - Wed, 22 Jun 2022 06:58:25 GMT expires: - '-1' pragma: @@ -1030,22 +1031,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:51:08.167Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '892' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:53:49 GMT + - Wed, 22 Jun 2022 06:58:55 GMT expires: - '-1' pragma: @@ -1080,22 +1081,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:51:08.167Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '892' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:54:21 GMT + - Wed, 22 Jun 2022 06:59:26 GMT expires: - '-1' pragma: @@ -1130,22 +1131,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:54:32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '879' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:54:51 GMT + - Wed, 22 Jun 2022 06:59:56 GMT expires: - '-1' pragma: @@ -1170,7 +1171,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -1180,22 +1181,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:54:32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '879' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:54:51 GMT + - Wed, 22 Jun 2022 07:00:27 GMT expires: - '-1' pragma: @@ -1220,41 +1221,41 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace create Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2e58765a-1eab-4d4b-a018-96209bb12ee8","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:54:32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '879' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:54:51 GMT + - Wed, 22 Jun 2022 07:00:57 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1267,51 +1268,44 @@ interactions: code: 200 message: OK - request: - body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "None"}, "properties": {"isAutoInflateEnabled": - false, "maximumThroughputUnits": 0, "kafkaEnabled": true, "zoneRedundant": true, - "disableLocalAuth": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace create Connection: - keep-alive - Content-Length: - - '280' - Content-Type: - - application/json ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:55:03.32Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '745' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:55:04 GMT + - Wed, 22 Jun 2022 07:01:27 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1320,8 +1314,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' status: code: 200 message: OK @@ -1333,37 +1325,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace create Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:55:06.563Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '743' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:55:35 GMT + - Wed, 22 Jun 2022 07:01:58 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1379,41 +1371,41 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace create Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:55:06.563Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T06:56:12.587Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '743' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:55:35 GMT + - Wed, 22 Jun 2022 07:02:28 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1429,41 +1421,41 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity assign + - eventhubs namespace create Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:55:06.563Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:02:31.43Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '743' + - '941' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:55:35 GMT + - Wed, 22 Jun 2022 07:02:59 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1476,51 +1468,44 @@ interactions: code: 200 message: OK - request: - body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned"}, "properties": - {"isAutoInflateEnabled": false, "maximumThroughputUnits": 0, "kafkaEnabled": - true, "zoneRedundant": true, "disableLocalAuth": false}}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity assign + - eventhubs namespace create Connection: - keep-alive - Content-Length: - - '290' - Content-Type: - - application/json ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --name --location --sku --mi-system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:55:45.573Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:02:31.43Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '896' + - '941' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:55:47 GMT + - Wed, 22 Jun 2022 07:03:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1529,8 +1514,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '47' status: code: 200 message: OK @@ -1538,41 +1521,41 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity assign + - eventhubs namespace identity remove Connection: - keep-alive ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:55:47.347Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"919485c5-8044-484b-a253-be60ccbd778d","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:02:31.43Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '892' + - '941' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:56:17 GMT + - Wed, 22 Jun 2022 07:03:01 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1585,44 +1568,51 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": + "Premium", "capacity": 1}, "identity": {"type": "None"}, "properties": {"minimumTlsVersion": + "1.2", "isAutoInflateEnabled": false, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity assign + - eventhubs namespace identity remove Connection: - keep-alive + Content-Length: + - '342' + Content-Type: + - application/json ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:55:47.347Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:11.02Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '892' + - '804' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:56:48 GMT + - Wed, 22 Jun 2022 07:03:12 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1631,6 +1621,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '49' status: code: 200 message: OK @@ -1642,37 +1634,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity assign + - eventhubs namespace identity remove Connection: - keep-alive ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:56:56.627Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:14.063Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '883' + - '802' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:57:18 GMT + - Wed, 22 Jun 2022 07:03:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1692,37 +1684,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity assign + - eventhubs namespace identity remove Connection: - keep-alive ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:56:56.627Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:14.063Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '883' + - '802' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:57:18 GMT + - Wed, 22 Jun 2022 07:03:44 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1746,24 +1738,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:56:56.627Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:14.063Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '883' + - '802' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:57:19 GMT + - Wed, 22 Jun 2022 07:03:44 GMT expires: - '-1' pragma: @@ -1786,11 +1778,10 @@ interactions: message: OK - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", - "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned"}, "properties": + {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, "publicNetworkAccess": + "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": true, "zoneRedundant": + true, "disableLocalAuth": false}}' headers: Accept: - application/json @@ -1801,29 +1792,28 @@ interactions: Connection: - keep-alive Content-Length: - - '692' + - '352' Content-Type: - application/json ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:57:29.12Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:53.373Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '899' + - '955' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:57:30 GMT + - Wed, 22 Jun 2022 07:03:54 GMT expires: - '-1' pragma: @@ -1858,25 +1848,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:57:32.43Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1288' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:58:00 GMT + - Wed, 22 Jun 2022 07:04:25 GMT expires: - '-1' pragma: @@ -1909,25 +1898,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:57:32.43Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1288' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:58:30 GMT + - Wed, 22 Jun 2022 07:04:54 GMT expires: - '-1' pragma: @@ -1960,25 +1948,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:58:34.47Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1483' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:59:01 GMT + - Wed, 22 Jun 2022 07:05:26 GMT expires: - '-1' pragma: @@ -2003,7 +1990,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2011,25 +1998,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:58:34.47Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1483' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:59:01 GMT + - Wed, 22 Jun 2022 07:05:56 GMT expires: - '-1' pragma: @@ -2054,42 +2040,41 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"2cc00122-8295-4b9a-aa83-f40573ae511e","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:58:34.47Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1483' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:59:02 GMT + - Wed, 22 Jun 2022 07:06:27 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2102,51 +2087,44 @@ interactions: code: 200 message: OK - request: - body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "None"}, "properties": {"isAutoInflateEnabled": - false, "maximumThroughputUnits": 0, "kafkaEnabled": true, "zoneRedundant": true, - "disableLocalAuth": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive - Content-Length: - - '280' - Content-Type: - - application/json ParameterSetName: - - --resource-group --namespace-name --system-assigned --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:59:14.34Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '745' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:59:16 GMT + - Wed, 22 Jun 2022 07:06:57 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2155,8 +2133,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' status: code: 200 message: OK @@ -2168,37 +2144,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:59:18.073Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '743' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:59:46 GMT + - Wed, 22 Jun 2022 07:07:27 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2214,41 +2190,41 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:59:18.073Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '743' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:59:46 GMT + - Wed, 22 Jun 2022 07:07:58 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2264,7 +2240,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2272,24 +2248,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:59:18.073Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '743' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 06:59:46 GMT + - Wed, 22 Jun 2022 07:08:28 GMT expires: - '-1' pragma: @@ -2311,45 +2287,35 @@ interactions: code: 200 message: OK - request: - body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "UserAssigned", "userAssignedIdentities": - {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - eventhubs namespace identity assign Connection: - keep-alive - Content-Length: - - '856' - Content-Type: - - application/json ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T06:59:58.487Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '781' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:00:00 GMT + - Wed, 22 Jun 2022 07:08:59 GMT expires: - '-1' pragma: @@ -2367,8 +2333,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '49' status: code: 200 message: OK @@ -2384,33 +2348,33 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:00:02.517Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:00:30 GMT + - Wed, 22 Jun 2022 07:09:29 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2434,33 +2398,33 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:00:02.517Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:01:00 GMT + - Wed, 22 Jun 2022 07:10:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2484,33 +2448,33 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:01:05.383Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1645' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:01:30 GMT + - Wed, 22 Jun 2022 07:10:30 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2526,7 +2490,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2534,33 +2498,33 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:01:05.383Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:03:57.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1645' + - '951' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:01:31 GMT + - Wed, 22 Jun 2022 07:11:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2576,7 +2540,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -2586,31 +2550,31 @@ interactions: ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:01:05.383Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:11:28.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1645' + - '942' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:01:31 GMT + - Wed, 22 Jun 2022 07:11:33 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2623,13 +2587,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", - "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + body: null headers: Accept: - application/json @@ -2639,39 +2597,145 @@ interactions: - eventhubs namespace identity assign Connection: - keep-alive - Content-Length: - - '872' - Content-Type: - - application/json ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:01:43.597Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:11:28.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1777' + - '942' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:01:45 GMT + - Wed, 22 Jun 2022 07:11:33 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:11:28.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '942' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:11:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": + "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", + "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "disableLocalAuth": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + Content-Length: + - '754' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:11:43.043Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '959' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:11:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2697,25 +2761,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:01:46.79Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:11:46.683Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1772' + - '1348' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:02:14 GMT + - Wed, 22 Jun 2022 07:12:15 GMT expires: - '-1' pragma: @@ -2748,25 +2812,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:01:46.79Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:11:46.683Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1772' + - '1348' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:02:45 GMT + - Wed, 22 Jun 2022 07:12:46 GMT expires: - '-1' pragma: @@ -2799,25 +2863,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:02:51.573Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:13:15.127Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1764' + - '1543' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:03:15 GMT + - Wed, 22 Jun 2022 07:13:16 GMT expires: - '-1' pragma: @@ -2850,25 +2914,25 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --system-assigned + - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:02:51.573Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:13:15.127Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1764' + - '1543' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:03:15 GMT + - Wed, 22 Jun 2022 07:13:16 GMT expires: - '-1' pragma: @@ -2901,34 +2965,34 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:02:51.573Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"be8d35df-526d-48fd-b675-5e138eef9e7f","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:13:15.127Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1764' + - '1543' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:03:15 GMT + - Wed, 22 Jun 2022 07:13:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2942,9 +3006,9 @@ interactions: message: OK - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned"}, "properties": - {"isAutoInflateEnabled": false, "maximumThroughputUnits": 0, "kafkaEnabled": - true, "zoneRedundant": true, "disableLocalAuth": false}}' + "Premium", "capacity": 1}, "identity": {"type": "None"}, "properties": {"minimumTlsVersion": + "1.2", "isAutoInflateEnabled": false, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' headers: Accept: - application/json @@ -2955,37 +3019,37 @@ interactions: Connection: - keep-alive Content-Length: - - '290' + - '342' Content-Type: - application/json ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:03:24.753Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:13:29.533Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '886' + - '805' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:03:26 GMT + - Wed, 22 Jun 2022 07:13:31 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2995,7 +3059,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' + - '49' status: code: 200 message: OK @@ -3011,33 +3075,33 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:03:29.527Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:13:31.957Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '883' + - '802' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:03:57 GMT + - Wed, 22 Jun 2022 07:14:01 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3061,33 +3125,33 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:03:29.527Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:13:31.957Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '883' + - '802' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:03:59 GMT + - Wed, 22 Jun 2022 07:14:02 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3113,31 +3177,31 @@ interactions: ParameterSetName: - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:03:29.527Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:13:31.957Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '883' + - '802' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:04:00 GMT + - Wed, 22 Jun 2022 07:14:03 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3151,10 +3215,13 @@ interactions: message: OK - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", - "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + "Premium", "capacity": 1}, "identity": {"type": "UserAssigned", "userAssignedIdentities": + {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "disableLocalAuth": false}}' headers: Accept: - application/json @@ -3165,29 +3232,28 @@ interactions: Connection: - keep-alive Content-Length: - - '512' + - '918' Content-Type: - application/json ParameterSetName: - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:04:13.813Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:14:16.027Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '900' + - '840' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:04:15 GMT + - Wed, 22 Jun 2022 07:14:17 GMT expires: - '-1' pragma: @@ -3224,23 +3290,72 @@ interactions: ParameterSetName: - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:14:17.623Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1407' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:14:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:04:17.697Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:14:17.623Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1111' + - '1407' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:04:45 GMT + - Wed, 22 Jun 2022 07:15:18 GMT expires: - '-1' pragma: @@ -3275,23 +3390,22 @@ interactions: ParameterSetName: - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:05:16.34Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:15:39.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1203' + - '1704' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:05:17 GMT + - Wed, 22 Jun 2022 07:15:48 GMT expires: - '-1' pragma: @@ -3326,23 +3440,22 @@ interactions: ParameterSetName: - --resource-group --namespace-name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:05:16.34Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:15:39.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1203' + - '1704' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:05:18 GMT + - Wed, 22 Jun 2022 07:15:49 GMT expires: - '-1' pragma: @@ -3371,29 +3484,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"4f4446b5-f6b1-41b7-8e0b-5ec728a852cf","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:05:16.34Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:15:39.637Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1203' + - '1704' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:05:19 GMT + - Wed, 22 Jun 2022 07:15:50 GMT expires: - '-1' pragma: @@ -3416,42 +3528,46 @@ interactions: message: OK - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "UserAssigned", "userAssignedIdentities": - {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", + "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "disableLocalAuth": false}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive Content-Length: - - '496' + - '934' Content-Type: - application/json ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:05:28.137Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:16:01.29Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1088' + - '1835' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:05:29 GMT + - Wed, 22 Jun 2022 07:16:03 GMT expires: - '-1' pragma: @@ -3470,7 +3586,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '47' + - '49' status: code: 200 message: OK @@ -3482,28 +3598,29 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:05:30.317Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:16:04.59Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1085' + - '1831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:05:59 GMT + - Wed, 22 Jun 2022 07:16:34 GMT expires: - '-1' pragma: @@ -3528,32 +3645,33 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - --resource-group --namespace-name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:05:30.317Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:16:04.59Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1085' + - '1831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:05:59 GMT + - Wed, 22 Jun 2022 07:17:06 GMT expires: - '-1' pragma: @@ -3578,41 +3696,1353 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --namespace-name --system-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:16:04.59Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1831' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:17:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --system-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:16:04.59Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1831' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:18:06 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --system-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:18:28.07Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1822' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:18:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --system-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:18:28.07Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1822' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:18:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:18:28.07Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1822' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:18:38 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": + "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned"}, "properties": + {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, "publicNetworkAccess": + "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": true, "zoneRedundant": + true, "disableLocalAuth": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + Content-Length: + - '352' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:18:49.08Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '944' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:18:50 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:18:51.53Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '941' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:19:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:18:51.53Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '941' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:19:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:18:51.53Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '941' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:19:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": + "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", + "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "disableLocalAuth": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + Content-Length: + - '574' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:19:33Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '1170' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:19:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:19:37.763Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1170' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:20:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:19:37.763Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1170' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:20:34 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:20:55.737Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1263' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:21:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity assign + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:20:55.737Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1263' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:21:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --system-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"principalId":"dd440d64-e9d5-4877-b09b-f440bc802cfd","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:20:55.737Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1263' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:21:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": + "Premium", "capacity": 1}, "identity": {"type": "UserAssigned", "userAssignedIdentities": + {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "disableLocalAuth": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + Content-Length: + - '558' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --system-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:21:16.677Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '1147' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:21:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --system-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:21:21.2Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1142' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:21:48 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --system-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:21:21.2Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1142' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:21:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:21:21.2Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '1142' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:21:49 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": + "Premium", "capacity": 1}, "identity": {"type": "None"}, "properties": {"minimumTlsVersion": + "1.2", "isAutoInflateEnabled": false, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + Content-Length: + - '342' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:22:01.307Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '805' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:22:02 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:22:02.563Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '802' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:22:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace identity remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T06:52:16.037Z","updatedAt":"2022-06-22T07:22:02.563Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '802' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:22:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"location": "northeurope", "sku": {"name": "Premium", "tier": "Premium"}, + "identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": + {}}}, "properties": {"publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + Content-Length: + - '730' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --location --sku --mi-user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:22:39.46Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '1409' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:22:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --mi-user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:22:39.46Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '1409' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:23:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --mi-user-assigned + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:22:39.46Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '1409' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:23:41 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:05:30.317Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:22:39.46Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1085' + - '1409' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:06:00 GMT + - Wed, 22 Jun 2022 07:24:11 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3625,51 +5055,44 @@ interactions: code: 200 message: OK - request: - body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "None"}, "properties": {"isAutoInflateEnabled": - false, "maximumThroughputUnits": 0, "kafkaEnabled": true, "zoneRedundant": true, - "disableLocalAuth": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace create Connection: - keep-alive - Content-Length: - - '280' - Content-Type: - - application/json ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:06:10.38Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:22:39.46Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '745' + - '1409' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:06:11 GMT + - Wed, 22 Jun 2022 07:24:42 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3678,8 +5101,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '49' status: code: 200 message: OK @@ -3691,37 +5112,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace create Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:06:12.707Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:22:39.46Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '743' + - '1409' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:06:41 GMT + - Wed, 22 Jun 2022 07:25:13 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3737,32 +5158,32 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace create Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name --user-assigned + - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:06:12.707Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:22:39.46Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '743' + - '1409' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:06:41 GMT + - Wed, 22 Jun 2022 07:25:44 GMT expires: - '-1' pragma: @@ -3784,43 +5205,35 @@ interactions: code: 200 message: OK - request: - body: '{"location": "northeurope", "sku": {"name": "Premium", "tier": "Premium"}, - "identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": - {}}}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - eventhubs namespace create Connection: - keep-alive - Content-Length: - - '680' - Content-Type: - - application/json ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:06:44.72Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:22:39.46Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '779' + - '1409' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:06:45 GMT + - Wed, 22 Jun 2022 07:26:15 GMT expires: - '-1' pragma: @@ -3838,8 +5251,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' status: code: 200 message: OK @@ -3857,22 +5268,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:06:44.72Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1351' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:07:15 GMT + - Wed, 22 Jun 2022 07:26:46 GMT expires: - '-1' pragma: @@ -3907,22 +5318,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:06:44.72Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1351' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:07:45 GMT + - Wed, 22 Jun 2022 07:27:16 GMT expires: - '-1' pragma: @@ -3957,22 +5368,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:06:44.72Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1351' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:08:16 GMT + - Wed, 22 Jun 2022 07:27:47 GMT expires: - '-1' pragma: @@ -4007,22 +5418,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:06:44.72Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1351' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:08:47 GMT + - Wed, 22 Jun 2022 07:28:18 GMT expires: - '-1' pragma: @@ -4057,22 +5468,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:06:44.72Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1351' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:09:17 GMT + - Wed, 22 Jun 2022 07:28:49 GMT expires: - '-1' pragma: @@ -4107,22 +5518,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:06:44.72Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1351' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:09:47 GMT + - Wed, 22 Jun 2022 07:29:21 GMT expires: - '-1' pragma: @@ -4157,22 +5568,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:06:44.72Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1351' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:10:23 GMT + - Wed, 22 Jun 2022 07:29:51 GMT expires: - '-1' pragma: @@ -4207,22 +5618,22 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:10:36.287Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:10:53 GMT + - Wed, 22 Jun 2022 07:30:22 GMT expires: - '-1' pragma: @@ -4257,31 +5668,31 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:10:36.287Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:26:33.593Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1406' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:11:23 GMT + - Wed, 22 Jun 2022 07:30:52 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4307,31 +5718,31 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:10:36.287Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:31:06.18Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1702' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:11:53 GMT + - Wed, 22 Jun 2022 07:31:23 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4347,7 +5758,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -4357,31 +5768,31 @@ interactions: ParameterSetName: - --resource-group --name --location --sku --mi-user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:10:36.287Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:31:06.18Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1702' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:12:24 GMT + - Wed, 22 Jun 2022 07:31:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4397,41 +5808,41 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace create + - eventhubs namespace identity remove Connection: - keep-alive ParameterSetName: - - --resource-group --name --location --sku --mi-user-assigned + - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:10:36.287Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:31:06.18Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1702' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:12:54 GMT + - Wed, 22 Jun 2022 07:31:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4444,44 +5855,53 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": + "Premium", "capacity": 1}, "identity": {"type": "UserAssigned", "userAssignedIdentities": + {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "disableLocalAuth": false}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace create + - eventhubs namespace identity remove Connection: - keep-alive + Content-Length: + - '558' + Content-Type: + - application/json ParameterSetName: - - --resource-group --name --location --sku --mi-user-assigned + - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:10:36.287Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:31:33.167Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1348' + - '1706' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:13:24 GMT + - Wed, 22 Jun 2022 07:31:34 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4490,6 +5910,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '48' status: code: 200 message: OK @@ -4501,37 +5923,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace create + - eventhubs namespace identity remove Connection: - keep-alive ParameterSetName: - - --resource-group --name --location --sku --mi-user-assigned + - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:13:50.603Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:31:34.223Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1645' + - '1143' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:13:55 GMT + - Wed, 22 Jun 2022 07:33:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4551,37 +5973,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace create + - eventhubs namespace identity remove Connection: - keep-alive ParameterSetName: - - --resource-group --name --location --sku --mi-user-assigned + - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:13:50.603Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:31:34.223Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1645' + - '1143' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:13:56 GMT + - Wed, 22 Jun 2022 07:33:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4601,28 +6023,28 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:13:50.603Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:31:34.223Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1645' + - '1143' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:13:56 GMT + - Wed, 22 Jun 2022 07:33:43 GMT expires: - '-1' pragma: @@ -4647,40 +6069,43 @@ interactions: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": "Premium", "capacity": 1}, "identity": {"type": "UserAssigned", "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "disableLocalAuth": false}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive Content-Length: - - '496' + - '918' Content-Type: - application/json ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:14:06.38Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:33:53.08Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1647' + - '1145' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:14:07 GMT + - Wed, 22 Jun 2022 07:33:54 GMT expires: - '-1' pragma: @@ -4711,37 +6136,37 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:14:10.96Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:33:57.057Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1084' + - '1508' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:14:37 GMT + - Wed, 22 Jun 2022 07:34:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4757,41 +6182,41 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace identity remove + - eventhubs namespace identity assign Connection: - keep-alive ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:14:10.96Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:33:57.057Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1084' + - '1508' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:14:37 GMT + - Wed, 22 Jun 2022 07:34:55 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -4807,7 +6232,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -4817,22 +6242,22 @@ interactions: ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:14:10.96Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:33:57.057Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1084' + - '1508' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:14:38 GMT + - Wed, 22 Jun 2022 07:35:25 GMT expires: - '-1' pragma: @@ -4854,45 +6279,35 @@ interactions: code: 200 message: OK - request: - body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "UserAssigned", "userAssignedIdentities": - {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - eventhubs namespace identity assign Connection: - keep-alive - Content-Length: - - '856' - Content-Type: - - application/json ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:14:47.183Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:33:57.057Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1088' + - '1508' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:14:47 GMT + - Wed, 22 Jun 2022 07:35:56 GMT expires: - '-1' pragma: @@ -4910,8 +6325,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '46' status: code: 200 message: OK @@ -4929,22 +6342,22 @@ interactions: ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:14:50.79Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:36:08.08Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1449' + - '1702' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:15:18 GMT + - Wed, 22 Jun 2022 07:36:26 GMT expires: - '-1' pragma: @@ -4969,7 +6382,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -4979,22 +6392,22 @@ interactions: ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:15:49.86Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:36:08.08Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1551' + - '1702' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:15:50 GMT + - Wed, 22 Jun 2022 07:36:26 GMT expires: - '-1' pragma: @@ -5019,7 +6432,7 @@ interactions: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -5027,24 +6440,24 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --name --user-assigned + - --resource-group --name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:15:49.86Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:36:08.08Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1644' + - '1702' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:16:21 GMT + - Wed, 22 Jun 2022 07:36:27 GMT expires: - '-1' pragma: @@ -5066,7 +6479,14 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": + "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", + "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": + {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": + {}}}, "properties": {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, + "publicNetworkAccess": "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": + true, "zoneRedundant": true, "disableLocalAuth": false}}' headers: Accept: - application/json @@ -5076,25 +6496,30 @@ interactions: - eventhubs namespace identity assign Connection: - keep-alive + Content-Length: + - '934' + Content-Type: + - application/json ParameterSetName: - - --resource-group --name --user-assigned + - --resource-group --name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:15:49.86Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:36:37.573Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '1644' + - '1835' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:16:21 GMT + - Wed, 22 Jun 2022 07:36:38 GMT expires: - '-1' pragma: @@ -5112,6 +6537,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '49' status: code: 200 message: OK @@ -5119,7 +6546,7 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: @@ -5129,31 +6556,32 @@ interactions: ParameterSetName: - --resource-group --name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:15:49.86Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:36:40.103Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1644' + - '1831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:16:22 GMT + - Wed, 22 Jun 2022 07:37:08 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -5166,46 +6594,36 @@ interactions: code: 200 message: OK - request: - body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": - "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned, UserAssigned", - "userAssignedIdentities": {"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008": - {}, "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009": - {}}}, "properties": {"isAutoInflateEnabled": false, "maximumThroughputUnits": - 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": false}}' + body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - eventhubs namespace identity assign Connection: - keep-alive - Content-Length: - - '872' - Content-Type: - - application/json ParameterSetName: - --resource-group --name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:16:30.437Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:36:40.103Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1777' + - '1831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:16:31 GMT + - Wed, 22 Jun 2022 07:37:39 GMT expires: - '-1' pragma: @@ -5223,8 +6641,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '49' status: code: 200 message: OK @@ -5242,23 +6658,23 @@ interactions: ParameterSetName: - --resource-group --name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:16:33.213Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:36:40.103Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1773' + - '1831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:17:01 GMT + - Wed, 22 Jun 2022 07:38:10 GMT expires: - '-1' pragma: @@ -5293,23 +6709,23 @@ interactions: ParameterSetName: - --resource-group --name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:16:33.213Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"ActivatingIdentity","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:36:40.103Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1773' + - '1831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:17:31 GMT + - Wed, 22 Jun 2022 07:38:40 GMT expires: - '-1' pragma: @@ -5344,23 +6760,23 @@ interactions: ParameterSetName: - --resource-group --name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:17:38.48Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:38:57.67Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1763' + - '1821' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:18:01 GMT + - Wed, 22 Jun 2022 07:39:10 GMT expires: - '-1' pragma: @@ -5395,23 +6811,23 @@ interactions: ParameterSetName: - --resource-group --name --system-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:17:38.48Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:38:57.67Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1763' + - '1821' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:18:01 GMT + - Wed, 22 Jun 2022 07:39:12 GMT expires: - '-1' pragma: @@ -5446,23 +6862,23 @@ interactions: ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"2fdcdb7c-d2bf-4646-81f2-89c383e54b59","principalId":"dd49b0d5-6eb7-4ed3-b85f-6e6a5224e096"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"c94a7166-0940-4f56-a26e-3cdc0f086241","principalId":"7f7a3147-260b-4c25-8a7e-435f318c7ee0"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"2d3ac22c-ddde-48a1-b5fe-a4586bf277aa","principalId":"f199f2df-be32-4b83-86e8-d5398cdc811a"}}},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:17:38.48Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity2000009":{"clientId":"9f80549d-06bb-403c-9dac-19a21f7eefdc","principalId":"cfa19202-93e7-4b22-9ca8-404a316254c4"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity1000008":{"clientId":"65c01f27-3df4-4008-b806-0fd9ef89af7e","principalId":"5b85ba87-976d-43d3-902c-64d0ff6e9f94"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/eh-identity3000010":{"clientId":"a52d05f7-0bc1-4a16-89b2-bdca9018c690","principalId":"c8057862-ce54-4558-94ac-2742291d5a95"}}},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:38:57.67Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1763' + - '1821' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:18:02 GMT + - Wed, 22 Jun 2022 07:39:13 GMT expires: - '-1' pragma: @@ -5486,8 +6902,9 @@ interactions: - request: body: '{"location": "North Europe", "tags": {}, "sku": {"name": "Premium", "tier": "Premium", "capacity": 1}, "identity": {"type": "SystemAssigned"}, "properties": - {"isAutoInflateEnabled": false, "maximumThroughputUnits": 0, "kafkaEnabled": - true, "zoneRedundant": true, "disableLocalAuth": false}}' + {"minimumTlsVersion": "1.2", "isAutoInflateEnabled": false, "publicNetworkAccess": + "Enabled", "maximumThroughputUnits": 0, "kafkaEnabled": true, "zoneRedundant": + true, "disableLocalAuth": false}}' headers: Accept: - application/json @@ -5498,28 +6915,28 @@ interactions: Connection: - keep-alive Content-Length: - - '290' + - '352' Content-Type: - application/json ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:18:11.687Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:39:24.127Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '886' + - '944' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:18:12 GMT + - Wed, 22 Jun 2022 07:39:26 GMT expires: - '-1' pragma: @@ -5538,7 +6955,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' + - '49' status: code: 200 message: OK @@ -5556,22 +6973,22 @@ interactions: ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:18:15.193Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:39:28.68Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '883' + - '940' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:18:44 GMT + - Wed, 22 Jun 2022 07:39:56 GMT expires: - '-1' pragma: @@ -5606,22 +7023,22 @@ interactions: ParameterSetName: - --resource-group --name --user-assigned User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"identity":{"principalId":"872af648-901f-48cf-a949-c8efca785c78","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:18:15.193Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + Europe","tags":{},"identity":{"principalId":"613cb24b-3113-423f-9c49-fbe657f2b691","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:22:39.46Z","updatedAt":"2022-06-22T07:39:28.68Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '883' + - '940' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:18:45 GMT + - Wed, 22 Jun 2022 07:39:56 GMT expires: - '-1' pragma: @@ -5658,9 +7075,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '' @@ -5670,24 +7087,24 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 07:19:03 GMT + - Wed, 22 Jun 2022 07:39:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/northeurope/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14999' status: code: 202 message: Accepted @@ -5705,33 +7122,30 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/northeurope/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace response: body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T06:47:14.32Z","updatedAt":"2022-04-19T07:18:47.13Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Removing"}}' + string: '' headers: cache-control: - no-cache content-length: - - '744' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Tue, 19 Apr 2022 07:19:33 GMT + - Wed, 22 Jun 2022 07:40:28 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/northeurope/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -5753,36 +7167,33 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/operationresults/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/northeurope/operationStatus/eventhubs-nscli000002?api-version=2022-01-01-preview&resourceType=Namespace response: body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.EventHub/namespaces/eventhubs-nscli000002'' - under resource group ''cli_test_eh_namespace000001'' was not found. For more - details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + string: '' headers: cache-control: - no-cache - content-length: - - '250' - content-type: - - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:20:27 GMT + - Wed, 22 Jun 2022 07:40:59 GMT expires: - '-1' pragma: - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-failure-cause: - - gateway status: - code: 404 - message: Not Found + code: 204 + message: No Content - request: body: null headers: @@ -5799,9 +7210,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '' @@ -5811,18 +7222,18 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 07:20:33 GMT + - Wed, 22 Jun 2022 07:41:01 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/operationresults/eventhubs-nscli000003?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/northeurope/operationStatus/eventhubs-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -5846,33 +7257,30 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/operationresults/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/northeurope/operationStatus/eventhubs-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace response: body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"North - Europe","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:06:44.72Z","updatedAt":"2022-04-19T07:20:30.393Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Removing"}}' + string: '' headers: cache-control: - no-cache content-length: - - '745' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Tue, 19 Apr 2022 07:21:03 GMT + - Wed, 22 Jun 2022 07:41:31 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/operationresults/eventhubs-nscli000003?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/northeurope/operationStatus/eventhubs-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -5894,34 +7302,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/operationresults/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/northeurope/operationStatus/eventhubs-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace response: body: - string: '{"error":{"code":"ResourceNotFound","message":"The Resource ''Microsoft.EventHub/namespaces/eventhubs-nscli000003'' - under resource group ''cli_test_eh_namespace000001'' was not found. For more - details please go to https://aka.ms/ARMResourceNotFoundFix"}}' + string: '' headers: cache-control: - no-cache - content-length: - - '250' - content-type: - - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:21:53 GMT + - Wed, 22 Jun 2022 07:42:01 GMT expires: - '-1' pragma: - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff - x-ms-failure-cause: - - gateway status: - code: 404 - message: Not Found + code: 204 + message: No Content version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_premium.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_premium.yaml index 49225c46537..21d7540c713 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_premium.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_namespace_premium.yaml @@ -17,9 +17,9 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2022-01-01-preview response: body: string: '{"nameAvailable":true,"reason":"None","message":null}' @@ -31,16 +31,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:28:42 GMT + - Wed, 22 Jun 2022 07:52:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -56,8 +56,8 @@ interactions: message: OK - request: body: '{"location": "eastus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", - "tier": "Standard"}, "properties": {"isAutoInflateEnabled": true, "maximumThroughputUnits": - 40, "disableLocalAuth": true}}' + "tier": "Standard"}, "properties": {"isAutoInflateEnabled": true, "publicNetworkAccess": + "Enabled", "maximumThroughputUnits": 40, "disableLocalAuth": true}}' headers: Accept: - application/json @@ -68,38 +68,38 @@ interactions: Connection: - keep-alive Content-Length: - - '203' + - '237' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --maximum-throughput-units --disable-local-auth --enable-auto-inflate User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:28:44.967Z","updatedAt":"2022-04-19T07:28:44.967Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:52:47.263Z","updatedAt":"2022-06-22T07:52:47.263Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '760' + - '818' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:28:45 GMT + - Wed, 22 Jun 2022 07:52:48 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -109,7 +109,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '47' + - '48' status: code: 200 message: OK @@ -128,31 +128,31 @@ interactions: - --resource-group --name --location --tags --sku --maximum-throughput-units --disable-local-auth --enable-auto-inflate User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:28:44.967Z","updatedAt":"2022-04-19T07:28:44.967Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:52:47.263Z","updatedAt":"2022-06-22T07:52:47.263Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '760' + - '818' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:29:16 GMT + - Wed, 22 Jun 2022 07:53:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -179,22 +179,22 @@ interactions: - --resource-group --name --location --tags --sku --maximum-throughput-units --disable-local-auth --enable-auto-inflate User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:28:44.967Z","updatedAt":"2022-04-19T07:29:37.647Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:52:47.263Z","updatedAt":"2022-06-22T07:53:39.8Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '758' + - '814' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:29:47 GMT + - Wed, 22 Jun 2022 07:53:48 GMT expires: - '-1' pragma: @@ -230,31 +230,31 @@ interactions: - --resource-group --name --location --tags --sku --maximum-throughput-units --disable-local-auth --enable-auto-inflate User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:28:44.967Z","updatedAt":"2022-04-19T07:29:37.647Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:52:47.263Z","updatedAt":"2022-06-22T07:53:39.8Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '758' + - '814' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:29:47 GMT + - Wed, 22 Jun 2022 07:53:49 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -280,22 +280,22 @@ interactions: ParameterSetName: - --resource-group --name --tags --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:28:44.967Z","updatedAt":"2022-04-19T07:29:37.647Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":40,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:52:47.263Z","updatedAt":"2022-06-22T07:53:39.8Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '758' + - '814' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:29:47 GMT + - Wed, 22 Jun 2022 07:53:49 GMT expires: - '-1' pragma: @@ -318,9 +318,9 @@ interactions: message: OK - request: body: '{"location": "East US", "tags": {"{tag2": "value2}"}, "sku": {"name": "Standard", - "tier": "Standard", "capacity": 1}, "properties": {"isAutoInflateEnabled": true, - "maximumThroughputUnits": 35, "kafkaEnabled": true, "zoneRedundant": false, - "disableLocalAuth": true}}' + "tier": "Standard", "capacity": 1}, "properties": {"minimumTlsVersion": "1.2", + "isAutoInflateEnabled": true, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 35, "kafkaEnabled": true, "zoneRedundant": false, "disableLocalAuth": true}}' headers: Accept: - application/json @@ -331,28 +331,28 @@ interactions: Connection: - keep-alive Content-Length: - - '265' + - '327' Content-Type: - application/json ParameterSetName: - --resource-group --name --tags --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag2":"value2}"},"properties":{"disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":35,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:28:44.967Z","updatedAt":"2022-04-19T07:29:54.393Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag2":"value2}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":35,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:52:47.263Z","updatedAt":"2022-06-22T07:53:56.857Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '761' + - '819' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:29:55 GMT + - Wed, 22 Jun 2022 07:53:58 GMT expires: - '-1' pragma: @@ -389,22 +389,22 @@ interactions: ParameterSetName: - --resource-group --name --tags --maximum-throughput-units User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003","name":"eventhubs-nscli000003","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag2":"value2}"},"properties":{"disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":35,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-04-19T07:28:44.967Z","updatedAt":"2022-04-19T07:29:57.973Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag2":"value2}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":false,"isAutoInflateEnabled":true,"maximumThroughputUnits":35,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000003","createdAt":"2022-06-22T07:52:47.263Z","updatedAt":"2022-06-22T07:53:59.583Z","serviceBusEndpoint":"https://eventhubs-nscli000003.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '758' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:30:26 GMT + - Wed, 22 Jun 2022 07:54:29 GMT expires: - '-1' pragma: @@ -427,7 +427,8 @@ interactions: message: OK - request: body: '{"location": "eastus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Premium", - "tier": "Premium"}, "properties": {"disableLocalAuth": false}}' + "tier": "Premium"}, "properties": {"publicNetworkAccess": "Enabled", "disableLocalAuth": + false}}' headers: Accept: - application/json @@ -438,28 +439,28 @@ interactions: Connection: - keep-alive Content-Length: - - '142' + - '176' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:30:30.8Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:30:32 GMT + - Wed, 22 Jun 2022 07:54:33 GMT expires: - '-1' pragma: @@ -496,22 +497,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:30:30.8Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:31:02 GMT + - Wed, 22 Jun 2022 07:55:03 GMT expires: - '-1' pragma: @@ -546,22 +547,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:30:30.8Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:31:32 GMT + - Wed, 22 Jun 2022 07:55:34 GMT expires: - '-1' pragma: @@ -596,22 +597,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:30:30.8Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:32:03 GMT + - Wed, 22 Jun 2022 07:56:04 GMT expires: - '-1' pragma: @@ -646,22 +647,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:30:30.8Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:32:34 GMT + - Wed, 22 Jun 2022 07:56:35 GMT expires: - '-1' pragma: @@ -696,22 +697,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:30:30.8Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:33:04 GMT + - Wed, 22 Jun 2022 07:57:04 GMT expires: - '-1' pragma: @@ -746,22 +747,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:30:30.8Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:33:34 GMT + - Wed, 22 Jun 2022 07:57:36 GMT expires: - '-1' pragma: @@ -796,22 +797,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:30:30.8Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:34:07 GMT + - Wed, 22 Jun 2022 07:58:07 GMT expires: - '-1' pragma: @@ -846,22 +847,72 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:34:29.457Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:54:32.447Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '754' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:34:37 GMT + - Wed, 22 Jun 2022 07:58:36 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --tags --sku --disable-local-auth + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:58:58.94Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '813' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 07:59:07 GMT expires: - '-1' pragma: @@ -896,22 +947,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku --disable-local-auth User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:34:29.457Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:58:58.94Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '754' + - '813' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:34:37 GMT + - Wed, 22 Jun 2022 07:59:08 GMT expires: - '-1' pragma: @@ -946,22 +997,22 @@ interactions: ParameterSetName: - --resource-group --name --disable-local-auth --tags User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:34:29.457Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:58:58.94Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '754' + - '813' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:34:38 GMT + - Wed, 22 Jun 2022 07:59:08 GMT expires: - '-1' pragma: @@ -984,9 +1035,9 @@ interactions: message: OK - request: body: '{"location": "East US", "tags": {"{tag2": "value2}"}, "sku": {"name": "Premium", - "tier": "Premium", "capacity": 1}, "properties": {"isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": - true}}' + "tier": "Premium", "capacity": 1}, "properties": {"minimumTlsVersion": "1.2", + "isAutoInflateEnabled": false, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 0, "kafkaEnabled": true, "zoneRedundant": true, "disableLocalAuth": true}}' headers: Accept: - application/json @@ -997,37 +1048,37 @@ interactions: Connection: - keep-alive Content-Length: - - '262' + - '324' Content-Type: - application/json ParameterSetName: - --resource-group --name --disable-local-auth --tags User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag2":"value2}"},"properties":{"disableLocalAuth":true,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:34:47.17Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag2":"value2}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:59:16.393Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '755' + - '816' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:34:48 GMT + - Wed, 22 Jun 2022 07:59:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1037,7 +1088,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' + - '49' status: code: 200 message: OK @@ -1055,22 +1106,22 @@ interactions: ParameterSetName: - --resource-group --name --disable-local-auth --tags User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag2":"value2}"},"properties":{"disableLocalAuth":true,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:34:50.847Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag2":"value2}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":true,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-06-22T07:54:32.447Z","updatedAt":"2022-06-22T07:59:19.533Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '753' + - '813' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:35:19 GMT + - Wed, 22 Jun 2022 07:59:48 GMT expires: - '-1' pragma: @@ -1107,9 +1158,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003?api-version=2022-01-01-preview response: body: string: '' @@ -1119,24 +1170,24 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 07:35:20 GMT + - Wed, 22 Jun 2022 07:59:51 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/operationresults/eventhubs-nscli000003?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/eastus/operationStatus/eventhubs-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -1154,35 +1205,33 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000003/operationresults/eventhubs-nscli000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/eastus/operationStatus/eventhubs-nscli000003?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 07:35:50 GMT + - Wed, 22 Jun 2022 08:00:21 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content - request: body: null headers: @@ -1199,9 +1248,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '' @@ -1211,24 +1260,24 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 07:35:54 GMT + - Wed, 22 Jun 2022 08:00:24 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/operationresults/eventhubs-nscli000004?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/eastus/operationStatus/eventhubs-nscli000004?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -1246,33 +1295,30 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/operationresults/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/eastus/operationStatus/eventhubs-nscli000004?api-version=2022-01-01-preview&resourceType=Namespace response: body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag2":"value2}"},"properties":{"disableLocalAuth":true,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000004","createdAt":"2022-04-19T07:30:30.8Z","updatedAt":"2022-04-19T07:35:53.453Z","serviceBusEndpoint":"https://eventhubs-nscli000004.servicebus.windows.net:443/","status":"Removing"}}' + string: '' headers: cache-control: - no-cache content-length: - - '755' - content-type: - - application/json; charset=utf-8 + - '0' date: - - Tue, 19 Apr 2022 07:36:24 GMT + - Wed, 22 Jun 2022 08:00:54 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/operationresults/eventhubs-nscli000004?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/eastus/operationStatus/eventhubs-nscli000004?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -1294,19 +1340,17 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/operationresults/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/locations/eastus/operationStatus/eventhubs-nscli000004?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 07:37:06 GMT + - Wed, 22 Jun 2022 08:01:25 GMT expires: - '-1' pragma: @@ -1321,6 +1365,6 @@ interactions: x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml index 6cdb21959a5..48dfcbc3571 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T10:05:28Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T08:01:38Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:33 GMT + - Wed, 22 Jun 2022 08:01:40 GMT expires: - '-1' pragma: @@ -60,16 +60,16 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"d389d1b8-f9f5-4660-8a3f-cc69c41f8939\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d54a9481-3486-41d5-94c7-5aa170d6d5ca\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"7aafd66f-2637-42ce-9d75-f8eb1ab009be\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -78,7 +78,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0e1d056b-9295-4452-95d7-4e63c6b87f9e?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/368c6510-53f7-4499-869a-249caa241ca9?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -86,7 +86,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:39 GMT + - Wed, 22 Jun 2022 08:01:45 GMT expires: - '-1' pragma: @@ -99,7 +99,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3ffd7cb1-171d-4c4c-89e7-e814ddd9f460 + - f7ede82e-e230-4edf-872c-694438684582 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -119,9 +119,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/0e1d056b-9295-4452-95d7-4e63c6b87f9e?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/368c6510-53f7-4499-869a-249caa241ca9?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -133,7 +133,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:43 GMT + - Wed, 22 Jun 2022 08:01:48 GMT expires: - '-1' pragma: @@ -150,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7d503d99-419c-4cdf-ad44-1ff58ba439b1 + - 59f4ca97-0104-47a4-b740-a3ebc75ea261 status: code: 200 message: OK @@ -168,16 +168,16 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"94bdfb79-80d3-41ab-8cb2-b5ecdc41b3b4\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"bb744733-8a84-4d91-8af3-dc444609e2cf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"7aafd66f-2637-42ce-9d75-f8eb1ab009be\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -190,9 +190,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:43 GMT + - Wed, 22 Jun 2022 08:01:48 GMT etag: - - W/"94bdfb79-80d3-41ab-8cb2-b5ecdc41b3b4" + - W/"bb744733-8a84-4d91-8af3-dc444609e2cf" expires: - '-1' pragma: @@ -209,7 +209,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c1572daa-baf4-4578-9955-77d49b9c542b + - c6c9882a-bca9-4be2-a104-b90226990a86 status: code: 200 message: OK @@ -227,12 +227,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T10:05:28Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T08:01:38Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -241,7 +241,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:43 GMT + - Wed, 22 Jun 2022 08:01:49 GMT expires: - '-1' pragma: @@ -274,16 +274,16 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"c3f11ae5-b9c9-41f1-bb47-323b9fce964f\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"2146c500-8be2-4fc7-8f58-1745a7652f9b\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"a47a8289-2870-4b09-acf0-c4a41a406859\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -292,7 +292,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f37fbe2c-6b93-44ea-a0e6-9e966d03ab1c?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/84e15a75-51c3-4b9a-917e-2f695cab2ebc?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -300,7 +300,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:49 GMT + - Wed, 22 Jun 2022 08:01:54 GMT expires: - '-1' pragma: @@ -313,7 +313,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b7a71818-46e3-40f9-8cd9-7fff51817a4a + - b03dda58-051d-429e-9691-0550a9b2a315 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -333,9 +333,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/f37fbe2c-6b93-44ea-a0e6-9e966d03ab1c?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/84e15a75-51c3-4b9a-917e-2f695cab2ebc?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -347,7 +347,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:52 GMT + - Wed, 22 Jun 2022 08:01:57 GMT expires: - '-1' pragma: @@ -364,7 +364,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 611358b4-751f-467a-950d-0e1161e5fc25 + - f2ad01ec-705f-4925-9eb6-640c01452810 status: code: 200 message: OK @@ -382,16 +382,16 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"74438eeb-c025-4fbb-89fb-9794f088a937\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"3d3d840e-75d6-4382-a6b6-47e0adc095e9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"a47a8289-2870-4b09-acf0-c4a41a406859\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -404,9 +404,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:52 GMT + - Wed, 22 Jun 2022 08:01:57 GMT etag: - - W/"74438eeb-c025-4fbb-89fb-9794f088a937" + - W/"3d3d840e-75d6-4382-a6b6-47e0adc095e9" expires: - '-1' pragma: @@ -423,7 +423,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c323ed56-89f3-420c-aaa5-97fab2302a9b + - 1cb96e1f-2f0d-4545-947d-c757b50be3bf status: code: 200 message: OK @@ -441,16 +441,16 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"94bdfb79-80d3-41ab-8cb2-b5ecdc41b3b4\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"bb744733-8a84-4d91-8af3-dc444609e2cf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"7aafd66f-2637-42ce-9d75-f8eb1ab009be\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -463,9 +463,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:53 GMT + - Wed, 22 Jun 2022 08:01:57 GMT etag: - - W/"94bdfb79-80d3-41ab-8cb2-b5ecdc41b3b4" + - W/"bb744733-8a84-4d91-8af3-dc444609e2cf" expires: - '-1' pragma: @@ -482,7 +482,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - da36d00a-3c7d-4c86-a40b-60f8448bd7a3 + - b9bc0f1b-109c-4063-b971-fdbd2542ed4c status: code: 200 message: OK @@ -509,21 +509,21 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"4b726c44-1d64-4498-9c02-05cb534043a0\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"679a2228-bfef-4f3f-bdc1-71f7c0edbb28\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"7aafd66f-2637-42ce-9d75-f8eb1ab009be\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default\",\r\n - \ \"etag\": \"W/\\\"4b726c44-1d64-4498-9c02-05cb534043a0\\\"\",\r\n + \ \"etag\": \"W/\\\"679a2228-bfef-4f3f-bdc1-71f7c0edbb28\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -534,7 +534,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a08062f1-7ba9-4dda-9efe-51663e07f8ec?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/46d47563-fe64-4e8b-ad27-4f0762b9bda1?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -542,7 +542,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:54 GMT + - Wed, 22 Jun 2022 08:01:59 GMT expires: - '-1' pragma: @@ -559,9 +559,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1c733ee8-8ce1-44ae-b918-8e3eb4f78603 + - 3b7490bd-b209-4de2-aab5-30fec4bd094d x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -579,9 +579,9 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/a08062f1-7ba9-4dda-9efe-51663e07f8ec?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/46d47563-fe64-4e8b-ad27-4f0762b9bda1?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -593,7 +593,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:58 GMT + - Wed, 22 Jun 2022 08:02:02 GMT expires: - '-1' pragma: @@ -610,7 +610,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 07e084b1-6f50-4ee2-b34c-3e7385a8bd26 + - 33af5252-3223-442e-9238-5237b6ada925 status: code: 200 message: OK @@ -628,21 +628,21 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"c1bb9b5e-41de-4b92-aa74-08d4a26b59e5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"42af437d-7cde-49f3-98c3-deb954d84e72\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"7aafd66f-2637-42ce-9d75-f8eb1ab009be\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default\",\r\n - \ \"etag\": \"W/\\\"c1bb9b5e-41de-4b92-aa74-08d4a26b59e5\\\"\",\r\n + \ \"etag\": \"W/\\\"42af437d-7cde-49f3-98c3-deb954d84e72\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -657,9 +657,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:58 GMT + - Wed, 22 Jun 2022 08:02:02 GMT etag: - - W/"c1bb9b5e-41de-4b92-aa74-08d4a26b59e5" + - W/"42af437d-7cde-49f3-98c3-deb954d84e72" expires: - '-1' pragma: @@ -676,7 +676,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6f303698-e639-4590-b017-3f3d601c7755 + - d15b3284-17ef-49c6-abfb-63c30e85296c status: code: 200 message: OK @@ -694,16 +694,16 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"74438eeb-c025-4fbb-89fb-9794f088a937\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"3d3d840e-75d6-4382-a6b6-47e0adc095e9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"a47a8289-2870-4b09-acf0-c4a41a406859\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -716,9 +716,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:05:59 GMT + - Wed, 22 Jun 2022 08:02:03 GMT etag: - - W/"74438eeb-c025-4fbb-89fb-9794f088a937" + - W/"3d3d840e-75d6-4382-a6b6-47e0adc095e9" expires: - '-1' pragma: @@ -735,7 +735,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 284e1089-64fa-4d4d-a1e6-d3cea9622742 + - d34bb26e-130e-44bb-be1c-183ddc5c58b9 status: code: 200 message: OK @@ -762,21 +762,21 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"a86cea74-c7f8-4d67-bef4-7e6701a84f11\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"3e920178-f333-4525-b999-c0de8804bf09\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"a47a8289-2870-4b09-acf0-c4a41a406859\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"secondvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet\",\r\n - \ \"etag\": \"W/\\\"a86cea74-c7f8-4d67-bef4-7e6701a84f11\\\"\",\r\n + \ \"etag\": \"W/\\\"3e920178-f333-4525-b999-c0de8804bf09\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -787,7 +787,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/1aec82b7-12bf-42e1-8dd9-a0771451ec96?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/106dd778-bacf-4ac7-8eb6-6db3af8576f0?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -795,7 +795,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:06:01 GMT + - Wed, 22 Jun 2022 08:02:05 GMT expires: - '-1' pragma: @@ -812,7 +812,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fb00e56b-c80d-4436-8d8e-a73edd7e7e73 + - 2ca484b5-558b-4b35-a87d-a9dc7945a4fc x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -832,9 +832,9 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/1aec82b7-12bf-42e1-8dd9-a0771451ec96?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/106dd778-bacf-4ac7-8eb6-6db3af8576f0?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -846,7 +846,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:06:04 GMT + - Wed, 22 Jun 2022 08:02:08 GMT expires: - '-1' pragma: @@ -863,7 +863,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3ea96b1e-da1a-47dd-893d-20085976f44d + - 36717773-ef3f-4c67-800f-6444e2e9d6a3 status: code: 200 message: OK @@ -881,21 +881,21 @@ interactions: ParameterSetName: - --resource-group --name --vnet-name --address-prefixes User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"65ea932e-4a8d-46bf-80d0-ecf306bb42c5\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"498b9a04-7dd1-410d-bcf3-29239c7d4d41\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"a47a8289-2870-4b09-acf0-c4a41a406859\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"secondvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet\",\r\n - \ \"etag\": \"W/\\\"65ea932e-4a8d-46bf-80d0-ecf306bb42c5\\\"\",\r\n + \ \"etag\": \"W/\\\"498b9a04-7dd1-410d-bcf3-29239c7d4d41\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -910,9 +910,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:06:04 GMT + - Wed, 22 Jun 2022 08:02:09 GMT etag: - - W/"65ea932e-4a8d-46bf-80d0-ecf306bb42c5" + - W/"498b9a04-7dd1-410d-bcf3-29239c7d4d41" expires: - '-1' pragma: @@ -929,7 +929,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7267c15f-7ee4-45fa-a0a4-165d1ca59987 + - 6d53935a-bfb9-4678-8c93-8524e7bf5c76 status: code: 200 message: OK @@ -951,9 +951,9 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub/checkNameAvailability?api-version=2022-01-01-preview response: body: string: '{"nameAvailable":true,"reason":"None","message":null}' @@ -965,16 +965,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:06:04 GMT + - Wed, 22 Jun 2022 08:02:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1002,12 +1002,12 @@ interactions: ParameterSetName: - --resource-group --name --tags --sku --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T10:05:28Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T08:01:38Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1016,7 +1016,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:06:05 GMT + - Wed, 22 Jun 2022 08:02:09 GMT expires: - '-1' pragma: @@ -1032,7 +1032,7 @@ interactions: message: OK - request: body: '{"location": "westus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", - "tier": "Standard"}}' + "tier": "Standard"}, "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -1043,37 +1043,37 @@ interactions: Connection: - keep-alive Content-Length: - - '101' + - '151' Content-Type: - application/json ParameterSetName: - --resource-group --name --tags --sku --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-cli000002","createdAt":"2022-04-19T10:06:11.26Z","updatedAt":"2022-04-19T10:06:11.26Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:02:13.797Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '749' + - '809' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:06:12 GMT + - Wed, 22 Jun 2022 08:02:14 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1101,31 +1101,31 @@ interactions: ParameterSetName: - --resource-group --name --tags --sku --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-cli000002","createdAt":"2022-04-19T10:06:11.26Z","updatedAt":"2022-04-19T10:06:11.26Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:02:13.797Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '749' + - '809' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:06:42 GMT + - Wed, 22 Jun 2022 08:02:45 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1151,31 +1151,31 @@ interactions: ParameterSetName: - --resource-group --name --tags --sku --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-cli000002","createdAt":"2022-04-19T10:06:11.26Z","updatedAt":"2022-04-19T10:07:00.42Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:05.84Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '747' + - '806' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:13 GMT + - Wed, 22 Jun 2022 08:03:16 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1201,9 +1201,9 @@ interactions: ParameterSetName: - --resource-group --name --tags --sku --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1216,16 +1216,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:14 GMT + - Wed, 22 Jun 2022 08:03:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1256,9 +1256,9 @@ interactions: ParameterSetName: - --resource-group --name --tags --sku --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1271,16 +1271,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:20 GMT + - Wed, 22 Jun 2022 08:03:23 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1308,31 +1308,31 @@ interactions: ParameterSetName: - --resource-group --name --tags --sku --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-cli000002","createdAt":"2022-04-19T10:06:11.26Z","updatedAt":"2022-04-19T10:07:00.42Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:05.84Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '747' + - '806' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:20 GMT + - Wed, 22 Jun 2022 08:03:23 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1358,22 +1358,22 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-cli000002","createdAt":"2022-04-19T10:06:11.26Z","updatedAt":"2022-04-19T10:07:00.42Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:05.84Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '747' + - '806' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:20 GMT + - Wed, 22 Jun 2022 08:03:24 GMT expires: - '-1' pragma: @@ -1408,22 +1408,22 @@ interactions: ParameterSetName: - --resource-group --name --tags --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-cli000002","createdAt":"2022-04-19T10:06:11.26Z","updatedAt":"2022-04-19T10:07:00.42Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:05.84Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '747' + - '806' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:20 GMT + - Wed, 22 Jun 2022 08:03:25 GMT expires: - '-1' pragma: @@ -1458,9 +1458,9 @@ interactions: ParameterSetName: - --resource-group --name --tags --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1473,7 +1473,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:21 GMT + - Wed, 22 Jun 2022 08:03:26 GMT expires: - '-1' pragma: @@ -1513,9 +1513,9 @@ interactions: ParameterSetName: - --resource-group --name --tags --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1528,7 +1528,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:27 GMT + - Wed, 22 Jun 2022 08:03:33 GMT expires: - '-1' pragma: @@ -1553,9 +1553,9 @@ interactions: message: OK - request: body: '{"location": "West US", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", - "tier": "Standard", "capacity": 1}, "properties": {"isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, "kafkaEnabled": true, "zoneRedundant": false, "disableLocalAuth": - false}}' + "tier": "Standard", "capacity": 1}, "properties": {"minimumTlsVersion": "1.2", + "isAutoInflateEnabled": false, "publicNetworkAccess": "Enabled", "maximumThroughputUnits": + 0, "kafkaEnabled": true, "zoneRedundant": false, "disableLocalAuth": false}}' headers: Accept: - application/json @@ -1566,28 +1566,28 @@ interactions: Connection: - keep-alive Content-Length: - - '266' + - '328' Content-Type: - application/json ParameterSetName: - --resource-group --name --tags --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-cli000002","createdAt":"2022-04-19T10:06:11.26Z","updatedAt":"2022-04-19T10:07:35.687Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:41.857Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '751' + - '810' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:07:36 GMT + - Wed, 22 Jun 2022 08:03:41 GMT expires: - '-1' pragma: @@ -1624,31 +1624,31 @@ interactions: ParameterSetName: - --resource-group --name --tags --default-action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:eventhubs-cli000002","createdAt":"2022-04-19T10:06:11.26Z","updatedAt":"2022-04-19T10:07:37.827Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:46.173Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '748' + - '807' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:05 GMT + - Wed, 22 Jun 2022 08:04:13 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1674,9 +1674,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1689,7 +1689,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:06 GMT + - Wed, 22 Jun 2022 08:04:14 GMT expires: - '-1' pragma: @@ -1724,9 +1724,9 @@ interactions: ParameterSetName: - --resource-group --name --ip-address --action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1739,16 +1739,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:07 GMT + - Wed, 22 Jun 2022 08:04:16 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1779,9 +1779,9 @@ interactions: ParameterSetName: - --resource-group --name --ip-address --action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1794,16 +1794,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:14 GMT + - Wed, 22 Jun 2022 08:04:23 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1831,9 +1831,9 @@ interactions: ParameterSetName: - --resource-group --name --ip-address --action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1846,16 +1846,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:14 GMT + - Wed, 22 Jun 2022 08:04:25 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1887,9 +1887,9 @@ interactions: ParameterSetName: - --resource-group --name --ip-address --action User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1902,16 +1902,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:21 GMT + - Wed, 22 Jun 2022 08:04:31 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1921,7 +1921,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1939,9 +1939,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -1954,7 +1954,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:21 GMT + - Wed, 22 Jun 2022 08:04:32 GMT expires: - '-1' pragma: @@ -1989,9 +1989,9 @@ interactions: ParameterSetName: - --resource-group --name --ip-address User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -2004,16 +2004,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:22 GMT + - Wed, 22 Jun 2022 08:04:34 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2044,9 +2044,9 @@ interactions: ParameterSetName: - --resource-group --name --ip-address User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -2059,16 +2059,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:30 GMT + - Wed, 22 Jun 2022 08:04:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2096,9 +2096,9 @@ interactions: ParameterSetName: - --resource-group --name --subnet --ignore-missing-endpoint User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -2111,7 +2111,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:30 GMT + - Wed, 22 Jun 2022 08:04:42 GMT expires: - '-1' pragma: @@ -2153,9 +2153,9 @@ interactions: ParameterSetName: - --resource-group --name --subnet --ignore-missing-endpoint User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -2168,7 +2168,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:42 GMT + - Wed, 22 Jun 2022 08:04:55 GMT expires: - '-1' pragma: @@ -2187,7 +2187,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2205,9 +2205,9 @@ interactions: ParameterSetName: - --resource-group --name --subnet --ignore-missing-endpoint User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -2220,16 +2220,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:43 GMT + - Wed, 22 Jun 2022 08:04:55 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2263,9 +2263,9 @@ interactions: ParameterSetName: - --resource-group --name --subnet --ignore-missing-endpoint User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -2278,16 +2278,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:55 GMT + - Wed, 22 Jun 2022 08:05:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2297,7 +2297,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2315,13 +2315,13 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West - US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' headers: cache-control: - no-cache @@ -2330,7 +2330,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:55 GMT + - Wed, 22 Jun 2022 08:05:09 GMT expires: - '-1' pragma: @@ -2365,13 +2365,13 @@ interactions: ParameterSetName: - --resource-group --name --subnet User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West - US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' headers: cache-control: - no-cache @@ -2380,7 +2380,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:08:56 GMT + - Wed, 22 Jun 2022 08:05:13 GMT expires: - '-1' pragma: @@ -2422,9 +2422,9 @@ interactions: ParameterSetName: - --resource-group --name --subnet User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West @@ -2437,16 +2437,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 10:09:04 GMT + - Wed, 22 Jun 2022 08:05:22 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2476,9 +2476,9 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview response: body: string: '' @@ -2488,18 +2488,18 @@ interactions: content-length: - '0' date: - - Tue, 19 Apr 2022 10:09:07 GMT + - Wed, 22 Jun 2022 08:05:26 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/operationresults/eventhubs-cli000002?api-version=2021-11-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.EventHub/locations/westus/operationStatus/eventhubs-cli000002?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -2523,33 +2523,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/operationresults/eventhubs-cli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.EventHub/locations/westus/operationStatus/eventhubs-cli000002?api-version=2022-01-01-preview&resourceType=Namespace response: body: string: '' headers: cache-control: - no-cache - content-length: - - '0' date: - - Tue, 19 Apr 2022 10:09:38 GMT + - Wed, 22 Jun 2022 08:05:56 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff status: - code: 200 - message: OK + code: 204 + message: No Content version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_privateendpoint.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_privateendpoint.yaml index d7cf864cc3f..9d140bf05bb 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_privateendpoint.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_privateendpoint.yaml @@ -20,21 +20,21 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-vnet-000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003\",\r\n - \ \"etag\": \"W/\\\"c5758e5c-5371-41ed-a015-e62889f1bd97\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"5e6166b1-9c1a-4b3a-98de-64cf9c0e6580\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"435bffd5-feb6-4a17-8907-aaf8c4fbdbe6\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"5c3a0be5-bc7b-43e7-a96e-8793e37097a3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"cli-subnet-000004\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"c5758e5c-5371-41ed-a015-e62889f1bd97\\\"\",\r\n + \ \"etag\": \"W/\\\"5e6166b1-9c1a-4b3a-98de-64cf9c0e6580\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -45,7 +45,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3acb9cff-9488-4247-a27d-738f89f9c6f2?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/2c2fcc80-5112-47ee-97cc-56424fe7256a?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -53,7 +53,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:12 GMT + - Wed, 22 Jun 2022 08:06:24 GMT expires: - '-1' pragma: @@ -66,9 +66,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ac85b61e-3dc1-48cc-9152-a8a167ff275e + - c5ec8926-32bb-47be-9f36-c4ce79e15286 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -86,9 +86,58 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3acb9cff-9488-4247-a27d-738f89f9c6f2?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/2c2fcc80-5112-47ee-97cc-56424fe7256a?api-version=2021-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:06:27 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-arm-service-request-id: + - 25e24c64-babe-4741-9a02-4db19c9876e0 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network vnet create + Connection: + - keep-alive + ParameterSetName: + - -n -g -l --subnet-name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/2c2fcc80-5112-47ee-97cc-56424fe7256a?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -100,7 +149,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:15 GMT + - Wed, 22 Jun 2022 08:06:37 GMT expires: - '-1' pragma: @@ -117,7 +166,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 96e8e849-3201-4258-9de6-e1d04d6aae01 + - 7a5a90f6-b23a-4850-a5cf-3669c7521748 status: code: 200 message: OK @@ -135,21 +184,21 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-vnet-000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003\",\r\n - \ \"etag\": \"W/\\\"58d8a92a-d114-44f7-9a44-54792e358fae\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"1f0aed17-e724-413f-8918-62063473a971\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"435bffd5-feb6-4a17-8907-aaf8c4fbdbe6\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"5c3a0be5-bc7b-43e7-a96e-8793e37097a3\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"cli-subnet-000004\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"58d8a92a-d114-44f7-9a44-54792e358fae\\\"\",\r\n + \ \"etag\": \"W/\\\"1f0aed17-e724-413f-8918-62063473a971\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -164,9 +213,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:15 GMT + - Wed, 22 Jun 2022 08:06:38 GMT etag: - - W/"58d8a92a-d114-44f7-9a44-54792e358fae" + - W/"1f0aed17-e724-413f-8918-62063473a971" expires: - '-1' pragma: @@ -183,7 +232,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 16074660-57f4-4913-bce2-5dbd1e40cd9f + - 852508f0-31fb-4e6e-bb50-553ef732cdb9 status: code: 200 message: OK @@ -201,13 +250,13 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-subnet-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"58d8a92a-d114-44f7-9a44-54792e358fae\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"1f0aed17-e724-413f-8918-62063473a971\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": @@ -220,9 +269,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:16 GMT + - Wed, 22 Jun 2022 08:06:39 GMT etag: - - W/"58d8a92a-d114-44f7-9a44-54792e358fae" + - W/"1f0aed17-e724-413f-8918-62063473a971" expires: - '-1' pragma: @@ -239,7 +288,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a950edd3-9e1d-4f6a-be2b-8cd4facc23b7 + - 06e5b847-0867-4e03-8256-6212400e0f7c status: code: 200 message: OK @@ -264,20 +313,20 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-subnet-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"0528e9e7-0477-4d18-8938-81304ddb8912\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"3fb28ba2-e165-432b-919c-08f60872236d\\\"\",\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\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/c3f2dfd7-70ba-40a2-80dc-1000b4aaaeab?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b0d95a1e-60dc-44b9-99bd-54f6e087a263?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -285,7 +334,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:16 GMT + - Wed, 22 Jun 2022 08:06:42 GMT expires: - '-1' pragma: @@ -302,9 +351,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c2b4def8-eb60-4fe5-8be9-a9bed7601216 + - 63a69d5f-bd62-4c52-b888-f7661da5413b x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -322,9 +371,9 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/c3f2dfd7-70ba-40a2-80dc-1000b4aaaeab?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b0d95a1e-60dc-44b9-99bd-54f6e087a263?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -336,7 +385,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:19 GMT + - Wed, 22 Jun 2022 08:06:45 GMT expires: - '-1' pragma: @@ -353,7 +402,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 98ee67b7-26f5-4ccc-a32e-c2113aa1550a + - 0dfd01d9-acc8-4036-be77-0c24b5eca54c status: code: 200 message: OK @@ -371,13 +420,13 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-subnet-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\",\r\n - \ \"etag\": \"W/\\\"4662c24d-c82f-41bd-a5f1-74a6eb5e1af1\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"7191d558-99fe-4575-bf65-b43f4f8ea378\\\"\",\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\": \"Enabled\"\r\n },\r\n \"type\": @@ -390,9 +439,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:20 GMT + - Wed, 22 Jun 2022 08:06:45 GMT etag: - - W/"4662c24d-c82f-41bd-a5f1-74a6eb5e1af1" + - W/"7191d558-99fe-4575-bf65-b43f4f8ea378" expires: - '-1' pragma: @@ -409,13 +458,13 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c557ad48-0a80-4072-9115-667058fed4a7 + - aa0343e4-13f8-48a1-b112-e37ec47234e4 status: code: 200 message: OK - request: body: '{"location": "eastus", "tags": {"{tag1": "value1}"}, "sku": {"name": "Standard", - "tier": "Standard"}}' + "tier": "Standard"}, "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -426,28 +475,28 @@ interactions: Connection: - keep-alive Content-Length: - - '101' + - '151' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:39:23.863Z","updatedAt":"2022-04-19T07:39:23.863Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:06:51.29Z","updatedAt":"2022-06-22T08:06:51.29Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '759' + - '815' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:24 GMT + - Wed, 22 Jun 2022 08:06:53 GMT expires: - '-1' pragma: @@ -466,7 +515,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' + - '49' status: code: 200 message: OK @@ -484,22 +533,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:39:23.863Z","updatedAt":"2022-04-19T07:39:23.863Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:06:51.29Z","updatedAt":"2022-06-22T08:06:51.29Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '759' + - '815' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:39:55 GMT + - Wed, 22 Jun 2022 08:07:24 GMT expires: - '-1' pragma: @@ -534,22 +583,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:39:23.863Z","updatedAt":"2022-04-19T07:40:15.947Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:06:51.29Z","updatedAt":"2022-06-22T08:07:42.337Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '814' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:40:25 GMT + - Wed, 22 Jun 2022 08:07:59 GMT expires: - '-1' pragma: @@ -584,22 +633,22 @@ interactions: ParameterSetName: - --resource-group --name --location --tags --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:39:23.863Z","updatedAt":"2022-04-19T07:40:15.947Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:06:51.29Z","updatedAt":"2022-06-22T08:07:42.337Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '814' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:40:25 GMT + - Wed, 22 Jun 2022 08:08:00 GMT expires: - '-1' pragma: @@ -634,31 +683,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:39:23.863Z","updatedAt":"2022-04-19T07:40:15.947Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:06:51.29Z","updatedAt":"2022-06-22T08:07:42.337Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '814' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:40:25 GMT + - Wed, 22 Jun 2022 08:08:01 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -684,9 +733,9 @@ interactions: ParameterSetName: - --namespace-name -g User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateLinkResources?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateLinkResources?api-version=2022-01-01-preview response: body: string: '{"value":[{"id":"subscriptions/326100e2-f69d-4268-8503-075374f62b6e/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateLinkResources/namespace","name":"namespace","type":"Microsoft.EventHub/namespaces/privateLinkResources","properties":{"groupId":"namespace","requiredMembers":["namespace"],"requiredZoneNames":["privatelink.servicebus.windows.net"]}}]}' @@ -698,7 +747,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:40:25 GMT + - Wed, 22 Jun 2022 08:08:01 GMT expires: - '-1' pragma: @@ -733,22 +782,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:39:23.863Z","updatedAt":"2022-04-19T07:40:15.947Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:06:51.29Z","updatedAt":"2022-06-22T08:07:42.337Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '757' + - '814' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:40:26 GMT + - Wed, 22 Jun 2022 08:08:02 GMT expires: - '-1' pragma: @@ -792,18 +841,18 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-pe-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\",\r\n - \ \"etag\": \"W/\\\"9e56ac7d-498d-40d0-9864-32a0ca8145b9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"bdcad043-8991-4160-b4bc-2ab31d78086b\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"eastus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"5b0f6723-c1a0-436f-91ef-bbda364ef102\",\r\n \"privateLinkServiceConnections\": + \"45a31ca2-f08d-4063-9cee-ab4ccfc11027\",\r\n \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"cli-pec-000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006\",\r\n - \ \"etag\": \"W/\\\"9e56ac7d-498d-40d0-9864-32a0ca8145b9\\\"\",\r\n + \ \"etag\": \"W/\\\"bdcad043-8991-4160-b4bc-2ab31d78086b\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002\",\r\n \ \"groupIds\": [\r\n \"namespace\"\r\n ],\r\n @@ -814,13 +863,13 @@ interactions: \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\"\r\n \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.a4d21a02-243d-410a-8ce7-d01af9197e98\"\r\n + \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.d0e60041-6c45-4945-91eb-c21466db00ea\"\r\n \ }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3171f4d8-39d2-4e77-8d98-d2e3ab19c0bd?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b598b1a9-b4e5-4fb8-814a-2dbb905dad51?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -828,7 +877,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:40:32 GMT + - Wed, 22 Jun 2022 08:08:08 GMT expires: - '-1' pragma: @@ -841,9 +890,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 62df7f7f-6a05-4de8-9122-5f18b8d50d49 + - 9930ce2c-79f7-4a29-88de-05f3c537bc93 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 201 message: Created @@ -862,9 +911,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3171f4d8-39d2-4e77-8d98-d2e3ab19c0bd?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b598b1a9-b4e5-4fb8-814a-2dbb905dad51?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -876,7 +925,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:40:42 GMT + - Wed, 22 Jun 2022 08:08:19 GMT expires: - '-1' pragma: @@ -893,7 +942,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c5a6bb0d-abf7-4b57-a607-1b48843a0562 + - b0ac39bd-19ca-4bf3-810f-83132309a39b status: code: 200 message: OK @@ -912,9 +961,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3171f4d8-39d2-4e77-8d98-d2e3ab19c0bd?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b598b1a9-b4e5-4fb8-814a-2dbb905dad51?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -926,7 +975,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:40:52 GMT + - Wed, 22 Jun 2022 08:08:30 GMT expires: - '-1' pragma: @@ -943,7 +992,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bb63d161-cdc8-4571-9e49-b75d6d718908 + - d2e73abc-4985-4e3a-b165-25f3fab8281c status: code: 200 message: OK @@ -962,9 +1011,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3171f4d8-39d2-4e77-8d98-d2e3ab19c0bd?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b598b1a9-b4e5-4fb8-814a-2dbb905dad51?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -976,7 +1025,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:14 GMT + - Wed, 22 Jun 2022 08:08:50 GMT expires: - '-1' pragma: @@ -993,7 +1042,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - df793637-a0cb-45ee-9af1-4bea5484b699 + - e7e2eb71-8e70-40dd-8526-61ad6117bf89 status: code: 200 message: OK @@ -1012,9 +1061,109 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/3171f4d8-39d2-4e77-8d98-d2e3ab19c0bd?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b598b1a9-b4e5-4fb8-814a-2dbb905dad51?api-version=2021-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:09:09 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: + - 65119699-3d92-44a0-8f23-871e46e38327 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network private-endpoint create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id + --group-ids + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b598b1a9-b4e5-4fb8-814a-2dbb905dad51?api-version=2021-08-01 + response: + body: + string: "{\r\n \"status\": \"InProgress\"\r\n}" + headers: + cache-control: + - no-cache + content-length: + - '30' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:09: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: + - 2daa5276-ec8a-4d0b-ad61-b5813c5fbbe5 + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - network private-endpoint create + Connection: + - keep-alive + ParameterSetName: + - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id + --group-ids + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/b598b1a9-b4e5-4fb8-814a-2dbb905dad51?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1026,7 +1175,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:34 GMT + - Wed, 22 Jun 2022 08:10:31 GMT expires: - '-1' pragma: @@ -1043,7 +1192,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 59233adf-d0b1-4568-9adc-137a8117d346 + - 06c4e66d-c33c-4367-9e2d-4d8358c89b1b status: code: 200 message: OK @@ -1062,18 +1211,18 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-pe-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005\",\r\n - \ \"etag\": \"W/\\\"39b93e77-1402-4598-be32-058f24abc554\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"9cfa3d67-8cf1-4a51-8b3c-3f91aaaeaaff\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"eastus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"5b0f6723-c1a0-436f-91ef-bbda364ef102\",\r\n \"privateLinkServiceConnections\": + \"45a31ca2-f08d-4063-9cee-ab4ccfc11027\",\r\n \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"cli-pec-000006\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005/privateLinkServiceConnections/cli-pec-000006\",\r\n - \ \"etag\": \"W/\\\"39b93e77-1402-4598-be32-058f24abc554\\\"\",\r\n + \ \"etag\": \"W/\\\"9cfa3d67-8cf1-4a51-8b3c-3f91aaaeaaff\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002\",\r\n \ \"groupIds\": [\r\n \"namespace\"\r\n ],\r\n @@ -1084,7 +1233,7 @@ interactions: \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000003/subnets/cli-subnet-000004\"\r\n \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.a4d21a02-243d-410a-8ce7-d01af9197e98\"\r\n + \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000005.nic.d0e60041-6c45-4945-91eb-c21466db00ea\"\r\n \ }\r\n ],\r\n \"customDnsConfigs\": [\r\n {\r\n \"fqdn\": \"eventhubs-nscli000002.servicebus.windows.net\",\r\n \"ipAddresses\": [\r\n \"10.0.0.4\"\r\n ]\r\n }\r\n ]\r\n }\r\n}" @@ -1096,9 +1245,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:34 GMT + - Wed, 22 Jun 2022 08:10:31 GMT etag: - - W/"39b93e77-1402-4598-be32-058f24abc554" + - W/"9cfa3d67-8cf1-4a51-8b3c-3f91aaaeaaff" expires: - '-1' pragma: @@ -1115,7 +1264,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 39aee1ee-f7f9-4fbd-8559-a7af301987f1 + - 52106c96-5d90-4e72-9688-4d1ae7fea900 status: code: 200 message: OK @@ -1133,32 +1282,32 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{"{tag1":"value1}"},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1","name":"143b7d17-0e95-40bb-8e5e-349b566fbef1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East - US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved"},"groupIds":["namespace"]}}],"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:39:23.863Z","updatedAt":"2022-04-19T07:40:15.947Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02","name":"5081130a-24bf-4340-b208-10ff2936ff02","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East + US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved"},"groupIds":["namespace"]}}],"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:06:51.29Z","updatedAt":"2022-06-22T08:07:42.337Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '1488' + - '1545' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:34 GMT + - Wed, 22 Jun 2022 08:10:33 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1184,12 +1333,12 @@ interactions: ParameterSetName: - --namespace-name -g --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1","name":"143b7d17-0e95-40bb-8e5e-349b566fbef1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02","name":"5081130a-24bf-4340-b208-10ff2936ff02","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved"},"groupIds":["namespace"]}}' headers: cache-control: @@ -1199,16 +1348,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:35 GMT + - Wed, 22 Jun 2022 08:10:33 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1234,12 +1383,12 @@ interactions: ParameterSetName: - --namespace-name -g --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1","name":"143b7d17-0e95-40bb-8e5e-349b566fbef1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02","name":"5081130a-24bf-4340-b208-10ff2936ff02","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved"},"groupIds":["namespace"]}}' headers: cache-control: @@ -1249,7 +1398,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:35 GMT + - Wed, 22 Jun 2022 08:10:34 GMT expires: - '-1' pragma: @@ -1284,12 +1433,12 @@ interactions: ParameterSetName: - --namespace-name -g --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1","name":"143b7d17-0e95-40bb-8e5e-349b566fbef1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02","name":"5081130a-24bf-4340-b208-10ff2936ff02","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved"},"groupIds":["namespace"]}}' headers: cache-control: @@ -1299,7 +1448,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:35 GMT + - Wed, 22 Jun 2022 08:10:34 GMT expires: - '-1' pragma: @@ -1340,16 +1489,16 @@ interactions: ParameterSetName: - --namespace-name -g --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1","name":"143b7d17-0e95-40bb-8e5e-349b566fbef1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02","name":"5081130a-24bf-4340-b208-10ff2936ff02","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East US","properties":{"provisioningState":"Updating","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Rejected","description":""},"groupIds":["namespace"]}}' headers: azure-asyncoperation: - - https://management.azure.com:443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1/operationStatus/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01&operationType=Update + - https://management.azure.com:443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02/operationStatus/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview&operationType=Update cache-control: - no-cache content-length: @@ -1357,7 +1506,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:36 GMT + - Wed, 22 Jun 2022 08:10:35 GMT expires: - '-1' pragma: @@ -1372,7 +1521,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 202 message: Accepted @@ -1390,12 +1539,12 @@ interactions: ParameterSetName: - --namespace-name -g --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1","name":"143b7d17-0e95-40bb-8e5e-349b566fbef1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02","name":"5081130a-24bf-4340-b208-10ff2936ff02","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East US","properties":{"provisioningState":"Updating","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Rejected","description":""},"groupIds":["namespace"]}}' headers: cache-control: @@ -1405,16 +1554,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:41:36 GMT + - Wed, 22 Jun 2022 08:10:35 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1440,12 +1589,12 @@ interactions: ParameterSetName: - --namespace-name -g --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1","name":"143b7d17-0e95-40bb-8e5e-349b566fbef1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02","name":"5081130a-24bf-4340-b208-10ff2936ff02","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"East US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000005"},"privateLinkServiceConnectionState":{"status":"Rejected","description":""},"groupIds":["namespace"]}}' headers: cache-control: @@ -1455,7 +1604,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:42:06 GMT + - Wed, 22 Jun 2022 08:11:06 GMT expires: - '-1' pragma: @@ -1492,36 +1641,36 @@ interactions: ParameterSetName: - --id -y User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com:443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1/operationStatus/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01&operationType=Delete + - https://management.azure.com:443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02/operationStatus/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview&operationType=Delete cache-control: - no-cache content-length: - '0' date: - - Tue, 19 Apr 2022 07:42:08 GMT + - Wed, 22 Jun 2022 08:11:07 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 202 message: Accepted @@ -1539,12 +1688,12 @@ interactions: ParameterSetName: - --id -y User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1/operationStatus/143b7d17-0e95-40bb-8e5e-349b566fbef1?api-version=2021-11-01&operationType=Delete + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02/operationStatus/5081130a-24bf-4340-b208-10ff2936ff02?api-version=2022-01-01-preview&operationType=Delete response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/143b7d17-0e95-40bb-8e5e-349b566fbef1/operationStatus/143b7d17-0e95-40bb-8e5e-349b566fbef1/operationStatus/143b7d17-0e95-40bb-8e5e-349b566fbef1","name":"143b7d17-0e95-40bb-8e5e-349b566fbef1","status":"Succeeded","startTime":"0001-01-01T00:00:00Z","endTime":"0001-01-01T00:00:00Z"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/privateEndpointConnections/5081130a-24bf-4340-b208-10ff2936ff02/operationStatus/5081130a-24bf-4340-b208-10ff2936ff02/operationStatus/5081130a-24bf-4340-b208-10ff2936ff02","name":"5081130a-24bf-4340-b208-10ff2936ff02","status":"Succeeded","startTime":"0001-01-01T00:00:00Z","endTime":"0001-01-01T00:00:00Z"}' headers: cache-control: - no-cache @@ -1553,16 +1702,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:42:38 GMT + - Wed, 22 Jun 2022 08:11:37 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_schema_registry.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_schema_registry.yaml index 981693f125a..aa803bec687 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_schema_registry.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_schema_registry.yaml @@ -1,6 +1,7 @@ interactions: - request: - body: '{"location": "westus2", "sku": {"name": "Premium", "tier": "Premium"}}' + body: '{"location": "westus2", "sku": {"name": "Premium", "tier": "Premium"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -11,37 +12,37 @@ interactions: Connection: - keep-alive Content-Length: - - '70' + - '120' Content-Type: - application/json ParameterSetName: - --resource-group --name --location --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:44:33.67Z","updatedAt":"2022-04-19T07:44:33.67Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '741' + - '801' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:44:34 GMT + - Wed, 22 Jun 2022 08:13:42 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -51,7 +52,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '48' + - '49' status: code: 200 message: OK @@ -69,31 +70,31 @@ interactions: ParameterSetName: - --resource-group --name --location --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:44:33.67Z","updatedAt":"2022-04-19T07:44:33.67Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '741' + - '801' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:45:05 GMT + - Wed, 22 Jun 2022 08:14:13 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -119,31 +120,31 @@ interactions: ParameterSetName: - --resource-group --name --location --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:44:33.67Z","updatedAt":"2022-04-19T07:44:33.67Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '741' + - '801' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:45:35 GMT + - Wed, 22 Jun 2022 08:14:43 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -169,31 +170,331 @@ interactions: ParameterSetName: - --resource-group --name --location --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:44:33.67Z","updatedAt":"2022-04-19T07:46:03.453Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '740' + - '801' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:05 GMT + - Wed, 22 Jun 2022 08:15:14 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:15:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:16:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:16:45 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:17:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:13:42.333Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + headers: + cache-control: + - no-cache + content-length: + - '801' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:17:47 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 + CommandName: + - eventhubs namespace create + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --location --sku + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview + response: + body: + string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:18:01.64Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + headers: + cache-control: + - no-cache + content-length: + - '798' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 22 Jun 2022 08:18:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -219,31 +520,31 @@ interactions: ParameterSetName: - --resource-group --name --location --sku User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-04-19T07:44:33.67Z","updatedAt":"2022-04-19T07:46:03.453Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-22T08:13:42.333Z","updatedAt":"2022-06-22T08:18:01.64Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '740' + - '798' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:06 GMT + - Wed, 22 Jun 2022 08:18:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -274,13 +575,13 @@ interactions: ParameterSetName: - -g --namespace-name --name --schema-compatibility --schema-type --group-properties User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003","name":"schema-nscli1000003","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:10.7808443Z","createdAtUtc":"2022-04-19T07:46:10.7808443Z","eTag":"0c617f16-818a-43e2-b29e-4c23ceba1ed0","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Forward","schemaType":"Avro"}}' + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:35.1491918Z","createdAtUtc":"2022-06-22T08:18:35.1491918Z","eTag":"8c6b8bf3-dc84-43c5-bae9-2e7942fc9d18","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Forward","schemaType":"Avro"}}' headers: cache-control: - no-cache @@ -289,7 +590,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:10 GMT + - Wed, 22 Jun 2022 08:18:35 GMT expires: - '-1' pragma: @@ -308,7 +609,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 200 message: OK @@ -326,13 +627,13 @@ interactions: ParameterSetName: - -g --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003","name":"schema-nscli1000003","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:10.7808443Z","createdAtUtc":"2022-04-19T07:46:10.7808443Z","eTag":"0c617f16-818a-43e2-b29e-4c23ceba1ed0","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Forward","schemaType":"Avro"}}' + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:35.1491918Z","createdAtUtc":"2022-06-22T08:18:35.1491918Z","eTag":"8c6b8bf3-dc84-43c5-bae9-2e7942fc9d18","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Forward","schemaType":"Avro"}}' headers: cache-control: - no-cache @@ -341,16 +642,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:11 GMT + - Wed, 22 Jun 2022 08:18:36 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -381,13 +682,13 @@ interactions: ParameterSetName: - -g --namespace-name --name --schema-compatibility --schema-type --group-properties User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004","name":"schema-nscli2000004","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:13.6263185Z","createdAtUtc":"2022-04-19T07:46:13.6263185Z","eTag":"ceecd8a3-8313-42ec-bbaf-030dbe489601","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Backward","schemaType":"Avro"}}' + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:38.9772438Z","createdAtUtc":"2022-06-22T08:18:38.9772438Z","eTag":"49dfc037-1219-47db-befc-5a833b781e03","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Backward","schemaType":"Avro"}}' headers: cache-control: - no-cache @@ -396,7 +697,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:13 GMT + - Wed, 22 Jun 2022 08:18:38 GMT expires: - '-1' pragma: @@ -415,7 +716,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -433,13 +734,13 @@ interactions: ParameterSetName: - -g --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004","name":"schema-nscli2000004","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:13.6263185Z","createdAtUtc":"2022-04-19T07:46:13.6263185Z","eTag":"ceecd8a3-8313-42ec-bbaf-030dbe489601","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Backward","schemaType":"Avro"}}' + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:38.9772438Z","createdAtUtc":"2022-06-22T08:18:38.9772438Z","eTag":"49dfc037-1219-47db-befc-5a833b781e03","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Backward","schemaType":"Avro"}}' headers: cache-control: - no-cache @@ -448,7 +749,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:14 GMT + - Wed, 22 Jun 2022 08:18:40 GMT expires: - '-1' pragma: @@ -487,13 +788,13 @@ interactions: ParameterSetName: - -g --namespace-name --name --schema-compatibility --schema-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005","name":"schema-nscli3000005","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:16.6559672Z","createdAtUtc":"2022-04-19T07:46:16.6559672Z","eTag":"38202f8e-a5d6-4f50-b3fa-8d157bf69484","groupProperties":{},"schemaCompatibility":"None","schemaType":"Avro"}}' + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:44.6024219Z","createdAtUtc":"2022-06-22T08:18:44.6024219Z","eTag":"9e1bd100-50df-4bc2-b318-dbb047ab446c","groupProperties":{},"schemaCompatibility":"None","schemaType":"Avro"}}' headers: cache-control: - no-cache @@ -502,7 +803,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:15 GMT + - Wed, 22 Jun 2022 08:18:44 GMT expires: - '-1' pragma: @@ -539,13 +840,13 @@ interactions: ParameterSetName: - -g --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005","name":"schema-nscli3000005","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:16.6559672Z","createdAtUtc":"2022-04-19T07:46:16.6559672Z","eTag":"38202f8e-a5d6-4f50-b3fa-8d157bf69484","groupProperties":{},"schemaCompatibility":"None","schemaType":"Avro"}}' + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:44.6024219Z","createdAtUtc":"2022-06-22T08:18:44.6024219Z","eTag":"9e1bd100-50df-4bc2-b318-dbb047ab446c","groupProperties":{},"schemaCompatibility":"None","schemaType":"Avro"}}' headers: cache-control: - no-cache @@ -554,16 +855,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:17 GMT + - Wed, 22 Jun 2022 08:18:45 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -589,15 +890,15 @@ interactions: ParameterSetName: - -g --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups?api-version=2022-01-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003","name":"schema-nscli1000003","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:10.7808443Z","createdAtUtc":"2022-04-19T07:46:10.7808443Z","eTag":"0c617f16-818a-43e2-b29e-4c23ceba1ed0","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Forward","schemaType":"Avro"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004","name":"schema-nscli2000004","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:13.6263185Z","createdAtUtc":"2022-04-19T07:46:13.6263185Z","eTag":"ceecd8a3-8313-42ec-bbaf-030dbe489601","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Backward","schemaType":"Avro"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005","name":"schema-nscli3000005","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West - US 2","properties":{"updatedAtUtc":"2022-04-19T07:46:16.6559672Z","createdAtUtc":"2022-04-19T07:46:16.6559672Z","eTag":"38202f8e-a5d6-4f50-b3fa-8d157bf69484","groupProperties":{},"schemaCompatibility":"None","schemaType":"Avro"}}]}' + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:35.1491918Z","createdAtUtc":"2022-06-22T08:18:35.1491918Z","eTag":"8c6b8bf3-dc84-43c5-bae9-2e7942fc9d18","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Forward","schemaType":"Avro"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004","name":"schema-nscli2000004","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:38.9772438Z","createdAtUtc":"2022-06-22T08:18:38.9772438Z","eTag":"49dfc037-1219-47db-befc-5a833b781e03","groupProperties":{"k1":"v1","k2":"v2"},"schemaCompatibility":"Backward","schemaType":"Avro"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005","name":"schema-nscli3000005","type":"Microsoft.EventHub/Namespaces/SchemaGroups","location":"West + US 2","properties":{"updatedAtUtc":"2022-06-22T08:18:44.6024219Z","createdAtUtc":"2022-06-22T08:18:44.6024219Z","eTag":"9e1bd100-50df-4bc2-b318-dbb047ab446c","groupProperties":{},"schemaCompatibility":"None","schemaType":"Avro"}}]}' headers: cache-control: - no-cache @@ -606,7 +907,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:19 GMT + - Wed, 22 Jun 2022 08:18:48 GMT expires: - '-1' pragma: @@ -645,9 +946,9 @@ interactions: ParameterSetName: - -g --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli3000005?api-version=2022-01-01-preview response: body: string: '' @@ -655,22 +956,22 @@ interactions: cache-control: - no-cache date: - - Tue, 19 Apr 2022 07:46:20 GMT + - Wed, 22 Jun 2022 08:18:49 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 204 message: No Content @@ -690,9 +991,9 @@ interactions: ParameterSetName: - -g --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli2000004?api-version=2022-01-01-preview response: body: string: '' @@ -700,22 +1001,22 @@ interactions: cache-control: - no-cache date: - - Tue, 19 Apr 2022 07:46:21 GMT + - Wed, 22 Jun 2022 08:18:49 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14998' status: code: 204 message: No Content @@ -735,9 +1036,9 @@ interactions: ParameterSetName: - -g --namespace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups/schema-nscli1000003?api-version=2022-01-01-preview response: body: string: '' @@ -745,7 +1046,7 @@ interactions: cache-control: - no-cache date: - - Tue, 19 Apr 2022 07:46:23 GMT + - Wed, 22 Jun 2022 08:18:50 GMT expires: - '-1' pragma: @@ -760,7 +1061,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14996' + - '14998' status: code: 204 message: No Content @@ -778,9 +1079,9 @@ interactions: ParameterSetName: - -g --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/schemagroups?api-version=2022-01-01-preview response: body: string: '{"value":[]}' @@ -792,7 +1093,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 07:46:53 GMT + - Wed, 22 Jun 2022 08:19:23 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_cluster_commands.py b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_cluster_commands.py index 7d897cb312b..8e2d5d2268b 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_cluster_commands.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_cluster_commands.py @@ -20,9 +20,9 @@ class EHNamespaceCURDScenarioTest(ScenarioTest): @AllowLargeResponse() def test_eh_cluster(self): self.kwargs.update({ - 'loc1': 'southcentralus', - 'loc': 'eastus', - 'rg': 'rgehcluster-cli-test', + 'loc1': 'westcentralus', + 'loc': 'southcentralus', + 'rg': self.create_random_name(prefix='rg-cluster-', length=20), 'clustername': self.create_random_name(prefix='eventhubs-clus1-', length=20), 'namespacename': self.create_random_name(prefix='eventhubs-nscli', length=20), 'tags': {'tag1=value1'}, diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py index e69de29bb2d..28d49c4b702 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py @@ -0,0 +1,179 @@ +# -------------------------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# -------------------------------------------------------------------------------------------- + +# AZURE CLI EventHub - NAMESPACE TEST DEFINITIONS + +import time + +from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, KeyVaultPreparer) + + +# pylint: disable=line-too-long +# pylint: disable=too-many-lines + + +class EHNamespaceAppl(ScenarioTest): + from azure.cli.testsdk.scenario_tests import AllowLargeResponse + + @AllowLargeResponse() + @ResourceGroupPreparer(name_prefix='cli_test_eh_namespace') + def test_eventhub_app_group(self, resource_group): + self.kwargs.update({ + 'loc': 'westus2', + 'rg': resource_group, + 'namespacename': self.create_random_name(prefix='eventhubs-nscli', length=20), + 'appgroup1': self.create_random_name(prefix='app-group-nscli1', length=20), + 'appgroup2': self.create_random_name(prefix='app-group-nscli2', length=20), + 'appgroup3': self.create_random_name(prefix='app-group-nscli3', length=20), + 'appgroup4': self.create_random_name(prefix='app-group-nscli4', length=20), + 'identifier1': 'SASKeyName=' + self.create_random_name(prefix='saskey', length=24), + 'identifier2': 'SASKeyName=' + self.create_random_name(prefix='saskey', length=24) + }) + + self.cmd('eventhubs namespace create --resource-group {rg} --name {namespacename} --location {loc} --sku Premium') + + AppGroup = self.cmd('eventhubs namespace application-group create --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup1} --client-app-group-identifier {identifier1} --is-enabled true ' + '--throttling-policy-config name=policy1 rate-limit-threshold=10000 metric-id=IncomingBytes ' + '--throttling-policy-config name=policy2 rate-limit-threshold=15000 metric-id=outgoingMessages ' + '--throttling-policy-config name=policy3 rate-limit-threshold=10000 metric-id=IncomingMessages').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup1'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier1'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 3 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(10000, AppGroup['policies'][2]['rateLimitThreshold']) + + AppGroup = self.cmd( + 'eventhubs namespace application-group application-group-policy add --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup1} ' + '--throttling-policy-config name=policy4 rate-limit-threshold=19000 metric-id=outgoingbytes').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup1'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier1'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 4 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(10000, AppGroup['policies'][2]['rateLimitThreshold']) + self.assertEqual('policy4', AppGroup['policies'][3]['name']) + self.assertEqual('OutgoingBytes', AppGroup['policies'][3]['metricId']) + self.assertEqual(19000, AppGroup['policies'][3]['rateLimitThreshold']) + + AppGroup = self.cmd( + 'eventhubs namespace application-group application-group-policy remove --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup1} ' + '--throttling-policy-config name=policy4 rate-limit-threshold=19000 metric-id=OutgoingBytes').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup1'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier1'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 3 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(10000, AppGroup['policies'][2]['rateLimitThreshold']) + + AppGroup = self.cmd( + 'eventhubs namespace application-group application-group-policy remove --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup1} ' + '--throttling-policy-config name=policy2 rate-limit-threshold=15000 metric-id=outgoingMessages ' + '--throttling-policy-config name=policy3 rate-limit-threshold=10000 metric-id=IncomingMessages').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup1'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier1'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 1 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + + AppGroup = self.cmd( + 'eventhubs namespace application-group application-group-policy add --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup1} ' + '--throttling-policy-config name=policy2 rate-limit-threshold=15000 metric-id=outgoingMessages ' + '--throttling-policy-config name=policy3 rate-limit-threshold=12000 metric-id=IncomingMessages').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup1'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier1'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 3 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(12000, AppGroup['policies'][2]['rateLimitThreshold']) + + AppGroup = self.cmd('eventhubs namespace application-group show --resource-group {rg} --namespace-name {namespacename} --name {appgroup1}').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup1'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier1'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 3 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(12000, AppGroup['policies'][2]['rateLimitThreshold']) + + AppGroup = self.cmd('eventhubs namespace application-group update --resource-group {rg} --namespace-name {namespacename} --name {appgroup1} ' + '--is-enabled false').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup1'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier1'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(False, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 3 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(12000, AppGroup['policies'][2]['rateLimitThreshold']) + + self.cmd('eventhubs namespace application-group delete --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup1}') + + time.sleep(20) + + list_of_app_groups = self.cmd('eventhubs namespace application-group list --resource-group {rg} --namespace-name {namespacename}').get_output_in_json() + + self.assertEqual(len(list_of_app_groups), 0) diff --git a/src/azure-cli/requirements.py3.Darwin.txt b/src/azure-cli/requirements.py3.Darwin.txt index 22e0de1e2a5..76a66f30e47 100644 --- a/src/azure-cli/requirements.py3.Darwin.txt +++ b/src/azure-cli/requirements.py3.Darwin.txt @@ -44,7 +44,7 @@ azure-mgmt-deploymentmanager==0.2.0 azure-mgmt-devtestlabs==4.0.0 azure-mgmt-dns==8.0.0 azure-mgmt-eventgrid==9.0.0 -azure-mgmt-eventhub==10.0.0 +azure-mgmt-eventhub==10.1.0 azure-mgmt-extendedlocation==1.0.0b2 azure-mgmt-hdinsight==9.0.0 azure-mgmt-imagebuilder==1.0.0 diff --git a/src/azure-cli/requirements.py3.Linux.txt b/src/azure-cli/requirements.py3.Linux.txt index b5aa0a9d591..f7f14596667 100644 --- a/src/azure-cli/requirements.py3.Linux.txt +++ b/src/azure-cli/requirements.py3.Linux.txt @@ -44,7 +44,7 @@ azure-mgmt-deploymentmanager==0.2.0 azure-mgmt-devtestlabs==4.0.0 azure-mgmt-dns==8.0.0 azure-mgmt-eventgrid==9.0.0 -azure-mgmt-eventhub==10.0.0 +azure-mgmt-eventhub==10.1.0 azure-mgmt-extendedlocation==1.0.0b2 azure-mgmt-hdinsight==9.0.0 azure-mgmt-imagebuilder==1.0.0 diff --git a/src/azure-cli/requirements.py3.windows.txt b/src/azure-cli/requirements.py3.windows.txt index 0dd0743b792..d6d7649b3cc 100644 --- a/src/azure-cli/requirements.py3.windows.txt +++ b/src/azure-cli/requirements.py3.windows.txt @@ -44,7 +44,7 @@ azure-mgmt-deploymentmanager==0.2.0 azure-mgmt-devtestlabs==4.0.0 azure-mgmt-dns==8.0.0 azure-mgmt-eventgrid==9.0.0 -azure-mgmt-eventhub==10.0.0 +azure-mgmt-eventhub==10.1.0 azure-mgmt-extendedlocation==1.0.0b2 azure-mgmt-hdinsight==9.0.0 azure-mgmt-imagebuilder==1.0.0 diff --git a/src/azure-cli/setup.py b/src/azure-cli/setup.py index bd66d6245a2..12e67250469 100644 --- a/src/azure-cli/setup.py +++ b/src/azure-cli/setup.py @@ -88,7 +88,7 @@ 'azure-mgmt-devtestlabs~=4.0', 'azure-mgmt-dns~=8.0.0', 'azure-mgmt-eventgrid==9.0.0', - 'azure-mgmt-eventhub~=10.0.0', + 'azure-mgmt-eventhub~=10.1.0', 'azure-mgmt-extendedlocation==1.0.0b2', 'azure-mgmt-hdinsight~=9.0.0', 'azure-mgmt-imagebuilder~=1.0.0', From a44c178bdcfa7a17b5aea5ae35c991b7935f8643 Mon Sep 17 00:00:00 2001 From: damodaravadhani <91929893+damodaravadhani@users.noreply.github.com> Date: Wed, 29 Jun 2022 01:05:40 +0530 Subject: [PATCH 03/11] Update custom.py --- src/azure-cli/azure/cli/command_modules/eventhubs/custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py index bf614bf42ba..a5d5d44db7c 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py @@ -607,6 +607,6 @@ def cli_remove_appgroup_policy(cmd, client, resource_group_name, namespace_name, if policy_object in appGroup.policies: appGroup.policies.remove(policy_object) else: - raise CLIError('The following policy was not found: Name: '+policy_object.name+', RateLimitThreshold: '+str(policy_object.rate_limit_threshold)+', MetricId: '+policy_object.metric_id) + raise CLIError('The following policy was not found: Name: ' + policy_object.name + ', RateLimitThreshold: ' + str(policy_object.rate_limit_threshold) + ', MetricId: '+policy_object.metric_id) return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) From 66854c47f723bc1629416c118eb07a7735a92e16 Mon Sep 17 00:00:00 2001 From: damodaravadhani <91929893+damodaravadhani@users.noreply.github.com> Date: Wed, 29 Jun 2022 01:06:58 +0530 Subject: [PATCH 04/11] Update action.py --- .../azure/cli/command_modules/eventhubs/action.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/action.py b/src/azure-cli/azure/cli/command_modules/eventhubs/action.py index 59ce6251bd6..1830fd01250 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/action.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/action.py @@ -71,13 +71,13 @@ def get_action(self, values, option_string): # pylint: disable=no-self-use rate_limit_threshold = int(v) elif k == 'metric-id': - if v.lower()==INCOMING_MESSAGES.lower(): + if v.lower() == INCOMING_MESSAGES.lower(): metric_id = INCOMING_MESSAGES - elif v.lower()==INCOMING_BYTES.lower(): + elif v.lower() == INCOMING_BYTES.lower(): metric_id = INCOMING_BYTES - elif v.lower()==OUTGOING_MESSAGES.lower(): + elif v.lower() == OUTGOING_MESSAGES.lower(): metric_id = OUTGOING_MESSAGES - elif v.lower()==OUTGOING_BYTES.lower(): + elif v.lower() == OUTGOING_BYTES.lower(): metric_id = OUTGOING_BYTES else: raise CLIError('Only allowed values for metric_id are: {0}, {1}, {2}, {3}'.format(INCOMING_MESSAGES, INCOMING_BYTES, OUTGOING_MESSAGES, OUTGOING_BYTES)) From 45fee330dbb8e08bbb7fcf5d9410ea1fd091e99f Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jun 2022 01:08:12 +0530 Subject: [PATCH 05/11] adding public network access property --- .../cli/command_modules/eventhubs/_help.py | 2 +- .../cli/command_modules/eventhubs/_params.py | 16 +- .../cli/command_modules/eventhubs/action.py | 2 +- .../cli/command_modules/eventhubs/commands.py | 1 + .../cli/command_modules/eventhubs/custom.py | 22 +- .../latest/recordings/test_eh_network.yaml | 1130 +++++- .../recordings/test_eventhub_app_group.yaml | 396 +- .../test_eventhub_commands_network_test.py | 151 +- .../recordings/test_iot_hub.yaml | 14 +- .../latest/recordings/test_identity_hub.yaml | 2856 ++++++-------- .../tests/latest/recordings/test_iot_hub.yaml | 3391 +++++++++-------- ...r_log_analytics_workspace_data_export.yaml | 12 +- ..._private_endpoint_connection_eventhub.yaml | 311 +- .../recordings/test_sql_db_security_mgmt.yaml | 1144 ++++-- .../test_sql_server_ms_support_mgmt.yaml | 943 +++-- .../test_sql_server_security_mgmt.yaml | 989 +++-- ...test_kusto_data_connection_event_grid.yaml | 672 ++-- .../test_kusto_data_connection_event_hub.yaml | 523 +-- ...l_pool_audit_policy_logentry_eventhub.yaml | 1098 ++++-- ...sql_ws_audit_policy_logentry_eventhub.yaml | 877 +++-- 20 files changed, 8273 insertions(+), 6277 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py index 0b80099c063..004ce13ffd3 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py @@ -707,7 +707,7 @@ examples: - name: Updates an application group myAppGroup for eventhub namespace mynamespace. text: | - az eventhubs namespace application-group create --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --is-enabled false + az eventhubs namespace application-group update --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --is-enabled false """ helps['eventhubs namespace application-group show'] = """ diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py index 6d121394caa..92ace6f2c81 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py @@ -204,6 +204,15 @@ def load_arguments_eh(self, _): c.argument('namespace_name', options_list=['--namespace-name'], id_part=None, help='Name of the Namespace') c.extra('vnet_name', arg_group='Virtual Network Rule', options_list=['--vnet-name'], help='Name of the Virtual Network') + with self.argument_context('eventhubs namespace network-rule update', resource_type=ResourceType.MGMT_EVENTHUB, min_api='2017-04-01') as c: + c.argument('public_network_access', options_list=['--public-network-access', '--public-network'], arg_type=get_enum_type(['Enabled', 'Disabled']), help='This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile\' access rules.') + c.argument('trusted_service_access_enabled', options_list=['--enable-trusted-service-access', '-t'], + arg_type=get_three_state_flag(), + help='A boolean value that indicates whether Trusted Service Access is enabled for Network Rule Set.') + c.argument('default_action', arg_group='networkrule', options_list=['--default-action'], + arg_type=get_enum_type(['Allow', 'Deny']), + help='Default Action for Network Rule Set.') + with self.argument_context('eventhubs namespace network-rule add', resource_type=ResourceType.MGMT_EVENTHUB, min_api='2017-04-01') as c: c.argument('ignore_missing_vnet_service_endpoint', arg_group='Virtual Network Rule', options_list=['--ignore-missing-endpoint'], arg_type=get_three_state_flag(), help='A boolean value that indicates whether to ignore missing vnet Service Endpoint') c.argument('action', arg_group='IP Address Rule', options_list=['--action'], arg_type=get_enum_type(['Allow']), help='Action of the IP rule') @@ -280,9 +289,8 @@ def load_arguments_eh(self, _): with self.argument_context('eventhubs namespace application-group create') as c: c.argument('namespace_name', options_list=['--namespace-name'], id_part=None, help='Name of Namespace') c.argument('application_group_name', arg_type=name_type, id_part=None, help='Name of Application Group') - c.argument('throttling_policy_config', action=ConstructPolicy, nargs='+', help='List of Throttling Policy Objects') - c.argument('client_app_group_identifier', help='The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)') + c.argument('client_app_group_identifier', options_list=['--client-app-group-identifier', '--client-app-group-id'], help='The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)') - for scope in ['eventhubs namespace application-group application-group-policy add', 'eventhubs namespace application-group application-group-policy remove']: + for scope in ['eventhubs namespace application-group application-group-policy add', 'eventhubs namespace application-group application-group-policy remove', 'eventhubs namespace application-group create']: with self.argument_context(scope) as c: - c.argument('throttling_policy_config', action=ConstructPolicy, nargs='+', help='List of Throttling Policy Objects') + c.argument('throttling_policy_config', action=ConstructPolicy, options_list=['--throttling-policy-config', '--throttling-policy', '--policy-config'], nargs='+', help='List of Throttling Policy Objects') diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/action.py b/src/azure-cli/azure/cli/command_modules/eventhubs/action.py index 59ce6251bd6..d57ba245635 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/action.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/action.py @@ -66,7 +66,7 @@ def get_action(self, values, option_string): # pylint: disable=no-self-use name = v elif k == 'rate-limit-threshold': - if(v.isdigit() == False): + if v.isdigit() is False: raise CLIError('rate-limit-threshold should be an integer') rate_limit_threshold = int(v) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py b/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py index 75afd9c98c6..5ebf48126b1 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py @@ -167,6 +167,7 @@ def load_command_table(self, _): g.custom_command('add', 'cli_networkrule_createupdate', validator=validate_subnet) g.show_command('list', 'get_network_rule_set') g.custom_command('remove', 'cli_networkrule_delete', validator=validate_subnet) + g.custom_command('update', 'cli_networkrule_update') # Identity Region with self.command_group('eventhubs namespace identity', eh_namespace_util, min_api='2021-06-01-preview', resource_type=ResourceType.MGMT_EVENTHUB, client_factory=namespaces_mgmt_client_factory) as g: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py index bf614bf42ba..aed7924a94d 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py @@ -341,6 +341,22 @@ def cli_networkrule_createupdate(cmd, client, resource_group_name, namespace_nam return client.create_or_update_network_rule_set(resource_group_name, namespace_name, netwrokruleset) +def cli_networkrule_update(cmd, client, resource_group_name, namespace_name, public_network_access=None, trusted_service_access_enabled=None + , default_action=None): + networkruleset = client.get_network_rule_set(resource_group_name, namespace_name) + + if trusted_service_access_enabled is not None: + networkruleset.trusted_service_access_enabled = trusted_service_access_enabled + + if public_network_access: + networkruleset.public_network_access = public_network_access + + if default_action: + networkruleset.default_action = default_action + + return client.create_or_update_network_rule_set(resource_group_name, namespace_name, networkruleset) + + def cli_networkrule_delete(cmd, client, resource_group_name, namespace_name, subnet=None, ip_mask=None): NWRuleSetVirtualNetworkRules = cmd.get_models('NWRuleSetVirtualNetworkRules', resource_type=ResourceType.MGMT_EVENTHUB) NWRuleSetIpRules = cmd.get_models('NWRuleSetIpRules', resource_type=ResourceType.MGMT_EVENTHUB) @@ -582,7 +598,7 @@ def cli_appgroup_create(cmd, client, resource_group_name, namespace_name, applic return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) -def cli_appgroup_update(cmd, client, resource_group_name, namespace_name, application_group_name, is_enabled=None): +def cli_appgroup_update(client, resource_group_name, namespace_name, application_group_name, is_enabled=None): appGroup = client.get(resource_group_name, namespace_name, application_group_name) if is_enabled is not None: @@ -591,13 +607,13 @@ def cli_appgroup_update(cmd, client, resource_group_name, namespace_name, applic return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) -def cli_add_appgroup_policy(cmd, client, resource_group_name, namespace_name, application_group_name, throttling_policy_config): +def cli_add_appgroup_policy(client, resource_group_name, namespace_name, application_group_name, throttling_policy_config): appGroup = client.get(resource_group_name, namespace_name, application_group_name) appGroup.policies.extend(throttling_policy_config) return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) -def cli_remove_appgroup_policy(cmd, client, resource_group_name, namespace_name, application_group_name, throttling_policy_config): +def cli_remove_appgroup_policy(client, resource_group_name, namespace_name, application_group_name, throttling_policy_config): from azure.cli.core import CLIError appGroup = client.get(resource_group_name, namespace_name, application_group_name) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml index 48dfcbc3571..2aeabf2b3f4 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml @@ -18,7 +18,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T08:01:38Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T19:26:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:40 GMT + - Tue, 28 Jun 2022 19:26:49 GMT expires: - '-1' pragma: @@ -66,10 +66,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"d54a9481-3486-41d5-94c7-5aa170d6d5ca\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"70e4d18e-96d5-4d6f-9e8f-4b98a09ccb4f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -78,7 +78,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/368c6510-53f7-4499-869a-249caa241ca9?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/423f604c-c978-46a9-a1f9-ea816c7dacf1?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -86,7 +86,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:45 GMT + - Tue, 28 Jun 2022 19:26:53 GMT expires: - '-1' pragma: @@ -99,9 +99,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f7ede82e-e230-4edf-872c-694438684582 + - c039e509-52c1-4dc6-95ce-d629f3daf5b0 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -121,7 +121,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/368c6510-53f7-4499-869a-249caa241ca9?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/423f604c-c978-46a9-a1f9-ea816c7dacf1?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -133,7 +133,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:48 GMT + - Tue, 28 Jun 2022 19:26:56 GMT expires: - '-1' pragma: @@ -150,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 59f4ca97-0104-47a4-b740-a3ebc75ea261 + - b0e83157-1db8-4fa5-ba54-dec9352deb68 status: code: 200 message: OK @@ -174,10 +174,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"bb744733-8a84-4d91-8af3-dc444609e2cf\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"0e96a56e-d561-40f5-82b4-956982014904\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -190,9 +190,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:48 GMT + - Tue, 28 Jun 2022 19:26:57 GMT etag: - - W/"bb744733-8a84-4d91-8af3-dc444609e2cf" + - W/"0e96a56e-d561-40f5-82b4-956982014904" expires: - '-1' pragma: @@ -209,7 +209,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c6c9882a-bca9-4be2-a104-b90226990a86 + - 5765d5df-3156-47cb-b557-f688bf53f302 status: code: 200 message: OK @@ -232,7 +232,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T08:01:38Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T19:26:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -241,7 +241,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:49 GMT + - Tue, 28 Jun 2022 19:26:57 GMT expires: - '-1' pragma: @@ -280,10 +280,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"2146c500-8be2-4fc7-8f58-1745a7652f9b\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"da99b20f-8944-41b8-b2fe-f8a540dd68ba\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -292,7 +292,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/84e15a75-51c3-4b9a-917e-2f695cab2ebc?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d765c110-59a4-404e-9837-2658cb7d67e4?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -300,7 +300,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:54 GMT + - Tue, 28 Jun 2022 19:27:01 GMT expires: - '-1' pragma: @@ -313,9 +313,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b03dda58-051d-429e-9691-0550a9b2a315 + - 6f73d97f-3241-488c-92c4-52384f6d6171 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -335,7 +335,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/84e15a75-51c3-4b9a-917e-2f695cab2ebc?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d765c110-59a4-404e-9837-2658cb7d67e4?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -347,7 +347,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:57 GMT + - Tue, 28 Jun 2022 19:27:04 GMT expires: - '-1' pragma: @@ -364,7 +364,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f2ad01ec-705f-4925-9eb6-640c01452810 + - d6325294-a4ed-4342-aa52-944ffafc5e73 status: code: 200 message: OK @@ -388,10 +388,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"3d3d840e-75d6-4382-a6b6-47e0adc095e9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"15b1b330-661d-4b6b-b21a-0519ef71641e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -404,9 +404,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:57 GMT + - Tue, 28 Jun 2022 19:27:04 GMT etag: - - W/"3d3d840e-75d6-4382-a6b6-47e0adc095e9" + - W/"15b1b330-661d-4b6b-b21a-0519ef71641e" expires: - '-1' pragma: @@ -423,7 +423,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 1cb96e1f-2f0d-4545-947d-c757b50be3bf + - 9a85d107-b200-433e-a55b-ffb41514a0a0 status: code: 200 message: OK @@ -447,10 +447,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"bb744733-8a84-4d91-8af3-dc444609e2cf\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"0e96a56e-d561-40f5-82b4-956982014904\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -463,9 +463,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:57 GMT + - Tue, 28 Jun 2022 19:27:05 GMT etag: - - W/"bb744733-8a84-4d91-8af3-dc444609e2cf" + - W/"0e96a56e-d561-40f5-82b4-956982014904" expires: - '-1' pragma: @@ -482,7 +482,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b9bc0f1b-109c-4063-b971-fdbd2542ed4c + - 23a76533-9e3c-4ecc-90a1-75a3edaf15e3 status: code: 200 message: OK @@ -515,15 +515,15 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"679a2228-bfef-4f3f-bdc1-71f7c0edbb28\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"191da9a1-2522-4074-aad6-468af9cae44f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default\",\r\n - \ \"etag\": \"W/\\\"679a2228-bfef-4f3f-bdc1-71f7c0edbb28\\\"\",\r\n + \ \"etag\": \"W/\\\"191da9a1-2522-4074-aad6-468af9cae44f\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -534,7 +534,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/46d47563-fe64-4e8b-ad27-4f0762b9bda1?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ca9886cb-6219-43a5-8146-8f4d52effbe0?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -542,7 +542,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:01:59 GMT + - Tue, 28 Jun 2022 19:27:07 GMT expires: - '-1' pragma: @@ -559,9 +559,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 3b7490bd-b209-4de2-aab5-30fec4bd094d + - a6efcb4f-ff3b-43e9-a67e-6814ebbefcfe x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -581,7 +581,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/46d47563-fe64-4e8b-ad27-4f0762b9bda1?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ca9886cb-6219-43a5-8146-8f4d52effbe0?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -593,7 +593,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:02 GMT + - Tue, 28 Jun 2022 19:27:10 GMT expires: - '-1' pragma: @@ -610,7 +610,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 33af5252-3223-442e-9238-5237b6ada925 + - 8bb80162-644b-4cc0-bbb0-f0df6d187fe5 status: code: 200 message: OK @@ -634,15 +634,15 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"42af437d-7cde-49f3-98c3-deb954d84e72\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"31cc60a9-3787-426b-b08b-26825a25f904\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"561bd20a-8b1e-4620-a517-b6ced5c74d2b\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default\",\r\n - \ \"etag\": \"W/\\\"42af437d-7cde-49f3-98c3-deb954d84e72\\\"\",\r\n + \ \"etag\": \"W/\\\"31cc60a9-3787-426b-b08b-26825a25f904\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -657,9 +657,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:02 GMT + - Tue, 28 Jun 2022 19:27:11 GMT etag: - - W/"42af437d-7cde-49f3-98c3-deb954d84e72" + - W/"31cc60a9-3787-426b-b08b-26825a25f904" expires: - '-1' pragma: @@ -676,7 +676,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d15b3284-17ef-49c6-abfb-63c30e85296c + - 8dea965d-7700-47fa-8641-ca74f00f147f status: code: 200 message: OK @@ -700,10 +700,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"3d3d840e-75d6-4382-a6b6-47e0adc095e9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"15b1b330-661d-4b6b-b21a-0519ef71641e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -716,9 +716,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:03 GMT + - Tue, 28 Jun 2022 19:27:12 GMT etag: - - W/"3d3d840e-75d6-4382-a6b6-47e0adc095e9" + - W/"15b1b330-661d-4b6b-b21a-0519ef71641e" expires: - '-1' pragma: @@ -735,7 +735,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d34bb26e-130e-44bb-be1c-183ddc5c58b9 + - 7322a135-d80f-4bf7-a8bd-6b05673b967b status: code: 200 message: OK @@ -768,15 +768,15 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"3e920178-f333-4525-b999-c0de8804bf09\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"cc8dc194-aaae-4d7b-b0f1-bd558da3c199\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"secondvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet\",\r\n - \ \"etag\": \"W/\\\"3e920178-f333-4525-b999-c0de8804bf09\\\"\",\r\n + \ \"etag\": \"W/\\\"cc8dc194-aaae-4d7b-b0f1-bd558da3c199\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -787,7 +787,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/106dd778-bacf-4ac7-8eb6-6db3af8576f0?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/21e50299-3b8b-4123-b0f4-bb792286a302?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -795,7 +795,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:05 GMT + - Tue, 28 Jun 2022 19:27:14 GMT expires: - '-1' pragma: @@ -812,9 +812,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2ca484b5-558b-4b35-a87d-a9dc7945a4fc + - 69e08ca4-8ca8-4999-8e0a-0d2f27fc3064 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -834,7 +834,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/106dd778-bacf-4ac7-8eb6-6db3af8576f0?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/21e50299-3b8b-4123-b0f4-bb792286a302?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -846,7 +846,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:08 GMT + - Tue, 28 Jun 2022 19:27:17 GMT expires: - '-1' pragma: @@ -863,7 +863,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 36717773-ef3f-4c67-800f-6444e2e9d6a3 + - e2aaf4c9-22f5-4271-bbeb-3b36c569dca4 status: code: 200 message: OK @@ -887,15 +887,15 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"498b9a04-7dd1-410d-bcf3-29239c7d4d41\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"4502f23e-c5aa-41a6-87a0-f9ac081dc8ab\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"4759f36a-ff45-4aab-8ed5-55146d721b6a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"secondvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet\",\r\n - \ \"etag\": \"W/\\\"498b9a04-7dd1-410d-bcf3-29239c7d4d41\\\"\",\r\n + \ \"etag\": \"W/\\\"4502f23e-c5aa-41a6-87a0-f9ac081dc8ab\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -910,9 +910,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:09 GMT + - Tue, 28 Jun 2022 19:27:17 GMT etag: - - W/"498b9a04-7dd1-410d-bcf3-29239c7d4d41" + - W/"4502f23e-c5aa-41a6-87a0-f9ac081dc8ab" expires: - '-1' pragma: @@ -929,7 +929,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6d53935a-bfb9-4678-8c93-8524e7bf5c76 + - a119832d-744e-4d9d-abe2-2f0b73444648 status: code: 200 message: OK @@ -965,16 +965,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:09 GMT + - Tue, 28 Jun 2022 19:27:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -984,7 +984,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1007,7 +1007,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-22T08:01:38Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T19:26:46Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1016,7 +1016,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:09 GMT + - Tue, 28 Jun 2022 19:27:18 GMT expires: - '-1' pragma: @@ -1055,16 +1055,16 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:02:13.797Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:27:23.04Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '809' + - '807' content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:14 GMT + - Tue, 28 Jun 2022 19:27:24 GMT expires: - '-1' pragma: @@ -1107,16 +1107,16 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:02:13.797Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:27:23.04Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '809' + - '807' content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:02:45 GMT + - Tue, 28 Jun 2022 19:27:54 GMT expires: - '-1' pragma: @@ -1157,7 +1157,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:05.84Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:13.307Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1166,7 +1166,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:16 GMT + - Tue, 28 Jun 2022 19:28:25 GMT expires: - '-1' pragma: @@ -1216,7 +1216,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:17 GMT + - Tue, 28 Jun 2022 19:28:25 GMT expires: - '-1' pragma: @@ -1271,7 +1271,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:23 GMT + - Tue, 28 Jun 2022 19:28:32 GMT expires: - '-1' pragma: @@ -1290,7 +1290,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 200 message: OK @@ -1314,7 +1314,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:05.84Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:13.307Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1323,7 +1323,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:23 GMT + - Tue, 28 Jun 2022 19:28:32 GMT expires: - '-1' pragma: @@ -1364,7 +1364,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:05.84Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:13.307Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1373,7 +1373,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:24 GMT + - Tue, 28 Jun 2022 19:28:33 GMT expires: - '-1' pragma: @@ -1414,7 +1414,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:05.84Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:13.307Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1423,16 +1423,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:25 GMT + - Tue, 28 Jun 2022 19:28:34 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1473,7 +1473,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:26 GMT + - Tue, 28 Jun 2022 19:28:35 GMT expires: - '-1' pragma: @@ -1528,7 +1528,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:33 GMT + - Tue, 28 Jun 2022 19:28:43 GMT expires: - '-1' pragma: @@ -1547,7 +1547,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1578,16 +1578,16 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:41.857Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:52.56Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '810' + - '808' content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:03:41 GMT + - Tue, 28 Jun 2022 19:28:52 GMT expires: - '-1' pragma: @@ -1630,25 +1630,25 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-22T08:02:13.797Z","updatedAt":"2022-06-22T08:03:46.173Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:55.12Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '807' + - '805' content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:13 GMT + - Tue, 28 Jun 2022 19:29:23 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1689,16 +1689,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:14 GMT + - Tue, 28 Jun 2022 19:29:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1739,7 +1739,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:16 GMT + - Tue, 28 Jun 2022 19:29:25 GMT expires: - '-1' pragma: @@ -1794,7 +1794,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:23 GMT + - Tue, 28 Jun 2022 19:29:31 GMT expires: - '-1' pragma: @@ -1813,7 +1813,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -1846,16 +1846,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:25 GMT + - Tue, 28 Jun 2022 19:29:32 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1902,16 +1902,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:31 GMT + - Tue, 28 Jun 2022 19:29:39 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1954,16 +1954,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:32 GMT + - Tue, 28 Jun 2022 19:29:40 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2004,16 +2004,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:34 GMT + - Tue, 28 Jun 2022 19:29:40 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2059,16 +2059,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:41 GMT + - Tue, 28 Jun 2022 19:29:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2078,7 +2078,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -2111,7 +2111,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:42 GMT + - Tue, 28 Jun 2022 19:29:48 GMT expires: - '-1' pragma: @@ -2168,7 +2168,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:55 GMT + - Tue, 28 Jun 2022 19:30:02 GMT expires: - '-1' pragma: @@ -2187,7 +2187,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 200 message: OK @@ -2220,7 +2220,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:04:55 GMT + - Tue, 28 Jun 2022 19:30:03 GMT expires: - '-1' pragma: @@ -2278,7 +2278,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:05:09 GMT + - Tue, 28 Jun 2022 19:30:16 GMT expires: - '-1' pragma: @@ -2297,7 +2297,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -2309,11 +2309,11 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace network-rule list + - eventhubs namespace network-rule update Connection: - keep-alive ParameterSetName: - - --resource-group --name + - --resource-group --name --public-network-access User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET @@ -2321,7 +2321,7 @@ interactions: response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West - US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' headers: cache-control: - no-cache @@ -2330,16 +2330,74 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:05:09 GMT + - Tue, 28 Jun 2022 19:30:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"defaultAction": "Allow", "virtualNetworkRules": [{"subnet": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"}, + "ignoreMissingVnetServiceEndpoint": true}, {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"}, + "ignoreMissingVnetServiceEndpoint": true}], "ipRules": [{"ipMask": "1.1.1.1", + "action": "Allow"}], "publicNetworkAccess": "Disabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update + Connection: + - keep-alive + Content-Length: + - '624' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --public-network-access + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Disabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '881' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:30:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2348,6 +2406,8 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' status: code: 200 message: OK @@ -2359,11 +2419,11 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace network-rule remove + - eventhubs namespace network-rule update Connection: - keep-alive ParameterSetName: - - --resource-group --name --subnet + - --resource-group --name --public-network-access User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET @@ -2371,16 +2431,16 @@ interactions: response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West - US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + US","properties":{"publicNetworkAccess":"Disabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' headers: cache-control: - no-cache content-length: - - '880' + - '881' content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:05:13 GMT + - Tue, 28 Jun 2022 19:30:28 GMT expires: - '-1' pragma: @@ -2404,6 +2464,7 @@ interactions: - request: body: '{"properties": {"defaultAction": "Allow", "virtualNetworkRules": [{"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"}, + "ignoreMissingVnetServiceEndpoint": true}, {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"}, "ignoreMissingVnetServiceEndpoint": true}], "ipRules": [{"ipMask": "1.1.1.1", "action": "Allow"}], "publicNetworkAccess": "Enabled"}}' headers: @@ -2412,15 +2473,15 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace network-rule remove + - eventhubs namespace network-rule update Connection: - keep-alive Content-Length: - - '388' + - '623' Content-Type: - application/json ParameterSetName: - - --resource-group --name --subnet + - --resource-group --name --public-network-access User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT @@ -2428,16 +2489,16 @@ interactions: response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West - US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' headers: cache-control: - no-cache content-length: - - '650' + - '880' content-type: - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:05:22 GMT + - Tue, 28 Jun 2022 19:30:36 GMT expires: - '-1' pragma: @@ -2456,7 +2517,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2468,81 +2529,790 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace delete + - eventhubs namespace network-rule update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --public-network-access + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '880' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:30:37 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"defaultAction": "Allow", "virtualNetworkRules": [{"subnet": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"}, + "ignoreMissingVnetServiceEndpoint": true}, {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"}, + "ignoreMissingVnetServiceEndpoint": true}], "ipRules": [{"ipMask": "1.1.1.1", + "action": "Allow"}], "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update Connection: - keep-alive Content-Length: - - '0' + - '623' + Content-Type: + - application/json ParameterSetName: - - --resource-group --name + - --resource-group --name --public-network-access User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' headers: cache-control: - no-cache content-length: - - '0' + - '880' + content-type: + - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:05:26 GMT + - Tue, 28 Jun 2022 19:30:46 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.EventHub/locations/westus/operationStatus/eventhubs-cli000002?api-version=2022-01-01-preview&resourceType=Namespace pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 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' + x-ms-ratelimit-remaining-subscription-writes: + - '1197' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace delete + - eventhubs namespace network-rule update Connection: - keep-alive ParameterSetName: - - --resource-group --name + - --resource-group --name --default-action User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.EventHub/locations/westus/operationStatus/eventhubs-cli000002?api-version=2022-01-01-preview&resourceType=Namespace + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' headers: cache-control: - no-cache + content-length: + - '880' + content-type: + - application/json; charset=utf-8 date: - - Wed, 22 Jun 2022 08:05:56 GMT + - Tue, 28 Jun 2022 19:30:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"defaultAction": "Deny", "virtualNetworkRules": [{"subnet": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"}, + "ignoreMissingVnetServiceEndpoint": true}, {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"}, + "ignoreMissingVnetServiceEndpoint": true}], "ipRules": [{"ipMask": "1.1.1.1", + "action": "Allow"}], "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update + Connection: + - keep-alive + Content-Length: + - '622' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --default-action + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Deny","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '879' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:30:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --default-action + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Deny","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '879' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:30:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: '{"properties": {"defaultAction": "Allow", "virtualNetworkRules": [{"subnet": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"}, + "ignoreMissingVnetServiceEndpoint": true}, {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"}, + "ignoreMissingVnetServiceEndpoint": true}], "ipRules": [{"ipMask": "1.1.1.1", + "action": "Allow"}], "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update + Connection: + - keep-alive + Content-Length: + - '623' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --default-action + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '880' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:31:04 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-trusted-service-access + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '880' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:31:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: '{"properties": {"trustedServiceAccessEnabled": true, "defaultAction": "Allow", + "virtualNetworkRules": [{"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"}, + "ignoreMissingVnetServiceEndpoint": true}, {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"}, + "ignoreMissingVnetServiceEndpoint": true}], "ipRules": [{"ipMask": "1.1.1.1", + "action": "Allow"}], "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update + Connection: + - keep-alive + Content-Length: + - '660' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --enable-trusted-service-access + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}],"trustedServiceAccessEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '915' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:31:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --enable-trusted-service-access + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}],"trustedServiceAccessEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '915' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:31:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"trustedServiceAccessEnabled": false, "defaultAction": + "Allow", "virtualNetworkRules": [{"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"}, + "ignoreMissingVnetServiceEndpoint": true}, {"subnet": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"}, + "ignoreMissingVnetServiceEndpoint": true}], "ipRules": [{"ipMask": "1.1.1.1", + "action": "Allow"}], "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule update + Connection: + - keep-alive + Content-Length: + - '661' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --enable-trusted-service-access + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '880' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:31:21 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '880' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:31:23 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name --subnet + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true},{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '880' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:31:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"defaultAction": "Allow", "virtualNetworkRules": [{"subnet": + {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"}, + "ignoreMissingVnetServiceEndpoint": true}], "ipRules": [{"ipMask": "1.1.1.1", + "action": "Allow"}], "publicNetworkAccess": "Enabled"}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace network-rule remove + Connection: + - keep-alive + Content-Length: + - '388' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --name --subnet + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002/networkRuleSets/default","name":"default","type":"Microsoft.EventHub/Namespaces/NetworkRuleSets","location":"West + US","properties":{"publicNetworkAccess":"Enabled","defaultAction":"Allow","virtualNetworkRules":[{"subnet":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default"},"ignoreMissingVnetServiceEndpoint":true}],"ipRules":[{"ipMask":"1.1.1.1","action":"Allow"}]}}' + headers: + cache-control: + - no-cache + content-length: + - '650' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 19:31:33 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002?api-version=2022-01-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Tue, 28 Jun 2022 19:31:37 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.EventHub/locations/westus/operationStatus/eventhubs-cli000002?api-version=2022-01-01-preview&resourceType=Namespace + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace delete + Connection: + - keep-alive + ParameterSetName: + - --resource-group --name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001/providers/Microsoft.EventHub/locations/westus/operationStatus/eventhubs-cli000002?api-version=2022-01-01-preview&resourceType=Namespace + response: + body: + string: '' + headers: + cache-control: + - no-cache + date: + - Tue, 28 Jun 2022 19:32:07 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml index 34d89aa1f01..92f8f26a12d 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml @@ -24,7 +24,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T08:21:16.737Z","updatedAt":"2022-06-28T08:21:16.737Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -33,16 +33,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:46:36 GMT + - Tue, 28 Jun 2022 08:21:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -52,207 +52,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - eventhubs namespace create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --sku - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview - response: - body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' - headers: - cache-control: - - no-cache - content-length: - - '801' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 04:47:06 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Service-Bus-Resource-Provider/CH3 - - Microsoft-HTTPAPI/2.0 - server-sb: - - Service-Bus-Resource-Provider/CH3 - 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 - CommandName: - - eventhubs namespace create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --sku - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview - response: - body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' - headers: - cache-control: - - no-cache - content-length: - - '801' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 04:47:37 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Service-Bus-Resource-Provider/CH3 - - Microsoft-HTTPAPI/2.0 - server-sb: - - Service-Bus-Resource-Provider/CH3 - 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 - CommandName: - - eventhubs namespace create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --sku - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview - response: - body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' - headers: - cache-control: - - no-cache - content-length: - - '801' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 04:48:08 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Service-Bus-Resource-Provider/CH3 - - Microsoft-HTTPAPI/2.0 - server-sb: - - Service-Bus-Resource-Provider/CH3 - 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 - CommandName: - - eventhubs namespace create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --sku - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview - response: - body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' - headers: - cache-control: - - no-cache - content-length: - - '801' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 04:48:39 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Service-Bus-Resource-Provider/CH3 - - Microsoft-HTTPAPI/2.0 - server-sb: - - Service-Bus-Resource-Provider/CH3 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff + - '49' status: code: 200 message: OK @@ -276,7 +76,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T08:21:16.737Z","updatedAt":"2022-06-28T08:21:16.737Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -285,116 +85,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:49:08 GMT + - Tue, 28 Jun 2022 08:21:48 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 - - Microsoft-HTTPAPI/2.0 - server-sb: - - Service-Bus-Resource-Provider/CH3 - 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 - CommandName: - - eventhubs namespace create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --sku - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview - response: - body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' - headers: - cache-control: - - no-cache - content-length: - - '801' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 04:49:39 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Service-Bus-Resource-Provider/CH3 - - Microsoft-HTTPAPI/2.0 - server-sb: - - Service-Bus-Resource-Provider/CH3 - 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 - CommandName: - - eventhubs namespace create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --sku - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview - response: - body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' - headers: - cache-control: - - no-cache - content-length: - - '801' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 04:50:09 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -426,7 +126,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:46:35.497Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T08:21:16.737Z","updatedAt":"2022-06-28T08:21:16.737Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -435,16 +135,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:50:40 GMT + - Tue, 28 Jun 2022 08:22:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -476,25 +176,25 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:50:45.65Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T08:21:16.737Z","updatedAt":"2022-06-28T08:22:42.197Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '798' + - '799' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:10 GMT + - Tue, 28 Jun 2022 08:22:50 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -526,16 +226,16 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T04:46:35.497Z","updatedAt":"2022-06-28T04:50:45.65Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T08:21:16.737Z","updatedAt":"2022-06-28T08:22:42.197Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '798' + - '799' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:11 GMT + - Tue, 28 Jun 2022 08:22:51 GMT expires: - '-1' pragma: @@ -594,16 +294,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:13 GMT + - Tue, 28 Jun 2022 08:22:54 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -613,7 +313,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1192' status: code: 200 message: OK @@ -646,16 +346,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:14 GMT + - Tue, 28 Jun 2022 08:23:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -706,16 +406,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:15 GMT + - Tue, 28 Jun 2022 08:23:02 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -758,7 +458,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:18 GMT + - Tue, 28 Jun 2022 08:23:05 GMT expires: - '-1' pragma: @@ -816,7 +516,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:20 GMT + - Tue, 28 Jun 2022 08:23:08 GMT expires: - '-1' pragma: @@ -835,7 +535,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' status: code: 200 message: OK @@ -868,7 +568,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:20 GMT + - Tue, 28 Jun 2022 08:23:09 GMT expires: - '-1' pragma: @@ -924,7 +624,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:22 GMT + - Tue, 28 Jun 2022 08:23:11 GMT expires: - '-1' pragma: @@ -943,7 +643,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' status: code: 200 message: OK @@ -976,7 +676,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:23 GMT + - Tue, 28 Jun 2022 08:23:12 GMT expires: - '-1' pragma: @@ -1034,7 +734,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:25 GMT + - Tue, 28 Jun 2022 08:23:14 GMT expires: - '-1' pragma: @@ -1053,7 +753,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -1086,7 +786,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:27 GMT + - Tue, 28 Jun 2022 08:23:16 GMT expires: - '-1' pragma: @@ -1136,7 +836,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:28 GMT + - Tue, 28 Jun 2022 08:23:18 GMT expires: - '-1' pragma: @@ -1194,7 +894,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:30 GMT + - Tue, 28 Jun 2022 08:23:20 GMT expires: - '-1' pragma: @@ -1213,7 +913,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -1245,7 +945,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 04:51:32 GMT + - Tue, 28 Jun 2022 08:23:21 GMT expires: - '-1' pragma: @@ -1292,16 +992,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 04:51:54 GMT + - Tue, 28 Jun 2022 08:23:42 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_commands_network_test.py b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_commands_network_test.py index a097ee5a024..44a216f9f85 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_commands_network_test.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_commands_network_test.py @@ -71,49 +71,166 @@ def test_eh_network(self, resource_group): 'eventhubs namespace network-rule list --resource-group {rg} --name {namespacename}').get_output_in_json() # add IP Rule - iprule = self.cmd( + networkRule = self.cmd( 'eventhubs namespace network-rule add --resource-group {rg} --name {namespacename} --ip-address {ipmask1} --action Allow').get_output_in_json() - self.assertEqual(len(iprule['ipRules']), 1) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertEqual(len(networkRule['virtualNetworkRules']), 0) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) + self.assertIsNone(networkRule['trustedServiceAccessEnabled']) # add IP Rule - iprule = self.cmd( + networkRule = self.cmd( 'eventhubs namespace network-rule add --resource-group {rg} --name {namespacename} --ip-address {ipmask2} --action Allow').get_output_in_json() - self.assertEqual(len(iprule['ipRules']), 2) - self.assertTrue(iprule['ipRules'][0]['ipMask'] == '1.1.1.1') - self.assertTrue(iprule['ipRules'][1]['ipMask'] == '2.2.2.2') + self.assertEqual(len(networkRule['ipRules']), 2) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertTrue(networkRule['ipRules'][1]['ipMask'] == '2.2.2.2') + self.assertEqual(len(networkRule['virtualNetworkRules']), 0) + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) # Get list of IP rule - iprule = self.cmd( + networkRule = self.cmd( 'eventhubs namespace network-rule list --resource-group {rg} --name {namespacename}').get_output_in_json() - self.assertEqual(len(iprule['ipRules']), 2) + self.assertEqual(len(networkRule['ipRules']), 2) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertTrue(networkRule['ipRules'][1]['ipMask'] == '2.2.2.2') + self.assertEqual(len(networkRule['virtualNetworkRules']), 0) + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) # Remove IPRule - iprule = self.cmd( + networkRule = self.cmd( 'eventhubs namespace network-rule remove --resource-group {rg} --name {namespacename} --ip-address {ipmask2}').get_output_in_json() - self.assertEqual(len(iprule['ipRules']), 1) - self.assertTrue(iprule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual(len(networkRule['virtualNetworkRules']), 0) + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) # add vnetrule - vnetrule = self.cmd( + networkRule = self.cmd( 'eventhubs namespace network-rule add --resource-group {rg} --name {namespacename} --subnet ' + created_subnet1['id'] + ' --ignore-missing-endpoint True').get_output_in_json() - self.assertEqual(len(vnetrule['virtualNetworkRules']), 1) + self.assertEqual(len(networkRule['virtualNetworkRules']), 1) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) # add vnetrule2 - vnetrule = self.cmd( + networkRule = self.cmd( 'eventhubs namespace network-rule add --resource-group {rg} --name {namespacename} --subnet ' + created_subnet2['id'] + ' --ignore-missing-endpoint True').get_output_in_json() - self.assertEqual(len(vnetrule['virtualNetworkRules']), 2) + self.assertEqual(len(networkRule['virtualNetworkRules']), 2) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) + + networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' + '--public-network-access Disabled').get_output_in_json() + self.assertEqual(len(networkRule['virtualNetworkRules']), 2) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Disabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) + + networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' + '--public-network-access Enabled').get_output_in_json() + self.assertEqual(len(networkRule['virtualNetworkRules']), 2) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) + + networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' + '--public-network-access Enabled').get_output_in_json() + self.assertEqual(len(networkRule['virtualNetworkRules']), 2) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) + + networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' + '--default-action Deny').get_output_in_json() + self.assertEqual(len(networkRule['virtualNetworkRules']), 2) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Deny', networkRule['defaultAction']) + + networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' + '--default-action Allow').get_output_in_json() + self.assertEqual(len(networkRule['virtualNetworkRules']), 2) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) + + networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' + '--enable-trusted-service-access').get_output_in_json() + self.assertEqual(len(networkRule['virtualNetworkRules']), 2) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) + self.assertTrue(networkRule['trustedServiceAccessEnabled']) + + networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' + '--enable-trusted-service-access false').get_output_in_json() + self.assertEqual(len(networkRule['virtualNetworkRules']), 2) + self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) + self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) + self.assertEqual(len(networkRule['ipRules']), 1) + self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') + self.assertEqual('Enabled', networkRule['publicNetworkAccess']) + self.assertEqual('Allow', networkRule['defaultAction']) + self.assertIsNone(networkRule['trustedServiceAccessEnabled']) + # list Vnetrules self.cmd( 'eventhubs namespace network-rule list --resource-group {rg} --name {namespacename}') # remove Vnetrule - vnetrule = self.cmd( + networkRule = self.cmd( 'eventhubs namespace network-rule remove --resource-group {rg} --name {namespacename} --subnet ' + created_subnet2['id']).get_output_in_json() - self.assertEqual(len(vnetrule['virtualNetworkRules']), 1) + self.assertEqual(len(networkRule['virtualNetworkRules']), 1) # Delete Namespace list by ResourceGroup self.cmd('eventhubs namespace delete --resource-group {rg} --name {namespacename}') diff --git a/src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2019_03_01/recordings/test_iot_hub.yaml b/src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2019_03_01/recordings/test_iot_hub.yaml index 5461ca65c78..2d50908622f 100644 --- a/src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2019_03_01/recordings/test_iot_hub.yaml +++ b/src/azure-cli/azure/cli/command_modules/iot/tests/hybrid_2019_03_01/recordings/test_iot_hub.yaml @@ -291,7 +291,7 @@ interactions: User-Agent: - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301","name":"ehNamespaceiothubfortest20190301","type":"Microsoft.EventHub/Namespaces","location":"West @@ -343,7 +343,7 @@ interactions: User-Agent: - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301","name":"ehNamespaceiothubfortest20190301","type":"Microsoft.EventHub/Namespaces","location":"West @@ -393,7 +393,7 @@ interactions: User-Agent: - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301","name":"ehNamespaceiothubfortest20190301","type":"Microsoft.EventHub/Namespaces","location":"West @@ -443,7 +443,7 @@ interactions: User-Agent: - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301","name":"ehNamespaceiothubfortest20190301","type":"Microsoft.EventHub/Namespaces","location":"West @@ -497,7 +497,7 @@ interactions: User-Agent: - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301/eventhubs/eventHubiothubfortest?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301/eventhubs/eventHubiothubfortest?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301/eventhubs/eventHubiothubfortest","name":"eventHubiothubfortest","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West @@ -553,7 +553,7 @@ interactions: User-Agent: - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301/eventhubs/eventHubiothubfortest/authorizationRules/eventHubPolicyiothubfortest?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301/eventhubs/eventHubiothubfortest/authorizationRules/eventHubPolicyiothubfortest?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301/eventhubs/eventHubiothubfortest/authorizationRules/eventHubPolicyiothubfortest","name":"eventHubPolicyiothubfortest","type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules","location":"West @@ -607,7 +607,7 @@ interactions: User-Agent: - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301/eventhubs/eventHubiothubfortest/authorizationRules/eventHubPolicyiothubfortest/listKeys?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest20190301/eventhubs/eventHubiothubfortest/authorizationRules/eventHubPolicyiothubfortest/listKeys?api-version=2022-01-01-preview response: body: string: '{"primaryConnectionString":"Endpoint=sb://ehnamespaceiothubfortest20190301.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=cvsP2Puu26qH/x4Z97mdwD08N6249WqXY+4v4WO9LsE=;EntityPath=eventHubiothubfortest","secondaryConnectionString":"Endpoint=sb://ehnamespaceiothubfortest20190301.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=KUIjmBiowtBSDwHWgzZpwY3BIXvcYHgUvAvZZxHALnk=;EntityPath=eventHubiothubfortest","primaryKey":"cvsP2Puu26qH/x4Z97mdwD08N6249WqXY+4v4WO9LsE=","secondaryKey":"KUIjmBiowtBSDwHWgzZpwY3BIXvcYHgUvAvZZxHALnk=","keyName":"eventHubPolicyiothubfortest"}' diff --git a/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_identity_hub.yaml b/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_identity_hub.yaml index c8dff2f589e..243fad07fb9 100644 --- a/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_identity_hub.yaml +++ b/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_identity_hub.yaml @@ -13,22 +13,22 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2021-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Storage/storageAccounts/datahistorypp","name":"datahistorypp","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-19T17:10:36.1817423Z","key2":"2021-07-19T17:10:36.1817423Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-19T17:10:36.1817423Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-19T17:10:36.1817423Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-19T17:10:36.0879993Z","primaryEndpoints":{"dfs":"https://datahistorypp.dfs.core.windows.net/","web":"https://datahistorypp.z13.web.core.windows.net/","blob":"https://datahistorypp.blob.core.windows.net/","queue":"https://datahistorypp.queue.core.windows.net/","table":"https://datahistorypp.table.core.windows.net/","file":"https://datahistorypp.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://datahistorypp-secondary.dfs.core.windows.net/","web":"https://datahistorypp-secondary.z13.web.core.windows.net/","blob":"https://datahistorypp-secondary.blob.core.windows.net/","queue":"https://datahistorypp-secondary.queue.core.windows.net/","table":"https://datahistorypp-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iot-hub-extension-dogfood/providers/Microsoft.Storage/storageAccounts/iothubdfextension","name":"iothubdfextension","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-08T20:04:13.2606504Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-08T20:04:13.2606504Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-08T20:04:13.1512596Z","primaryEndpoints":{"dfs":"https://iothubdfextension.dfs.core.windows.net/","web":"https://iothubdfextension.z13.web.core.windows.net/","blob":"https://iothubdfextension.blob.core.windows.net/","queue":"https://iothubdfextension.queue.core.windows.net/","table":"https://iothubdfextension.table.core.windows.net/","file":"https://iothubdfextension.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://iothubdfextension-secondary.dfs.core.windows.net/","web":"https://iothubdfextension-secondary.z13.web.core.windows.net/","blob":"https://iothubdfextension-secondary.blob.core.windows.net/","queue":"https://iothubdfextension-secondary.queue.core.windows.net/","table":"https://iothubdfextension-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jiacjutest/providers/Microsoft.Storage/storageAccounts/jiacjutest","name":"jiacjutest","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-16T00:00:42.1218840Z","key2":"2021-11-16T00:00:42.1218840Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-16T00:00:42.1218840Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-16T00:00:42.1218840Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-11-16T00:00:41.8874796Z","primaryEndpoints":{"blob":"https://jiacjutest.blob.core.windows.net/","queue":"https://jiacjutest.queue.core.windows.net/","table":"https://jiacjutest.table.core.windows.net/","file":"https://jiacjutest.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/model-repo-test/providers/Microsoft.Storage/storageAccounts/modelrepostorage","name":"modelrepostorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-22T21:14:54.0252821Z","key2":"2022-02-22T21:14:54.0252821Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-22T21:14:54.0409956Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-22T21:14:54.0409956Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-22T21:14:53.9002827Z","primaryEndpoints":{"dfs":"https://modelrepostorage.dfs.core.windows.net/","web":"https://modelrepostorage.z13.web.core.windows.net/","blob":"https://modelrepostorage.blob.core.windows.net/","queue":"https://modelrepostorage.queue.core.windows.net/","table":"https://modelrepostorage.table.core.windows.net/","file":"https://modelrepostorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://modelrepostorage-secondary.dfs.core.windows.net/","web":"https://modelrepostorage-secondary.z13.web.core.windows.net/","blob":"https://modelrepostorage-secondary.blob.core.windows.net/","queue":"https://modelrepostorage-secondary.queue.core.windows.net/","table":"https://modelrepostorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avins-models-repo-test/providers/Microsoft.Storage/storageAccounts/modelsrepotest230291","name":"modelsrepotest230291","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-11T22:28:39.5386501Z","key2":"2022-05-11T22:28:39.5386501Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T22:28:39.5386501Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T22:28:39.5386501Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-11T22:28:39.3511797Z","primaryEndpoints":{"dfs":"https://modelsrepotest230291.dfs.core.windows.net/","web":"https://modelsrepotest230291.z13.web.core.windows.net/","blob":"https://modelsrepotest230291.blob.core.windows.net/","queue":"https://modelsrepotest230291.queue.core.windows.net/","table":"https://modelsrepotest230291.table.core.windows.net/","file":"https://modelsrepotest230291.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://modelsrepotest230291-secondary.dfs.core.windows.net/","web":"https://modelsrepotest230291-secondary.z13.web.core.windows.net/","blob":"https://modelsrepotest230291-secondary.blob.core.windows.net/","queue":"https://modelsrepotest230291-secondary.queue.core.windows.net/","table":"https://modelsrepotest230291-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avins-models-repo-test/providers/Microsoft.Storage/storageAccounts/modelsrepotest2303","name":"modelsrepotest2303","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-24T21:29:15.1865885Z","key2":"2022-03-24T21:29:15.1865885Z"},"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avins-models-repo-test/providers/Microsoft.Storage/storageAccounts/modelsrepotest2303/privateEndpointConnections/modelsrepotest2303.493f1adb-53e5-4737-9099-6284f27a6697","name":"modelsrepotest2303.493f1adb-53e5-4737-9099-6284f27a6697","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avins-models-repo-test/providers/Microsoft.Network/privateEndpoints/models-repo-test-storage-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T21:29:15.1865885Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T21:29:15.1865885Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-24T21:29:15.0459822Z","primaryEndpoints":{"dfs":"https://modelsrepotest2303.dfs.core.windows.net/","web":"https://modelsrepotest2303.z13.web.core.windows.net/","blob":"https://modelsrepotest2303.blob.core.windows.net/","queue":"https://modelsrepotest2303.queue.core.windows.net/","table":"https://modelsrepotest2303.table.core.windows.net/","file":"https://modelsrepotest2303.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://modelsrepotest2303-secondary.dfs.core.windows.net/","web":"https://modelsrepotest2303-secondary.z13.web.core.windows.net/","blob":"https://modelsrepotest2303-secondary.blob.core.windows.net/","queue":"https://modelsrepotest2303-secondary.queue.core.windows.net/","table":"https://modelsrepotest2303-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/edge_billable_modules/providers/Microsoft.Storage/storageAccounts/privatepreviewbilledge","name":"privatepreviewbilledge","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-14T03:26:59.5305000Z","key2":"2022-01-14T03:26:59.5305000Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-14T03:26:59.5305000Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-14T03:26:59.5305000Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-14T03:26:59.3898773Z","primaryEndpoints":{"dfs":"https://privatepreviewbilledge.dfs.core.windows.net/","web":"https://privatepreviewbilledge.z13.web.core.windows.net/","blob":"https://privatepreviewbilledge.blob.core.windows.net/","queue":"https://privatepreviewbilledge.queue.core.windows.net/","table":"https://privatepreviewbilledge.table.core.windows.net/","file":"https://privatepreviewbilledge.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://privatepreviewbilledge-secondary.dfs.core.windows.net/","web":"https://privatepreviewbilledge-secondary.z13.web.core.windows.net/","blob":"https://privatepreviewbilledge-secondary.blob.core.windows.net/","queue":"https://privatepreviewbilledge-secondary.queue.core.windows.net/","table":"https://privatepreviewbilledge-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Storage/storageAccounts/raharrideviceupdates","name":"raharrideviceupdates","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-10T21:56:24.8723906Z","key2":"2021-09-10T21:56:24.8723906Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T21:56:24.8723906Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T21:56:24.8723906Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-09-10T21:56:24.7786183Z","primaryEndpoints":{"blob":"https://raharrideviceupdates.blob.core.windows.net/","queue":"https://raharrideviceupdates.queue.core.windows.net/","table":"https://raharrideviceupdates.table.core.windows.net/","file":"https://raharrideviceupdates.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rido-validations/providers/Microsoft.Storage/storageAccounts/ridotempdata","name":"ridotempdata","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-19T21:49:24.0720856Z","key2":"2021-04-19T21:49:24.0720856Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-19T21:49:24.0720856Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-19T21:49:24.0720856Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-19T21:49:23.9627356Z","primaryEndpoints":{"dfs":"https://ridotempdata.dfs.core.windows.net/","web":"https://ridotempdata.z13.web.core.windows.net/","blob":"https://ridotempdata.blob.core.windows.net/","queue":"https://ridotempdata.queue.core.windows.net/","table":"https://ridotempdata.table.core.windows.net/","file":"https://ridotempdata.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ridotempdata-secondary.dfs.core.windows.net/","web":"https://ridotempdata-secondary.z13.web.core.windows.net/","blob":"https://ridotempdata-secondary.blob.core.windows.net/","queue":"https://ridotempdata-secondary.queue.core.windows.net/","table":"https://ridotempdata-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Storage/storageAccounts/rkesslerstorage","name":"rkesslerstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-31T04:38:45.5328731Z","key2":"2021-08-31T04:38:45.5328731Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T04:38:45.5328731Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T04:38:45.5328731Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-31T04:38:45.4234853Z","primaryEndpoints":{"dfs":"https://rkesslerstorage.dfs.core.windows.net/","web":"https://rkesslerstorage.z13.web.core.windows.net/","blob":"https://rkesslerstorage.blob.core.windows.net/","queue":"https://rkesslerstorage.queue.core.windows.net/","table":"https://rkesslerstorage.table.core.windows.net/","file":"https://rkesslerstorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://rkesslerstorage-secondary.dfs.core.windows.net/","web":"https://rkesslerstorage-secondary.z13.web.core.windows.net/","blob":"https://rkesslerstorage-secondary.blob.core.windows.net/","queue":"https://rkesslerstorage-secondary.queue.core.windows.net/","table":"https://rkesslerstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Storage/storageAccounts/topicspaceapp","name":"topicspaceapp","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-04T17:37:25.9771582Z","key2":"2021-08-04T17:37:25.9771582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-04T17:37:25.9771582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-04T17:37:25.9771582Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-04T17:37:25.8677834Z","primaryEndpoints":{"dfs":"https://topicspaceapp.dfs.core.windows.net/","web":"https://topicspaceapp.z13.web.core.windows.net/","blob":"https://topicspaceapp.blob.core.windows.net/","queue":"https://topicspaceapp.queue.core.windows.net/","table":"https://topicspaceapp.table.core.windows.net/","file":"https://topicspaceapp.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit/providers/Microsoft.Storage/storageAccounts/vilitstore","name":"vilitstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-23T20:09:36.4369560Z","key2":"2021-08-23T20:09:36.4369560Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-23T20:09:36.4369560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-23T20:09:36.4369560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-23T20:09:36.3275868Z","primaryEndpoints":{"dfs":"https://vilitstore.dfs.core.windows.net/","web":"https://vilitstore.z13.web.core.windows.net/","blob":"https://vilitstore.blob.core.windows.net/","queue":"https://vilitstore.queue.core.windows.net/","table":"https://vilitstore.table.core.windows.net/","file":"https://vilitstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Storage/storageAccounts/testiotextstor0","name":"testiotextstor0","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"Logging, - Metrics, AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-19T00:06:41.0740705Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-19T00:06:41.0740705Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-10-19T00:06:41.0115264Z","primaryEndpoints":{"dfs":"https://testiotextstor0.dfs.core.windows.net/","web":"https://testiotextstor0.z20.web.core.windows.net/","blob":"https://testiotextstor0.blob.core.windows.net/","queue":"https://testiotextstor0.queue.core.windows.net/","table":"https://testiotextstor0.table.core.windows.net/","file":"https://testiotextstor0.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-18T18:58:19.1625938Z","key2":"2022-05-18T18:58:19.1625938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T18:58:19.1625938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T18:58:19.1625938Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-18T18:58:19.0375974Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100300009acbc8c3","name":"cs4100300009acbc8c3","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-02-09T18:44:35.6761185Z","key2":"2022-02-09T18:44:35.6761185Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T18:44:35.6761185Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T18:44:35.6761185Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-09T18:44:35.5823418Z","primaryEndpoints":{"dfs":"https://cs4100300009acbc8c3.dfs.core.windows.net/","web":"https://cs4100300009acbc8c3.z22.web.core.windows.net/","blob":"https://cs4100300009acbc8c3.blob.core.windows.net/","queue":"https://cs4100300009acbc8c3.queue.core.windows.net/","table":"https://cs4100300009acbc8c3.table.core.windows.net/","file":"https://cs4100300009acbc8c3.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs41003200066a7dd52","name":"cs41003200066a7dd52","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-18T17:36:45.6533903Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-18T17:36:45.6533903Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-18T17:36:45.5752594Z","primaryEndpoints":{"dfs":"https://cs41003200066a7dd52.dfs.core.windows.net/","web":"https://cs41003200066a7dd52.z22.web.core.windows.net/","blob":"https://cs41003200066a7dd52.blob.core.windows.net/","queue":"https://cs41003200066a7dd52.queue.core.windows.net/","table":"https://cs41003200066a7dd52.table.core.windows.net/","file":"https://cs41003200066a7dd52.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff96467dc6","name":"cs410033fff96467dc6","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-13T17:13:30.0923471Z","key2":"2021-12-13T17:13:30.0923471Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-13T17:13:30.0923471Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-13T17:13:30.0923471Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-13T17:13:29.9986006Z","primaryEndpoints":{"dfs":"https://cs410033fff96467dc6.dfs.core.windows.net/","web":"https://cs410033fff96467dc6.z22.web.core.windows.net/","blob":"https://cs410033fff96467dc6.blob.core.windows.net/","queue":"https://cs410033fff96467dc6.queue.core.windows.net/","table":"https://cs410033fff96467dc6.table.core.windows.net/","file":"https://cs410033fff96467dc6.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410037ffe801b4af4","name":"cs410037ffe801b4af4","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T12:02:15.3272698Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T12:02:15.3272698Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-20T12:02:15.2647454Z","primaryEndpoints":{"dfs":"https://cs410037ffe801b4af4.dfs.core.windows.net/","web":"https://cs410037ffe801b4af4.z22.web.core.windows.net/","blob":"https://cs410037ffe801b4af4.blob.core.windows.net/","queue":"https://cs410037ffe801b4af4.queue.core.windows.net/","table":"https://cs410037ffe801b4af4.table.core.windows.net/","file":"https://cs410037ffe801b4af4.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4a386d5eaea90x441ax826","name":"cs4a386d5eaea90x441ax826","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-11-25T17:05:48.4365854Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-11-25T17:05:48.4365854Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-11-25T17:05:48.3897448Z","primaryEndpoints":{"dfs":"https://cs4a386d5eaea90x441ax826.dfs.core.windows.net/","web":"https://cs4a386d5eaea90x441ax826.z22.web.core.windows.net/","blob":"https://cs4a386d5eaea90x441ax826.blob.core.windows.net/","queue":"https://cs4a386d5eaea90x441ax826.queue.core.windows.net/","table":"https://cs4a386d5eaea90x441ax826.table.core.windows.net/","file":"https://cs4a386d5eaea90x441ax826.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iotqrcodes/providers/Microsoft.Storage/storageAccounts/iotqrcodes","name":"iotqrcodes","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-29T18:48:51.7888406Z","key2":"2021-07-29T18:48:51.7888406Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-29T18:48:51.7888406Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-29T18:48:51.7888406Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-29T18:48:51.7263422Z","primaryEndpoints":{"dfs":"https://iotqrcodes.dfs.core.windows.net/","web":"https://iotqrcodes.z22.web.core.windows.net/","blob":"https://iotqrcodes.blob.core.windows.net/","queue":"https://iotqrcodes.queue.core.windows.net/","table":"https://iotqrcodes.table.core.windows.net/","file":"https://iotqrcodes.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit/providers/Microsoft.Storage/storageAccounts/vilit8722","name":"vilit8722","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-11T18:59:07.4717431Z","key2":"2022-05-11T18:59:07.4717431Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T18:59:07.4717431Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T18:59:07.4717431Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-11T18:59:07.3623120Z","primaryEndpoints":{"blob":"https://vilit8722.blob.core.windows.net/","queue":"https://vilit8722.queue.core.windows.net/","table":"https://vilit8722.table.core.windows.net/","file":"https://vilit8722.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-eh-to-azmon/providers/Microsoft.Storage/storageAccounts/vilitehtoazmon8c23","name":"vilitehtoazmon8c23","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-31T17:19:46.9319689Z","key2":"2022-03-31T17:19:46.9319689Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T17:19:46.9319689Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T17:19:46.9319689Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-03-31T17:19:46.8225518Z","primaryEndpoints":{"blob":"https://vilitehtoazmon8c23.blob.core.windows.net/","queue":"https://vilitehtoazmon8c23.queue.core.windows.net/","table":"https://vilitehtoazmon8c23.table.core.windows.net/","file":"https://vilitehtoazmon8c23.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dt_test/providers/Microsoft.Storage/storageAccounts/wqklkwjkjwejkwe","name":"wqklkwjkjwejkwe","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-03-16T15:47:52.5520552Z","key2":"2021-03-16T15:47:52.5520552Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T15:47:52.5520552Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T15:47:52.5520552Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-16T15:47:52.4739156Z","primaryEndpoints":{"dfs":"https://wqklkwjkjwejkwe.dfs.core.windows.net/","web":"https://wqklkwjkjwejkwe.z19.web.core.windows.net/","blob":"https://wqklkwjkjwejkwe.blob.core.windows.net/","queue":"https://wqklkwjkjwejkwe.queue.core.windows.net/","table":"https://wqklkwjkjwejkwe.table.core.windows.net/","file":"https://wqklkwjkjwejkwe.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli-int-test-rg/providers/Microsoft.Storage/storageAccounts/azcliintteststorage","name":"azcliintteststorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-18T00:47:50.5253938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-18T00:47:50.5253938Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-07-18T00:47:50.4473020Z","primaryEndpoints":{"dfs":"https://azcliintteststorage.dfs.core.windows.net/","web":"https://azcliintteststorage.z5.web.core.windows.net/","blob":"https://azcliintteststorage.blob.core.windows.net/","queue":"https://azcliintteststorage.queue.core.windows.net/","table":"https://azcliintteststorage.table.core.windows.net/","file":"https://azcliintteststorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://azcliintteststorage-secondary.dfs.core.windows.net/","web":"https://azcliintteststorage-secondary.z5.web.core.windows.net/","blob":"https://azcliintteststorage-secondary.blob.core.windows.net/","queue":"https://azcliintteststorage-secondary.queue.core.windows.net/","table":"https://azcliintteststorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/eventualC/providers/Microsoft.Storage/storageAccounts/dmrstore","name":"dmrstore","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T01:26:42.2484427Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T01:26:42.2484427Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-20T01:26:42.1546871Z","primaryEndpoints":{"dfs":"https://dmrstore.dfs.core.windows.net/","web":"https://dmrstore.z5.web.core.windows.net/","blob":"https://dmrstore.blob.core.windows.net/","queue":"https://dmrstore.queue.core.windows.net/","table":"https://dmrstore.table.core.windows.net/","file":"https://dmrstore.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Storage/storageAccounts/rkiotstorage2","name":"rkiotstorage2","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-23T23:15:17.7346844Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-23T23:15:17.7346844Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-23T23:15:17.6409336Z","primaryEndpoints":{"dfs":"https://rkiotstorage2.dfs.core.windows.net/","web":"https://rkiotstorage2.z5.web.core.windows.net/","blob":"https://rkiotstorage2.blob.core.windows.net/","queue":"https://rkiotstorage2.queue.core.windows.net/","table":"https://rkiotstorage2.table.core.windows.net/","file":"https://rkiotstorage2.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_GZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Storage/storageAccounts/rkstoragetest","name":"rkstoragetest","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-10T19:12:01.2738834Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-10T19:12:01.2738834Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-10T19:12:01.2113542Z","primaryEndpoints":{"dfs":"https://rkstoragetest.dfs.core.windows.net/","web":"https://rkstoragetest.z5.web.core.windows.net/","blob":"https://rkstoragetest.blob.core.windows.net/","queue":"https://rkstoragetest.queue.core.windows.net/","table":"https://rkstoragetest.table.core.windows.net/","file":"https://rkstoragetest.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Storage/storageAccounts/rktsistorage","name":"rktsistorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T17:19:34.7436222Z","key2":"2021-04-05T17:19:34.7436222Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T17:19:34.7592460Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T17:19:34.7592460Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T17:19:34.6498962Z","primaryEndpoints":{"dfs":"https://rktsistorage.dfs.core.windows.net/","web":"https://rktsistorage.z5.web.core.windows.net/","blob":"https://rktsistorage.blob.core.windows.net/","queue":"https://rktsistorage.queue.core.windows.net/","table":"https://rktsistorage.table.core.windows.net/","file":"https://rktsistorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Storage/storageAccounts/storageaccountrkiot8c13","name":"storageaccountrkiot8c13","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-16T22:15:10.5759611Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-16T22:15:10.5759611Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-09-16T22:15:10.4821881Z","primaryEndpoints":{"blob":"https://storageaccountrkiot8c13.blob.core.windows.net/","queue":"https://storageaccountrkiot8c13.queue.core.windows.net/","table":"https://storageaccountrkiot8c13.table.core.windows.net/","file":"https://storageaccountrkiot8c13.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Storage/storageAccounts/storageaccountrkiotb9e5","name":"storageaccountrkiotb9e5","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-23T19:30:15.3804746Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-23T19:30:15.3804746Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-02-23T19:30:15.3023373Z","primaryEndpoints":{"blob":"https://storageaccountrkiotb9e5.blob.core.windows.net/","queue":"https://storageaccountrkiotb9e5.queue.core.windows.net/","table":"https://storageaccountrkiotb9e5.table.core.windows.net/","file":"https://storageaccountrkiotb9e5.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Storage/storageAccounts/testrevocation","name":"testrevocation","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-10T19:00:22.0329798Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-10T19:00:22.0329798Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-10T19:00:21.9705172Z","primaryEndpoints":{"dfs":"https://testrevocation.dfs.core.windows.net/","web":"https://testrevocation.z5.web.core.windows.net/","blob":"https://testrevocation.blob.core.windows.net/","queue":"https://testrevocation.queue.core.windows.net/","table":"https://testrevocation.table.core.windows.net/","file":"https://testrevocation.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testrevocation-secondary.dfs.core.windows.net/","web":"https://testrevocation-secondary.z5.web.core.windows.net/","blob":"https://testrevocation-secondary.blob.core.windows.net/","queue":"https://testrevocation-secondary.queue.core.windows.net/","table":"https://testrevocation-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Storage/storageAccounts/rkesslereasteaup2storage","name":"rkesslereasteaup2storage","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-28T16:38:28.5298643Z","key2":"2021-10-28T16:38:28.5298643Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T16:38:28.5298643Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T16:38:28.5298643Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-28T16:38:28.4517312Z","primaryEndpoints":{"dfs":"https://rkesslereasteaup2storage.dfs.core.windows.net/","web":"https://rkesslereasteaup2storage.z3.web.core.windows.net/","blob":"https://rkesslereasteaup2storage.blob.core.windows.net/","queue":"https://rkesslereasteaup2storage.queue.core.windows.net/","table":"https://rkesslereasteaup2storage.table.core.windows.net/","file":"https://rkesslereasteaup2storage.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://rkesslereasteaup2storage-secondary.dfs.core.windows.net/","web":"https://rkesslereasteaup2storage-secondary.z3.web.core.windows.net/","blob":"https://rkesslereasteaup2storage-secondary.blob.core.windows.net/","queue":"https://rkesslereasteaup2storage-secondary.queue.core.windows.net/","table":"https://rkesslereasteaup2storage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Storage/storageAccounts/rkesslerstoragev1","name":"rkesslerstoragev1","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-31T15:39:41.4036635Z","key2":"2021-08-31T15:39:41.4036635Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T15:39:41.4193120Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T15:39:41.4193120Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-31T15:39:41.3411838Z","primaryEndpoints":{"blob":"https://rkesslerstoragev1.blob.core.windows.net/","queue":"https://rkesslerstoragev1.queue.core.windows.net/","table":"https://rkesslerstoragev1.table.core.windows.net/","file":"https://rkesslerstoragev1.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"blob":"https://rkesslerstoragev1-secondary.blob.core.windows.net/","queue":"https://rkesslerstoragev1-secondary.queue.core.windows.net/","table":"https://rkesslerstoragev1-secondary.table.core.windows.net/"}}}]}' + string: '{"value":[{"identity":{"principalId":"840fca70-40b9-4b11-b371-47d2a7fca49b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aprao-keyvault-icm/providers/Microsoft.Storage/storageAccounts/apraos","name":"apraos","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-03-16T18:40:34.9782915Z","key2":"2021-03-16T18:40:34.9782915Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"keyvaultproperties":{"currentVersionedKeyIdentifier":"https://aprao-keyvault.vault.azure.net/keys/key1/1868f66b800d4c35a2b1d74caec0533d","lastKeyRotationTimestamp":"2021-03-16T18:42:12.1198230Z","currentVersionedKeyExpirationTimestamp":"2023-03-09T19:06:47.0000000Z","keyvaulturi":"https://aprao-keyvault.vault.azure.net","keyname":"key1","keyversion":""},"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"}},"keySource":"Microsoft.Keyvault"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-16T18:40:34.8533176Z","primaryEndpoints":{"dfs":"https://apraos.dfs.core.windows.net/","web":"https://apraos.z13.web.core.windows.net/","blob":"https://apraos.blob.core.windows.net/","queue":"https://apraos.queue.core.windows.net/","table":"https://apraos.table.core.windows.net/","file":"https://apraos.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://apraos-secondary.dfs.core.windows.net/","web":"https://apraos-secondary.z13.web.core.windows.net/","blob":"https://apraos-secondary.blob.core.windows.net/","queue":"https://apraos-secondary.queue.core.windows.net/","table":"https://apraos-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest","name":"ardsouzaprivatelinkstest","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-08T21:54:38.4161048Z","key2":"2022-03-08T21:54:38.4161048Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest/privateEndpointConnections/ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","name":"ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Network/privateEndpoints/ardsouzatestprivatelink"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"identity":{},"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-08T21:54:38.2754673Z","primaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest.table.core.windows.net/","file":"https://ardsouzaprivatelinkstest.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest-secondary.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest-secondary.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest-secondary.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest-secondary.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jakeschiller-synthetics/providers/Microsoft.Storage/storageAccounts/auditlogsjake","name":"auditlogsjake","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-04T18:16:57.1728121Z","key2":"2022-03-04T18:16:57.1728121Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-04T18:16:57.0321941Z","primaryEndpoints":{"dfs":"https://auditlogsjake.dfs.core.windows.net/","web":"https://auditlogsjake.z13.web.core.windows.net/","blob":"https://auditlogsjake.blob.core.windows.net/","queue":"https://auditlogsjake.queue.core.windows.net/","table":"https://auditlogsjake.table.core.windows.net/","file":"https://auditlogsjake.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032000fc40d543","name":"cs210032000fc40d543","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-26T18:43:28.0072728Z","key2":"2021-10-26T18:43:28.0072728Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-26T18:43:27.8822875Z","primaryEndpoints":{"dfs":"https://cs210032000fc40d543.dfs.core.windows.net/","web":"https://cs210032000fc40d543.z13.web.core.windows.net/","blob":"https://cs210032000fc40d543.blob.core.windows.net/","queue":"https://cs210032000fc40d543.queue.core.windows.net/","table":"https://cs210032000fc40d543.table.core.windows.net/","file":"https://cs210032000fc40d543.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs21003200113260ebe","name":"cs21003200113260ebe","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-18T16:13:52.3819223Z","key2":"2022-05-18T16:13:52.3819223Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T16:13:52.3975561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T16:13:52.3975561Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-18T16:13:52.2569128Z","primaryEndpoints":{"dfs":"https://cs21003200113260ebe.dfs.core.windows.net/","web":"https://cs21003200113260ebe.z13.web.core.windows.net/","blob":"https://cs21003200113260ebe.blob.core.windows.net/","queue":"https://cs21003200113260ebe.queue.core.windows.net/","table":"https://cs21003200113260ebe.table.core.windows.net/","file":"https://cs21003200113260ebe.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/capturerg/providers/Microsoft.Storage/storageAccounts/danscapturestor","name":"danscapturestor","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-05-10T17:04:59.4126203Z","primaryEndpoints":{"dfs":"https://danscapturestor.dfs.core.windows.net/","web":"https://danscapturestor.z13.web.core.windows.net/","blob":"https://danscapturestor.blob.core.windows.net/","queue":"https://danscapturestor.queue.core.windows.net/","table":"https://danscapturestor.table.core.windows.net/","file":"https://danscapturestor.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehcapturereplay/providers/Microsoft.Storage/storageAccounts/ehcapturereplay","name":"ehcapturereplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T19:12:07.2072655Z","key2":"2022-02-01T19:12:07.2072655Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T19:12:07.0510299Z","primaryEndpoints":{"blob":"https://ehcapturereplay.blob.core.windows.net/","queue":"https://ehcapturereplay.queue.core.windows.net/","table":"https://ehcapturereplay.table.core.windows.net/","file":"https://ehcapturereplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s02-rg_jfgk8s02_eastus/providers/Microsoft.Storage/storageAccounts/f14e964f95191459eaf85f3","name":"f14e964f95191459eaf85f3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T01:35:00.6925453Z","key2":"2021-05-16T01:35:00.6925453Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T01:35:00.5831489Z","primaryEndpoints":{"dfs":"https://f14e964f95191459eaf85f3.dfs.core.windows.net/","web":"https://f14e964f95191459eaf85f3.z13.web.core.windows.net/","blob":"https://f14e964f95191459eaf85f3.blob.core.windows.net/","queue":"https://f14e964f95191459eaf85f3.queue.core.windows.net/","table":"https://f14e964f95191459eaf85f3.table.core.windows.net/","file":"https://f14e964f95191459eaf85f3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s04-rg_jfgk8s04_eastus/providers/Microsoft.Storage/storageAccounts/f9fb0f3b75e644de7a8b1a5","name":"f9fb0f3b75e644de7a8b1a5","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-21T05:53:00.8960765Z","key2":"2021-05-21T05:53:00.8960765Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-21T05:53:00.7867115Z","primaryEndpoints":{"dfs":"https://f9fb0f3b75e644de7a8b1a5.dfs.core.windows.net/","web":"https://f9fb0f3b75e644de7a8b1a5.z13.web.core.windows.net/","blob":"https://f9fb0f3b75e644de7a8b1a5.blob.core.windows.net/","queue":"https://f9fb0f3b75e644de7a8b1a5.queue.core.windows.net/","table":"https://f9fb0f3b75e644de7a8b1a5.table.core.windows.net/","file":"https://f9fb0f3b75e644de7a8b1a5.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s03-rg_jfgk8s03_eastus/providers/Microsoft.Storage/storageAccounts/fc1f1b22293414ef8a49638","name":"fc1f1b22293414ef8a49638","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T22:21:33.8841286Z","key2":"2021-05-16T22:21:33.8841286Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T22:21:33.7591140Z","primaryEndpoints":{"dfs":"https://fc1f1b22293414ef8a49638.dfs.core.windows.net/","web":"https://fc1f1b22293414ef8a49638.z13.web.core.windows.net/","blob":"https://fc1f1b22293414ef8a49638.blob.core.windows.net/","queue":"https://fc1f1b22293414ef8a49638.queue.core.windows.net/","table":"https://fc1f1b22293414ef8a49638.table.core.windows.net/","file":"https://fc1f1b22293414ef8a49638.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s01-rg_jfgk8s01_eastus/providers/Microsoft.Storage/storageAccounts/fe3a48e25bb7d4a43b4476a","name":"fe3a48e25bb7d4a43b4476a","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-15T21:13:48.8778383Z","key2":"2021-05-15T21:13:48.8778383Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-15T21:13:48.7684800Z","primaryEndpoints":{"dfs":"https://fe3a48e25bb7d4a43b4476a.dfs.core.windows.net/","web":"https://fe3a48e25bb7d4a43b4476a.z13.web.core.windows.net/","blob":"https://fe3a48e25bb7d4a43b4476a.blob.core.windows.net/","queue":"https://fe3a48e25bb7d4a43b4476a.queue.core.windows.net/","table":"https://fe3a48e25bb7d4a43b4476a.table.core.windows.net/","file":"https://fe3a48e25bb7d4a43b4476a.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct3","name":"jfgstgacct3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":true,"keyCreationTime":{"key1":"2021-09-21T21:19:23.7492101Z","key2":"2021-09-21T21:19:23.7492101Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-21T21:19:23.6242147Z","primaryEndpoints":{"dfs":"https://jfgstgacct3.dfs.core.windows.net/","web":"https://jfgstgacct3.z13.web.core.windows.net/","blob":"https://jfgstgacct3.blob.core.windows.net/","queue":"https://jfgstgacct3.queue.core.windows.net/","table":"https://jfgstgacct3.table.core.windows.net/","file":"https://jfgstgacct3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct3-secondary.dfs.core.windows.net/","web":"https://jfgstgacct3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacct3-secondary.blob.core.windows.net/","queue":"https://jfgstgacct3-secondary.queue.core.windows.net/","table":"https://jfgstgacct3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgToDelete/providers/Microsoft.Storage/storageAccounts/jfgstgacct4mediasrvc","name":"jfgstgacct4mediasrvc","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-09-04T14:59:26.8105680Z","primaryEndpoints":{"blob":"https://jfgstgacct4mediasrvc.blob.core.windows.net/","queue":"https://jfgstgacct4mediasrvc.queue.core.windows.net/","table":"https://jfgstgacct4mediasrvc.table.core.windows.net/","file":"https://jfgstgacct4mediasrvc.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/jfgstgacctn","name":"jfgstgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T01:57:37.8270902Z","key2":"2021-04-16T01:57:37.8270902Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T01:57:37.7176940Z","primaryEndpoints":{"dfs":"https://jfgstgacctn.dfs.core.windows.net/","web":"https://jfgstgacctn.z13.web.core.windows.net/","blob":"https://jfgstgacctn.blob.core.windows.net/","queue":"https://jfgstgacctn.queue.core.windows.net/","table":"https://jfgstgacctn.table.core.windows.net/","file":"https://jfgstgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctn-secondary.dfs.core.windows.net/","web":"https://jfgstgacctn-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctn-secondary.blob.core.windows.net/","queue":"https://jfgstgacctn-secondary.queue.core.windows.net/","table":"https://jfgstgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt1","name":"jfgstgacctwmt1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T04:54:16.7474556Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt1.dfs.core.windows.net/","web":"https://jfgstgacctwmt1.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1.blob.core.windows.net/","queue":"https://jfgstgacctwmt1.queue.core.windows.net/","table":"https://jfgstgacctwmt1.table.core.windows.net/","file":"https://jfgstgacctwmt1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt1-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt1-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt1-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt2","name":"jfgstgacctwmt2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T05:44:17.6094265Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt2.dfs.core.windows.net/","web":"https://jfgstgacctwmt2.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2.blob.core.windows.net/","queue":"https://jfgstgacctwmt2.queue.core.windows.net/","table":"https://jfgstgacctwmt2.table.core.windows.net/","file":"https://jfgstgacctwmt2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt2-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt2-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt2-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt3","name":"jfgstgacctwmt3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T22:54:56.1329586Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt3.dfs.core.windows.net/","web":"https://jfgstgacctwmt3.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3.blob.core.windows.net/","queue":"https://jfgstgacctwmt3.queue.core.windows.net/","table":"https://jfgstgacctwmt3.table.core.windows.net/","file":"https://jfgstgacctwmt3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt3-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt3-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt4","name":"jfgstgacctwmt4","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-15T02:16:52.8821618Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt4.dfs.core.windows.net/","web":"https://jfgstgacctwmt4.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4.blob.core.windows.net/","queue":"https://jfgstgacctwmt4.queue.core.windows.net/","table":"https://jfgstgacctwmt4.table.core.windows.net/","file":"https://jfgstgacctwmt4.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt4-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt4-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt4-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EHResourceGr1/providers/Microsoft.Storage/storageAccounts/kasunehstore","name":"kasunehstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T23:34:23.0424727Z","key2":"2021-04-16T23:34:23.0424727Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T23:34:22.9330605Z","primaryEndpoints":{"dfs":"https://kasunehstore.dfs.core.windows.net/","web":"https://kasunehstore.z13.web.core.windows.net/","blob":"https://kasunehstore.blob.core.windows.net/","queue":"https://kasunehstore.queue.core.windows.net/","table":"https://kasunehstore.table.core.windows.net/","file":"https://kasunehstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kasunehstore-secondary.dfs.core.windows.net/","web":"https://kasunehstore-secondary.z13.web.core.windows.net/","blob":"https://kasunehstore-secondary.blob.core.windows.net/","queue":"https://kasunehstore-secondary.queue.core.windows.net/","table":"https://kasunehstore-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kasunResourceGroup1/providers/Microsoft.Storage/storageAccounts/kindrasiri1dlp","name":"kindrasiri1dlp","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-31T18:53:26.1259645Z","key2":"2021-08-31T18:53:26.1259645Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-31T18:53:26.0165731Z","primaryEndpoints":{"dfs":"https://kindrasiri1dlp.dfs.core.windows.net/","web":"https://kindrasiri1dlp.z13.web.core.windows.net/","blob":"https://kindrasiri1dlp.blob.core.windows.net/","queue":"https://kindrasiri1dlp.queue.core.windows.net/","table":"https://kindrasiri1dlp.table.core.windows.net/","file":"https://kindrasiri1dlp.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri-synapse/providers/Microsoft.Storage/storageAccounts/kindrasiriadls2","name":"kindrasiriadls2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-11T18:39:16.2706597Z","key2":"2021-06-11T18:39:16.2706597Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-11T18:39:16.1768907Z","primaryEndpoints":{"dfs":"https://kindrasiriadls2.dfs.core.windows.net/","web":"https://kindrasiriadls2.z13.web.core.windows.net/","blob":"https://kindrasiriadls2.blob.core.windows.net/","queue":"https://kindrasiriadls2.queue.core.windows.net/","table":"https://kindrasiriadls2.table.core.windows.net/","file":"https://kindrasiriadls2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kindrasiriadls2-secondary.dfs.core.windows.net/","web":"https://kindrasiriadls2-secondary.z13.web.core.windows.net/","blob":"https://kindrasiriadls2-secondary.blob.core.windows.net/","queue":"https://kindrasiriadls2-secondary.queue.core.windows.net/","table":"https://kindrasiriadls2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiriehreplay/providers/Microsoft.Storage/storageAccounts/kindrasiriehreplay","name":"kindrasiriehreplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T22:14:03.8595423Z","key2":"2022-02-01T22:14:03.8595423Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T22:14:03.7189311Z","primaryEndpoints":{"blob":"https://kindrasiriehreplay.blob.core.windows.net/","queue":"https://kindrasiriehreplay.queue.core.windows.net/","table":"https://kindrasiriehreplay.table.core.windows.net/","file":"https://kindrasiriehreplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasirifunctionbloblt/providers/Microsoft.Storage/storageAccounts/kindrasirifunctionbloblt","name":"kindrasirifunctionbloblt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T18:48:28.8584608Z","key2":"2022-02-01T18:48:28.8584608Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T18:48:28.7021807Z","primaryEndpoints":{"blob":"https://kindrasirifunctionbloblt.blob.core.windows.net/","queue":"https://kindrasirifunctionbloblt.queue.core.windows.net/","table":"https://kindrasirifunctionbloblt.table.core.windows.net/","file":"https://kindrasirifunctionbloblt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kqsstore","name":"kqsstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-09T22:39:02.6651369Z","key2":"2021-05-09T22:39:02.6651369Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-09T22:39:02.5713853Z","primaryEndpoints":{"dfs":"https://kqsstore.dfs.core.windows.net/","web":"https://kqsstore.z13.web.core.windows.net/","blob":"https://kqsstore.blob.core.windows.net/","queue":"https://kqsstore.queue.core.windows.net/","table":"https://kqsstore.table.core.windows.net/","file":"https://kqsstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/lmperftestazurefunction2","name":"lmperftestazurefunction2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"hidden-related:/providers/Microsoft.Web/sites/LMPerfTestAzureFunction20210805135248":"empty"},"properties":{"keyCreationTime":{"key1":"2021-08-05T20:54:31.9703900Z","key2":"2021-08-05T20:54:31.9703900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T20:54:31.8297365Z","primaryEndpoints":{"blob":"https://lmperftestazurefunction2.blob.core.windows.net/","queue":"https://lmperftestazurefunction2.queue.core.windows.net/","table":"https://lmperftestazurefunction2.table.core.windows.net/","file":"https://lmperftestazurefunction2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vagrawal-test/providers/Microsoft.Storage/storageAccounts/septhackhdistorage","name":"septhackhdistorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-13T06:52:12.6796825Z","key2":"2021-09-13T06:52:12.6796825Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-09-13T06:52:12.5546898Z","primaryEndpoints":{"blob":"https://septhackhdistorage.blob.core.windows.net/","queue":"https://septhackhdistorage.queue.core.windows.net/","table":"https://septhackhdistorage.table.core.windows.net/","file":"https://septhackhdistorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spegridtracingrg/providers/Microsoft.Storage/storageAccounts/spegridtracingstorage","name":"spegridtracingstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-05-18T03:03:51.6669063Z","key2":"2022-05-18T03:03:51.6825220Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T03:03:51.6825220Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T03:03:51.6825220Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-18T03:03:51.5419040Z","primaryEndpoints":{"dfs":"https://spegridtracingstorage.dfs.core.windows.net/","web":"https://spegridtracingstorage.z13.web.core.windows.net/","blob":"https://spegridtracingstorage.blob.core.windows.net/","queue":"https://spegridtracingstorage.queue.core.windows.net/","table":"https://spegridtracingstorage.table.core.windows.net/","file":"https://spegridtracingstorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://spegridtracingstorage-secondary.dfs.core.windows.net/","web":"https://spegridtracingstorage-secondary.z13.web.core.windows.net/","blob":"https://spegridtracingstorage-secondary.blob.core.windows.net/","queue":"https://spegridtracingstorage-secondary.queue.core.windows.net/","table":"https://spegridtracingstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/samplerg/providers/Microsoft.Storage/storageAccounts/sqlvao6ofh7zzepwns","name":"sqlvao6ofh7zzepwns","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:16:00.2324011Z","key2":"2021-10-18T18:16:00.2324011Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:16:00.1073983Z","primaryEndpoints":{"dfs":"https://sqlvao6ofh7zzepwns.dfs.core.windows.net/","web":"https://sqlvao6ofh7zzepwns.z13.web.core.windows.net/","blob":"https://sqlvao6ofh7zzepwns.blob.core.windows.net/","queue":"https://sqlvao6ofh7zzepwns.queue.core.windows.net/","table":"https://sqlvao6ofh7zzepwns.table.core.windows.net/","file":"https://sqlvao6ofh7zzepwns.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp6/providers/Microsoft.Storage/storageAccounts/stgacctn","name":"stgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T02:11:11.3403416Z","key2":"2021-04-16T02:11:11.3403416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T02:11:11.2461793Z","primaryEndpoints":{"dfs":"https://stgacctn.dfs.core.windows.net/","web":"https://stgacctn.z13.web.core.windows.net/","blob":"https://stgacctn.blob.core.windows.net/","queue":"https://stgacctn.queue.core.windows.net/","table":"https://stgacctn.table.core.windows.net/","file":"https://stgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://stgacctn-secondary.dfs.core.windows.net/","web":"https://stgacctn-secondary.z13.web.core.windows.net/","blob":"https://stgacctn-secondary.blob.core.windows.net/","queue":"https://stgacctn-secondary.queue.core.windows.net/","table":"https://stgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/saglodha-benchmarkingRG/providers/Microsoft.Storage/storageAccounts/storagesaglodha","name":"storagesaglodha","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-28T10:56:18.6084580Z","key2":"2022-04-28T10:56:18.6084580Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T10:56:18.6084580Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T10:56:18.6084580Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T10:56:18.4678415Z","primaryEndpoints":{"dfs":"https://storagesaglodha.dfs.core.windows.net/","web":"https://storagesaglodha.z13.web.core.windows.net/","blob":"https://storagesaglodha.blob.core.windows.net/","queue":"https://storagesaglodha.queue.core.windows.net/","table":"https://storagesaglodha.table.core.windows.net/","file":"https://storagesaglodha.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesaglodha-secondary.dfs.core.windows.net/","web":"https://storagesaglodha-secondary.z13.web.core.windows.net/","blob":"https://storagesaglodha-secondary.blob.core.windows.net/","queue":"https://storagesaglodha-secondary.queue.core.windows.net/","table":"https://storagesaglodha-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/streamanalyticswhitelist","name":"streamanalyticswhitelist","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-10T23:20:44.5343482Z","key2":"2021-06-10T23:20:44.5343482Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-10T23:20:44.4093688Z","primaryEndpoints":{"dfs":"https://streamanalyticswhitelist.dfs.core.windows.net/","web":"https://streamanalyticswhitelist.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist.blob.core.windows.net/","queue":"https://streamanalyticswhitelist.queue.core.windows.net/","table":"https://streamanalyticswhitelist.table.core.windows.net/","file":"https://streamanalyticswhitelist.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://streamanalyticswhitelist-secondary.dfs.core.windows.net/","web":"https://streamanalyticswhitelist-secondary.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist-secondary.blob.core.windows.net/","queue":"https://streamanalyticswhitelist-secondary.queue.core.windows.net/","table":"https://streamanalyticswhitelist-secondary.table.core.windows.net/"}}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"BlockBlobStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testbbehcapture0224","name":"testbbehcapture0224","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-24T18:41:43.7090412Z","key2":"2022-02-24T18:41:43.7090412Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"table":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"queue":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-24T18:41:43.5684368Z","primaryEndpoints":{"dfs":"https://testbbehcapture0224.dfs.core.windows.net/","web":"https://testbbehcapture0224.z13.web.core.windows.net/","blob":"https://testbbehcapture0224.blob.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/testencrypted","name":"testencrypted","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-08T18:38:35.3988277Z","key2":"2022-04-08T18:38:35.3988277Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":true,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-08T18:38:35.2425914Z","primaryEndpoints":{"dfs":"https://testencrypted.dfs.core.windows.net/","web":"https://testencrypted.z13.web.core.windows.net/","blob":"https://testencrypted.blob.core.windows.net/","queue":"https://testencrypted.queue.core.windows.net/","table":"https://testencrypted.table.core.windows.net/","file":"https://testencrypted.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.Storage/storageAccounts/testusstorageaccount","name":"testusstorageaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-22T07:53:19.7734218Z","key2":"2022-03-22T07:53:19.7734218Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T07:53:19.6484072Z","primaryEndpoints":{"dfs":"https://testusstorageaccount.dfs.core.windows.net/","web":"https://testusstorageaccount.z13.web.core.windows.net/","blob":"https://testusstorageaccount.blob.core.windows.net/","queue":"https://testusstorageaccount.queue.core.windows.net/","table":"https://testusstorageaccount.table.core.windows.net/","file":"https://testusstorageaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testusstorageaccount-secondary.dfs.core.windows.net/","web":"https://testusstorageaccount-secondary.z13.web.core.windows.net/","blob":"https://testusstorageaccount-secondary.blob.core.windows.net/","queue":"https://testusstorageaccount-secondary.queue.core.windows.net/","table":"https://testusstorageaccount-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.Storage/storageAccounts/yamlinstorageacct","name":"yamlinstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-12T06:45:17.1504948Z","key2":"2021-12-12T06:45:17.1504948Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-12T06:45:17.0410724Z","primaryEndpoints":{"dfs":"https://yamlinstorageacct.dfs.core.windows.net/","web":"https://yamlinstorageacct.z13.web.core.windows.net/","blob":"https://yamlinstorageacct.blob.core.windows.net/","queue":"https://yamlinstorageacct.queue.core.windows.net/","table":"https://yamlinstorageacct.table.core.windows.net/","file":"https://yamlinstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlinstorageacct-secondary.dfs.core.windows.net/","web":"https://yamlinstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yamlinstorageacct-secondary.blob.core.windows.net/","queue":"https://yamlinstorageacct-secondary.queue.core.windows.net/","table":"https://yamlinstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azureml/providers/Microsoft.Storage/storageAccounts/eventgridtestw5271599183","name":"eventgridtestw5271599183","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-10-01T22:49:28.9951256Z","primaryEndpoints":{"blob":"https://eventgridtestw5271599183.blob.core.windows.net/","queue":"https://eventgridtestw5271599183.queue.core.windows.net/","table":"https://eventgridtestw5271599183.table.core.windows.net/","file":"https://eventgridtestw5271599183.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hmlam-tmp/providers/Microsoft.Storage/storageAccounts/hmlamtmpstorage","name":"hmlamtmpstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-01T15:41:37.7076677Z","key2":"2021-04-01T15:41:37.7076677Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-01T15:41:37.5983199Z","primaryEndpoints":{"dfs":"https://hmlamtmpstorage.dfs.core.windows.net/","web":"https://hmlamtmpstorage.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage.blob.core.windows.net/","queue":"https://hmlamtmpstorage.queue.core.windows.net/","table":"https://hmlamtmpstorage.table.core.windows.net/","file":"https://hmlamtmpstorage.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://hmlamtmpstorage-secondary.dfs.core.windows.net/","web":"https://hmlamtmpstorage-secondary.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage-secondary.blob.core.windows.net/","queue":"https://hmlamtmpstorage-secondary.queue.core.windows.net/","table":"https://hmlamtmpstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kindrasiribenchmark","name":"kindrasiribenchmark","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-10T00:04:38.6276840Z","key2":"2021-05-10T00:04:38.6276840Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-10T00:04:38.5495606Z","primaryEndpoints":{"dfs":"https://kindrasiribenchmark.dfs.core.windows.net/","web":"https://kindrasiribenchmark.z20.web.core.windows.net/","blob":"https://kindrasiribenchmark.blob.core.windows.net/","queue":"https://kindrasiribenchmark.queue.core.windows.net/","table":"https://kindrasiribenchmark.table.core.windows.net/","file":"https://kindrasiribenchmark.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajmlstudiow2640013616","name":"surajmlstudiow2640013616","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-22T01:30:34.2299889Z","key2":"2022-03-22T01:30:34.2299889Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T01:30:34.1362347Z","primaryEndpoints":{"dfs":"https://surajmlstudiow2640013616.dfs.core.windows.net/","web":"https://surajmlstudiow2640013616.z20.web.core.windows.net/","blob":"https://surajmlstudiow2640013616.blob.core.windows.net/","queue":"https://surajmlstudiow2640013616.queue.core.windows.net/","table":"https://surajmlstudiow2640013616.table.core.windows.net/","file":"https://surajmlstudiow2640013616.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.Storage/storageAccounts/testingsdkeventhubnew","name":"testingsdkeventhubnew","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-08T21:44:02.4599707Z","primaryEndpoints":{"dfs":"https://testingsdkeventhubnew.dfs.core.windows.net/","web":"https://testingsdkeventhubnew.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew.blob.core.windows.net/","queue":"https://testingsdkeventhubnew.queue.core.windows.net/","table":"https://testingsdkeventhubnew.table.core.windows.net/","file":"https://testingsdkeventhubnew.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testingsdkeventhubnew-secondary.dfs.core.windows.net/","web":"https://testingsdkeventhubnew-secondary.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew-secondary.blob.core.windows.net/","queue":"https://testingsdkeventhubnew-secondary.queue.core.windows.net/","table":"https://testingsdkeventhubnew-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testsasyst0622","name":"testsasyst0622","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-22T17:38:38.8965465Z","key2":"2021-06-22T17:38:38.8965465Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-22T17:38:38.7871738Z","primaryEndpoints":{"dfs":"https://testsasyst0622.dfs.core.windows.net/","web":"https://testsasyst0622.z20.web.core.windows.net/","blob":"https://testsasyst0622.blob.core.windows.net/","queue":"https://testsasyst0622.queue.core.windows.net/","table":"https://testsasyst0622.table.core.windows.net/","file":"https://testsasyst0622.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testsasyst0622-secondary.dfs.core.windows.net/","web":"https://testsasyst0622-secondary.z20.web.core.windows.net/","blob":"https://testsasyst0622-secondary.blob.core.windows.net/","queue":"https://testsasyst0622-secondary.queue.core.windows.net/","table":"https://testsasyst0622-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.Storage/storageAccounts/yamlindslacctname","name":"yamlindslacctname","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T16:23:54.1736280Z","key2":"2022-03-17T16:23:54.1736280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T16:23:54.0330239Z","primaryEndpoints":{"dfs":"https://yamlindslacctname.dfs.core.windows.net/","web":"https://yamlindslacctname.z20.web.core.windows.net/","blob":"https://yamlindslacctname.blob.core.windows.net/","queue":"https://yamlindslacctname.queue.core.windows.net/","table":"https://yamlindslacctname.table.core.windows.net/","file":"https://yamlindslacctname.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlindslacctname-secondary.dfs.core.windows.net/","web":"https://yamlindslacctname-secondary.z20.web.core.windows.net/","blob":"https://yamlindslacctname-secondary.blob.core.windows.net/","queue":"https://yamlindslacctname-secondary.queue.core.windows.net/","table":"https://yamlindslacctname-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg5xdqjbjbd7243qj5nyiliivip6c4jkoegggyrrxnspt3z65ncr3ffeecar4tpkmqk/providers/Microsoft.Storage/storageAccounts/clitestmzavqzktzqplbe3vp","name":"clitestmzavqzktzqplbe3vp","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:54:54.0145716Z","key2":"2022-06-28T07:54:54.0145716Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:54:54.0302321Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:54:54.0302321Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:54:53.9052487Z","primaryEndpoints":{"blob":"https://clitestmzavqzktzqplbe3vp.blob.core.windows.net/","queue":"https://clitestmzavqzktzqplbe3vp.queue.core.windows.net/","table":"https://clitestmzavqzktzqplbe3vp.table.core.windows.net/","file":"https://clitestmzavqzktzqplbe3vp.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:58:10.9076593Z","key2":"2022-06-28T07:58:10.9076593Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:10.9233081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:10.9233081Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:58:10.7983009Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgws4z7dzufyobxgk4nenk7kinfq36noymrngy6gtnlxyvmin2dizqtl4pyt3nsfevy/providers/Microsoft.Storage/storageAccounts/clitestwbwqauswfmhkpa2vz","name":"clitestwbwqauswfmhkpa2vz","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:55:19.3118068Z","key2":"2022-06-28T07:55:19.3118068Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:55:19.3274228Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:55:19.3274228Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:55:19.2024220Z","primaryEndpoints":{"blob":"https://clitestwbwqauswfmhkpa2vz.blob.core.windows.net/","queue":"https://clitestwbwqauswfmhkpa2vz.queue.core.windows.net/","table":"https://clitestwbwqauswfmhkpa2vz.table.core.windows.net/","file":"https://clitestwbwqauswfmhkpa2vz.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100300009d4c58e9","name":"cs4100300009d4c58e9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-11-02T19:09:34.7019780Z","key2":"2021-11-02T19:09:34.7019780Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T19:09:34.6237764Z","primaryEndpoints":{"dfs":"https://cs4100300009d4c58e9.dfs.core.windows.net/","web":"https://cs4100300009d4c58e9.z22.web.core.windows.net/","blob":"https://cs4100300009d4c58e9.blob.core.windows.net/","queue":"https://cs4100300009d4c58e9.queue.core.windows.net/","table":"https://cs4100300009d4c58e9.table.core.windows.net/","file":"https://cs4100300009d4c58e9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003dd7f360","name":"cs4100320003dd7f360","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-05T16:57:11.3905310Z","key2":"2022-01-05T16:57:11.3905310Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-05T16:57:11.2967988Z","primaryEndpoints":{"dfs":"https://cs4100320003dd7f360.dfs.core.windows.net/","web":"https://cs4100320003dd7f360.z22.web.core.windows.net/","blob":"https://cs4100320003dd7f360.blob.core.windows.net/","queue":"https://cs4100320003dd7f360.queue.core.windows.net/","table":"https://cs4100320003dd7f360.table.core.windows.net/","file":"https://cs4100320003dd7f360.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003ff4d1b9","name":"cs4100320003ff4d1b9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-09-28T15:12:14.8813694Z","key2":"2021-09-28T15:12:14.8813694Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T15:12:14.8032406Z","primaryEndpoints":{"dfs":"https://cs4100320003ff4d1b9.dfs.core.windows.net/","web":"https://cs4100320003ff4d1b9.z22.web.core.windows.net/","blob":"https://cs4100320003ff4d1b9.blob.core.windows.net/","queue":"https://cs4100320003ff4d1b9.queue.core.windows.net/","table":"https://cs4100320003ff4d1b9.table.core.windows.net/","file":"https://cs4100320003ff4d1b9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs41003200067746e27","name":"cs41003200067746e27","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-06T22:52:19.8788005Z","key2":"2021-12-06T22:52:19.8788005Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T22:52:19.7850844Z","primaryEndpoints":{"dfs":"https://cs41003200067746e27.dfs.core.windows.net/","web":"https://cs41003200067746e27.z22.web.core.windows.net/","blob":"https://cs41003200067746e27.blob.core.windows.net/","queue":"https://cs41003200067746e27.queue.core.windows.net/","table":"https://cs41003200067746e27.table.core.windows.net/","file":"https://cs41003200067746e27.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320012c24c8c5","name":"cs4100320012c24c8c5","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-19T22:59:53.6542168Z","key2":"2021-05-19T22:59:53.6542168Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-19T22:59:53.5760663Z","primaryEndpoints":{"dfs":"https://cs4100320012c24c8c5.dfs.core.windows.net/","web":"https://cs4100320012c24c8c5.z22.web.core.windows.net/","blob":"https://cs4100320012c24c8c5.blob.core.windows.net/","queue":"https://cs4100320012c24c8c5.queue.core.windows.net/","table":"https://cs4100320012c24c8c5.table.core.windows.net/","file":"https://cs4100320012c24c8c5.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410032001d604f2fa","name":"cs410032001d604f2fa","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-04-12T21:29:59.5048565Z","key2":"2022-04-12T21:29:59.5048565Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-12T21:29:59.3954458Z","primaryEndpoints":{"dfs":"https://cs410032001d604f2fa.dfs.core.windows.net/","web":"https://cs410032001d604f2fa.z22.web.core.windows.net/","blob":"https://cs410032001d604f2fa.blob.core.windows.net/","queue":"https://cs410032001d604f2fa.queue.core.windows.net/","table":"https://cs410032001d604f2fa.table.core.windows.net/","file":"https://cs410032001d604f2fa.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff801baf53","name":"cs410033fff801baf53","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-17T22:36:21.9707778Z","primaryEndpoints":{"dfs":"https://cs410033fff801baf53.dfs.core.windows.net/","web":"https://cs410033fff801baf53.z22.web.core.windows.net/","blob":"https://cs410033fff801baf53.blob.core.windows.net/","queue":"https://cs410033fff801baf53.queue.core.windows.net/","table":"https://cs410033fff801baf53.table.core.windows.net/","file":"https://cs410033fff801baf53.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff949aad5b","name":"cs410033fff949aad5b","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-15T00:44:21.0375403Z","key2":"2022-03-15T00:44:21.0375403Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-15T00:44:20.9438059Z","primaryEndpoints":{"dfs":"https://cs410033fff949aad5b.dfs.core.windows.net/","web":"https://cs410033fff949aad5b.z22.web.core.windows.net/","blob":"https://cs410033fff949aad5b.blob.core.windows.net/","queue":"https://cs410033fff949aad5b.queue.core.windows.net/","table":"https://cs410033fff949aad5b.table.core.windows.net/","file":"https://cs410033fff949aad5b.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4326100e2f69dx4268x850","name":"cs4326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-15T22:23:20.1871999Z","primaryEndpoints":{"blob":"https://cs4326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs4326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs4326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs4326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10033fff86b2be46","name":"cswestus10033fff86b2be46","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-11T03:18:49.4436362Z","primaryEndpoints":{"dfs":"https://cswestus10033fff86b2be46.dfs.core.windows.net/","web":"https://cswestus10033fff86b2be46.z22.web.core.windows.net/","blob":"https://cswestus10033fff86b2be46.blob.core.windows.net/","queue":"https://cswestus10033fff86b2be46.queue.core.windows.net/","table":"https://cswestus10033fff86b2be46.table.core.windows.net/","file":"https://cswestus10033fff86b2be46.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10037ffe801af00d","name":"cswestus10037ffe801af00d","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-14T03:31:53.6789864Z","primaryEndpoints":{"dfs":"https://cswestus10037ffe801af00d.dfs.core.windows.net/","web":"https://cswestus10037ffe801af00d.z22.web.core.windows.net/","blob":"https://cswestus10037ffe801af00d.blob.core.windows.net/","queue":"https://cswestus10037ffe801af00d.queue.core.windows.net/","table":"https://cswestus10037ffe801af00d.table.core.windows.net/","file":"https://cswestus10037ffe801af00d.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus1003bffd988f0fb9","name":"cswestus1003bffd988f0fb9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-02T04:24:33.6144489Z","primaryEndpoints":{"dfs":"https://cswestus1003bffd988f0fb9.dfs.core.windows.net/","web":"https://cswestus1003bffd988f0fb9.z22.web.core.windows.net/","blob":"https://cswestus1003bffd988f0fb9.blob.core.windows.net/","queue":"https://cswestus1003bffd988f0fb9.queue.core.windows.net/","table":"https://cswestus1003bffd988f0fb9.table.core.windows.net/","file":"https://cswestus1003bffd988f0fb9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aschhab-eg-aci/providers/Microsoft.Storage/storageAccounts/egmountacct28783","name":"egmountacct28783","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-05T18:28:11.7477577Z","primaryEndpoints":{"blob":"https://egmountacct28783.blob.core.windows.net/","queue":"https://egmountacct28783.queue.core.windows.net/","table":"https://egmountacct28783.table.core.windows.net/","file":"https://egmountacct28783.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"identity":{"principalId":"60f52bcd-1575-44fb-85d3-b9b5a7471293","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehbyok/providers/Microsoft.Storage/storageAccounts/ehpmstororg1","name":"ehpmstororg1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-11T01:21:50.6520054Z","primaryEndpoints":{"blob":"https://ehpmstororg1.blob.core.windows.net/","queue":"https://ehpmstororg1.queue.core.windows.net/","table":"https://ehpmstororg1.table.core.windows.net/","file":"https://ehpmstororg1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"blob":"https://ehpmstororg1-secondary.blob.core.windows.net/","queue":"https://ehpmstororg1-secondary.queue.core.windows.net/","table":"https://ehpmstororg1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jagstest/providers/Microsoft.Storage/storageAccounts/jagstestdiag","name":"jagstestdiag","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-15T00:56:03.9240560Z","key2":"2022-01-15T00:56:03.9240560Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-15T00:56:03.8146841Z","primaryEndpoints":{"dfs":"https://jagstestdiag.dfs.core.windows.net/","web":"https://jagstestdiag.z22.web.core.windows.net/","blob":"https://jagstestdiag.blob.core.windows.net/","queue":"https://jagstestdiag.queue.core.windows.net/","table":"https://jagstestdiag.table.core.windows.net/","file":"https://jagstestdiag.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jagstestdiag-secondary.dfs.core.windows.net/","web":"https://jagstestdiag-secondary.z22.web.core.windows.net/","blob":"https://jagstestdiag-secondary.blob.core.windows.net/","queue":"https://jagstestdiag-secondary.queue.core.windows.net/","table":"https://jagstestdiag-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/jfgstgacct1","name":"jfgstgacct1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-11T13:41:38.2694902Z","primaryEndpoints":{"dfs":"https://jfgstgacct1.dfs.core.windows.net/","web":"https://jfgstgacct1.z22.web.core.windows.net/","blob":"https://jfgstgacct1.blob.core.windows.net/","queue":"https://jfgstgacct1.queue.core.windows.net/","table":"https://jfgstgacct1.table.core.windows.net/","file":"https://jfgstgacct1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct1-secondary.dfs.core.windows.net/","web":"https://jfgstgacct1-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct1-secondary.blob.core.windows.net/","queue":"https://jfgstgacct1-secondary.queue.core.windows.net/","table":"https://jfgstgacct1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct2","name":"jfgstgacct2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-09T16:57:35.8519121Z","primaryEndpoints":{"dfs":"https://jfgstgacct2.dfs.core.windows.net/","web":"https://jfgstgacct2.z22.web.core.windows.net/","blob":"https://jfgstgacct2.blob.core.windows.net/","queue":"https://jfgstgacct2.queue.core.windows.net/","table":"https://jfgstgacct2.table.core.windows.net/","file":"https://jfgstgacct2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct2-secondary.dfs.core.windows.net/","web":"https://jfgstgacct2-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct2-secondary.blob.core.windows.net/","queue":"https://jfgstgacct2-secondary.queue.core.windows.net/","table":"https://jfgstgacct2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadgen2storage","name":"manojprasadgen2storage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T22:58:48.1135002Z","primaryEndpoints":{"dfs":"https://manojprasadgen2storage.dfs.core.windows.net/","web":"https://manojprasadgen2storage.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage.blob.core.windows.net/","queue":"https://manojprasadgen2storage.queue.core.windows.net/","table":"https://manojprasadgen2storage.table.core.windows.net/","file":"https://manojprasadgen2storage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadgen2storage-secondary.dfs.core.windows.net/","web":"https://manojprasadgen2storage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage-secondary.blob.core.windows.net/","queue":"https://manojprasadgen2storage-secondary.queue.core.windows.net/","table":"https://manojprasadgen2storage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadstorage","name":"manojprasadstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T19:35:17.4763551Z","primaryEndpoints":{"dfs":"https://manojprasadstorage.dfs.core.windows.net/","web":"https://manojprasadstorage.z22.web.core.windows.net/","blob":"https://manojprasadstorage.blob.core.windows.net/","queue":"https://manojprasadstorage.queue.core.windows.net/","table":"https://manojprasadstorage.table.core.windows.net/","file":"https://manojprasadstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadstorage-secondary.dfs.core.windows.net/","web":"https://manojprasadstorage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadstorage-secondary.blob.core.windows.net/","queue":"https://manojprasadstorage-secondary.queue.core.windows.net/","table":"https://manojprasadstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SBProcess_group/providers/Microsoft.Storage/storageAccounts/sbprocessgroupb127","name":"sbprocessgroupb127","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T01:29:29.3978134Z","key2":"2022-06-22T01:29:29.3978134Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T01:29:29.4134115Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T01:29:29.4134115Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T01:29:29.3040629Z","primaryEndpoints":{"blob":"https://sbprocessgroupb127.blob.core.windows.net/","queue":"https://sbprocessgroupb127.queue.core.windows.net/","table":"https://sbprocessgroupb127.table.core.windows.net/","file":"https://sbprocessgroupb127.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjadlsgen2","name":"sjadlsgen2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-18T00:52:43.0161942Z","primaryEndpoints":{"dfs":"https://sjadlsgen2.dfs.core.windows.net/","web":"https://sjadlsgen2.z22.web.core.windows.net/","blob":"https://sjadlsgen2.blob.core.windows.net/","queue":"https://sjadlsgen2.queue.core.windows.net/","table":"https://sjadlsgen2.table.core.windows.net/","file":"https://sjadlsgen2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sjadlsgen2-secondary.dfs.core.windows.net/","web":"https://sjadlsgen2-secondary.z22.web.core.windows.net/","blob":"https://sjadlsgen2-secondary.blob.core.windows.net/","queue":"https://sjadlsgen2-secondary.queue.core.windows.net/","table":"https://sjadlsgen2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1lrsaccount","name":"sjv1lrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:30:52.5935789Z","key2":"2021-05-18T08:30:52.5935789Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:30:52.4998234Z","primaryEndpoints":{"blob":"https://sjv1lrsaccount.blob.core.windows.net/","queue":"https://sjv1lrsaccount.queue.core.windows.net/","table":"https://sjv1lrsaccount.table.core.windows.net/","file":"https://sjv1lrsaccount.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1zrsaccount","name":"sjv1zrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:33:17.9540331Z","key2":"2021-05-18T08:33:17.9540331Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:33:17.7195983Z","primaryEndpoints":{"blob":"https://sjv1zrsaccount.blob.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp8/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrs958f","name":"storageaccountjfgrs958f","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-09T22:38:37.0320736Z","primaryEndpoints":{"blob":"https://storageaccountjfgrs958f.blob.core.windows.net/","queue":"https://storageaccountjfgrs958f.queue.core.windows.net/","table":"https://storageaccountjfgrs958f.table.core.windows.net/","file":"https://storageaccountjfgrs958f.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrsa544","name":"storageaccountjfgrsa544","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-06-11T14:10:46.8645778Z","primaryEndpoints":{"blob":"https://storageaccountjfgrsa544.blob.core.windows.net/","queue":"https://storageaccountjfgrsa544.queue.core.windows.net/","table":"https://storageaccountjfgrsa544.table.core.windows.net/","file":"https://storageaccountjfgrsa544.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/brdillow/providers/Microsoft.Storage/storageAccounts/brdillowstorage1","name":"brdillowstorage1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-09T23:24:18.2214036Z","key2":"2022-02-09T23:24:18.2214036Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-09T23:24:18.0807800Z","primaryEndpoints":{"dfs":"https://brdillowstorage1.dfs.core.windows.net/","web":"https://brdillowstorage1.z6.web.core.windows.net/","blob":"https://brdillowstorage1.blob.core.windows.net/","queue":"https://brdillowstorage1.queue.core.windows.net/","table":"https://brdillowstorage1.table.core.windows.net/","file":"https://brdillowstorage1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://brdillowstorage1-secondary.dfs.core.windows.net/","web":"https://brdillowstorage1-secondary.z6.web.core.windows.net/","blob":"https://brdillowstorage1-secondary.blob.core.windows.net/","queue":"https://brdillowstorage1-secondary.queue.core.windows.net/","table":"https://brdillowstorage1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/ehspringbootsc","name":"ehspringbootsc","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-26T01:41:02.0835792Z","primaryEndpoints":{"dfs":"https://ehspringbootsc.dfs.core.windows.net/","web":"https://ehspringbootsc.z6.web.core.windows.net/","blob":"https://ehspringbootsc.blob.core.windows.net/","queue":"https://ehspringbootsc.queue.core.windows.net/","table":"https://ehspringbootsc.table.core.windows.net/","file":"https://ehspringbootsc.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ehspringbootsc-secondary.dfs.core.windows.net/","web":"https://ehspringbootsc-secondary.z6.web.core.windows.net/","blob":"https://ehspringbootsc-secondary.blob.core.windows.net/","queue":"https://ehspringbootsc-secondary.queue.core.windows.net/","table":"https://ehspringbootsc-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/eventsourcingstrategy","name":"eventsourcingstrategy","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"CreationDate":"28-03-2021","Project":"Implementing + an Event Sourcing strategy on Azure","Purpose":"Session"},"properties":{"keyCreationTime":{"key1":"2022-05-26T20:28:34.9362103Z","key2":"2022-05-26T20:28:34.9362103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T20:28:34.9362103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T20:28:34.9362103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T20:28:34.7799449Z","primaryEndpoints":{"dfs":"https://eventsourcingstrategy.dfs.core.windows.net/","web":"https://eventsourcingstrategy.z6.web.core.windows.net/","blob":"https://eventsourcingstrategy.blob.core.windows.net/","queue":"https://eventsourcingstrategy.queue.core.windows.net/","table":"https://eventsourcingstrategy.table.core.windows.net/","file":"https://eventsourcingstrategy.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjwustdstorageaccount1","name":"sjwustdstorageaccount1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-23T00:06:45.4060578Z","primaryEndpoints":{"dfs":"https://sjwustdstorageaccount1.dfs.core.windows.net/","web":"https://sjwustdstorageaccount1.z6.web.core.windows.net/","blob":"https://sjwustdstorageaccount1.blob.core.windows.net/","queue":"https://sjwustdstorageaccount1.queue.core.windows.net/","table":"https://sjwustdstorageaccount1.table.core.windows.net/","file":"https://sjwustdstorageaccount1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs710032000fed7f0f6","name":"cs710032000fed7f0f6","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-19T23:29:56.9072676Z","primaryEndpoints":{"dfs":"https://cs710032000fed7f0f6.dfs.core.windows.net/","web":"https://cs710032000fed7f0f6.z21.web.core.windows.net/","blob":"https://cs710032000fed7f0f6.blob.core.windows.net/","queue":"https://cs710032000fed7f0f6.queue.core.windows.net/","table":"https://cs710032000fed7f0f6.table.core.windows.net/","file":"https://cs710032000fed7f0f6.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs7326100e2f69dx4268x850","name":"cs7326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-06-05T01:48:01.4993804Z","primaryEndpoints":{"dfs":"https://cs7326100e2f69dx4268x850.dfs.core.windows.net/","web":"https://cs7326100e2f69dx4268x850.z21.web.core.windows.net/","blob":"https://cs7326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs7326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs7326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs7326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Storage/storageAccounts/juanfunctionstorage","name":"juanfunctionstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2017-01-27T22:51:35.2772535Z","primaryEndpoints":{"blob":"https://juanfunctionstorage.blob.core.windows.net/","queue":"https://juanfunctionstorage.queue.core.windows.net/","table":"https://juanfunctionstorage.table.core.windows.net/","file":"https://juanfunctionstorage.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag","name":"sjrgdiag","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-12T01:52:43.0711509Z","primaryEndpoints":{"blob":"https://sjrgdiag.blob.core.windows.net/","queue":"https://sjrgdiag.queue.core.windows.net/","table":"https://sjrgdiag.table.core.windows.net/","file":"https://sjrgdiag.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajsadlsgen2test","name":"surajsadlsgen2test","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-15T01:23:18.0208472Z","key2":"2022-04-15T01:23:18.0208472Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T01:23:17.9427380Z","primaryEndpoints":{"dfs":"https://surajsadlsgen2test.dfs.core.windows.net/","web":"https://surajsadlsgen2test.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test.blob.core.windows.net/","queue":"https://surajsadlsgen2test.queue.core.windows.net/","table":"https://surajsadlsgen2test.table.core.windows.net/","file":"https://surajsadlsgen2test.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available","secondaryLocation":"northcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://surajsadlsgen2test-secondary.dfs.core.windows.net/","web":"https://surajsadlsgen2test-secondary.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test-secondary.blob.core.windows.net/","queue":"https://surajsadlsgen2test-secondary.queue.core.windows.net/","table":"https://surajsadlsgen2test-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/LogicAppEHIntExp/providers/Microsoft.Storage/storageAccounts/functionegintstorage","name":"functionegintstorage","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-06T19:05:58.2903569Z","primaryEndpoints":{"blob":"https://functionegintstorage.blob.core.windows.net/","queue":"https://functionegintstorage.queue.core.windows.net/","table":"https://functionegintstorage.table.core.windows.net/","file":"https://functionegintstorage.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrpTst/providers/Microsoft.Storage/storageAccounts/jfgstgacct4jfunction1","name":"jfgstgacct4jfunction1","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-17T03:44:32.9630418Z","key2":"2022-04-17T03:44:32.9630418Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-17T03:44:32.8692652Z","primaryEndpoints":{"blob":"https://jfgstgacct4jfunction1.blob.core.windows.net/","queue":"https://jfgstgacct4jfunction1.queue.core.windows.net/","table":"https://jfgstgacct4jfunction1.table.core.windows.net/","file":"https://jfgstgacct4jfunction1.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mparktest/providers/Microsoft.Storage/storageAccounts/storageaccountmparkb838","name":"storageaccountmparkb838","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-10T00:14:51.6837772Z","primaryEndpoints":{"blob":"https://storageaccountmparkb838.blob.core.windows.net/","queue":"https://storageaccountmparkb838.queue.core.windows.net/","table":"https://storageaccountmparkb838.table.core.windows.net/","file":"https://storageaccountmparkb838.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag241","name":"sjrgdiag241","type":"Microsoft.Storage/storageAccounts","location":"southindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-25T22:14:20.4023960Z","primaryEndpoints":{"blob":"https://sjrgdiag241.blob.core.windows.net/","queue":"https://sjrgdiag241.queue.core.windows.net/","table":"https://sjrgdiag241.table.core.windows.net/","file":"https://sjrgdiag241.file.core.windows.net/"},"primaryLocation":"southindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psj","name":"psj","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-20T17:20:45.4150368Z","primaryEndpoints":{"web":"https://psj.z29.web.core.windows.net/","blob":"https://psj.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psjg1","name":"psjg1","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-11-20T17:28:46.4367867Z","primaryEndpoints":{"blob":"https://psjg1.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgacctstg8","name":"jfgacctstg8","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T02:47:03.6058315Z","key2":"2021-04-05T02:47:03.6058315Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T02:47:03.5277328Z","primaryEndpoints":{"dfs":"https://jfgacctstg8.dfs.core.windows.net/","web":"https://jfgacctstg8.z5.web.core.windows.net/","blob":"https://jfgacctstg8.blob.core.windows.net/","queue":"https://jfgacctstg8.queue.core.windows.net/","table":"https://jfgacctstg8.table.core.windows.net/","file":"https://jfgacctstg8.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgacctstg8-secondary.dfs.core.windows.net/","web":"https://jfgacctstg8-secondary.z5.web.core.windows.net/","blob":"https://jfgacctstg8-secondary.blob.core.windows.net/","queue":"https://jfgacctstg8-secondary.queue.core.windows.net/","table":"https://jfgacctstg8-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct6","name":"jfgstgacct6","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T00:55:47.9799457Z","key2":"2021-04-05T00:55:47.9799457Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T00:55:47.8862115Z","primaryEndpoints":{"dfs":"https://jfgstgacct6.dfs.core.windows.net/","web":"https://jfgstgacct6.z5.web.core.windows.net/","blob":"https://jfgstgacct6.blob.core.windows.net/","queue":"https://jfgstgacct6.queue.core.windows.net/","table":"https://jfgstgacct6.table.core.windows.net/","file":"https://jfgstgacct6.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct6-secondary.dfs.core.windows.net/","web":"https://jfgstgacct6-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct6-secondary.blob.core.windows.net/","queue":"https://jfgstgacct6-secondary.queue.core.windows.net/","table":"https://jfgstgacct6-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct7","name":"jfgstgacct7","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T01:20:11.0752483Z","key2":"2021-04-05T01:20:11.0752483Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T01:20:10.9814662Z","primaryEndpoints":{"dfs":"https://jfgstgacct7.dfs.core.windows.net/","web":"https://jfgstgacct7.z5.web.core.windows.net/","blob":"https://jfgstgacct7.blob.core.windows.net/","queue":"https://jfgstgacct7.queue.core.windows.net/","table":"https://jfgstgacct7.table.core.windows.net/","file":"https://jfgstgacct7.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct7-secondary.dfs.core.windows.net/","web":"https://jfgstgacct7-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct7-secondary.blob.core.windows.net/","queue":"https://jfgstgacct7-secondary.queue.core.windows.net/","table":"https://jfgstgacct7-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/klamsynapsestorage","name":"klamsynapsestorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-25T18:54:19.4945309Z","primaryEndpoints":{"dfs":"https://klamsynapsestorage.dfs.core.windows.net/","web":"https://klamsynapsestorage.z5.web.core.windows.net/","blob":"https://klamsynapsestorage.blob.core.windows.net/","queue":"https://klamsynapsestorage.queue.core.windows.net/","table":"https://klamsynapsestorage.table.core.windows.net/","file":"https://klamsynapsestorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://klamsynapsestorage-secondary.dfs.core.windows.net/","web":"https://klamsynapsestorage-secondary.z5.web.core.windows.net/","blob":"https://klamsynapsestorage-secondary.blob.core.windows.net/","queue":"https://klamsynapsestorage-secondary.queue.core.windows.net/","table":"https://klamsynapsestorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin8926","name":"rgeldertimplementin8926","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-26T23:39:48.1462917Z","key2":"2022-05-26T23:39:48.1462917Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T23:39:48.1462917Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T23:39:48.1462917Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-26T23:39:48.0212852Z","primaryEndpoints":{"blob":"https://rgeldertimplementin8926.blob.core.windows.net/","queue":"https://rgeldertimplementin8926.queue.core.windows.net/","table":"https://rgeldertimplementin8926.table.core.windows.net/","file":"https://rgeldertimplementin8926.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin9431","name":"rgeldertimplementin9431","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-27T02:14:44.8472838Z","key2":"2022-05-27T02:14:44.8472838Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-27T02:14:44.8629276Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-27T02:14:44.8629276Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-27T02:14:44.7379410Z","primaryEndpoints":{"blob":"https://rgeldertimplementin9431.blob.core.windows.net/","queue":"https://rgeldertimplementin9431.queue.core.windows.net/","table":"https://rgeldertimplementin9431.table.core.windows.net/","file":"https://rgeldertimplementin9431.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin9f59","name":"rgeldertimplementin9f59","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-07T04:23:56.2534570Z","key2":"2022-06-07T04:23:56.2534570Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-07T04:23:56.2534570Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-07T04:23:56.2534570Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-07T04:23:56.1597301Z","primaryEndpoints":{"blob":"https://rgeldertimplementin9f59.blob.core.windows.net/","queue":"https://rgeldertimplementin9f59.queue.core.windows.net/","table":"https://rgeldertimplementin9f59.table.core.windows.net/","file":"https://rgeldertimplementin9f59.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/sqlvavvr2bodrz23mg","name":"sqlvavvr2bodrz23mg","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:05:23.1188158Z","key2":"2021-10-18T18:05:23.1188158Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:05:23.0250821Z","primaryEndpoints":{"dfs":"https://sqlvavvr2bodrz23mg.dfs.core.windows.net/","web":"https://sqlvavvr2bodrz23mg.z5.web.core.windows.net/","blob":"https://sqlvavvr2bodrz23mg.blob.core.windows.net/","queue":"https://sqlvavvr2bodrz23mg.queue.core.windows.net/","table":"https://sqlvavvr2bodrz23mg.table.core.windows.net/","file":"https://sqlvavvr2bodrz23mg.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/srtests/providers/Microsoft.Storage/storageAccounts/srstorageacct","name":"srstorageacct","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-06T21:19:20.6220342Z","key2":"2021-12-06T21:19:20.6220342Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T21:19:20.5439297Z","primaryEndpoints":{"dfs":"https://srstorageacct.dfs.core.windows.net/","web":"https://srstorageacct.z5.web.core.windows.net/","blob":"https://srstorageacct.blob.core.windows.net/","queue":"https://srstorageacct.queue.core.windows.net/","table":"https://srstorageacct.table.core.windows.net/","file":"https://srstorageacct.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://srstorageacct-secondary.dfs.core.windows.net/","web":"https://srstorageacct-secondary.z5.web.core.windows.net/","blob":"https://srstorageacct-secondary.blob.core.windows.net/","queue":"https://srstorageacct-secondary.queue.core.windows.net/","table":"https://srstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/storageaccountklamr83f3","name":"storageaccountklamr83f3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-25T22:26:21.9448810Z","key2":"2021-06-25T22:26:21.9448810Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-06-25T22:26:21.8823995Z","primaryEndpoints":{"blob":"https://storageaccountklamr83f3.blob.core.windows.net/","queue":"https://storageaccountklamr83f3.queue.core.windows.net/","table":"https://storageaccountklamr83f3.table.core.windows.net/","file":"https://storageaccountklamr83f3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sv-aks-rx-rg/providers/Microsoft.Storage/storageAccounts/sv201905092104","name":"sv201905092104","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-09-09T05:15:07.0885924Z","primaryEndpoints":{"dfs":"https://sv201905092104.dfs.core.windows.net/","web":"https://sv201905092104.z5.web.core.windows.net/","blob":"https://sv201905092104.blob.core.windows.net/","queue":"https://sv201905092104.queue.core.windows.net/","table":"https://sv201905092104.table.core.windows.net/","file":"https://sv201905092104.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sv201905092104-secondary.dfs.core.windows.net/","web":"https://sv201905092104-secondary.z5.web.core.windows.net/","blob":"https://sv201905092104-secondary.blob.core.windows.net/","queue":"https://sv201905092104-secondary.queue.core.windows.net/","table":"https://sv201905092104-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg62196a8","name":"testvinsusbrg62196a8","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T18:59:35.5869680Z","key2":"2022-06-22T18:59:35.5869680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:59:35.6025911Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:59:35.6025911Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T18:59:35.4775915Z","primaryEndpoints":{"blob":"https://testvinsusbrg62196a8.blob.core.windows.net/","queue":"https://testvinsusbrg62196a8.queue.core.windows.net/","table":"https://testvinsusbrg62196a8.table.core.windows.net/","file":"https://testvinsusbrg62196a8.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621a491","name":"testvinsusbrg621a491","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-21T19:09:35.8106900Z","key2":"2022-06-21T19:09:35.8106900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T19:09:35.8263081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T19:09:35.8263081Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-21T19:09:35.7169157Z","primaryEndpoints":{"blob":"https://testvinsusbrg621a491.blob.core.windows.net/","queue":"https://testvinsusbrg621a491.queue.core.windows.net/","table":"https://testvinsusbrg621a491.table.core.windows.net/","file":"https://testvinsusbrg621a491.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621a900","name":"testvinsusbrg621a900","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T18:38:42.0346054Z","key2":"2022-06-22T18:38:42.0346054Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:38:42.0346054Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:38:42.0346054Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T18:38:41.9408595Z","primaryEndpoints":{"blob":"https://testvinsusbrg621a900.blob.core.windows.net/","queue":"https://testvinsusbrg621a900.queue.core.windows.net/","table":"https://testvinsusbrg621a900.table.core.windows.net/","file":"https://testvinsusbrg621a900.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621b7e3","name":"testvinsusbrg621b7e3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-21T18:19:34.0228895Z","key2":"2022-06-21T18:19:34.0228895Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T18:19:34.0385165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T18:19:34.0385165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-21T18:19:33.9134778Z","primaryEndpoints":{"blob":"https://testvinsusbrg621b7e3.blob.core.windows.net/","queue":"https://testvinsusbrg621b7e3.queue.core.windows.net/","table":"https://testvinsusbrg621b7e3.table.core.windows.net/","file":"https://testvinsusbrg621b7e3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matrix-care-perf-test/providers/Microsoft.Storage/storageAccounts/matrixcareperftestdiag","name":"matrixcareperftestdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-08-03T23:56:42.9494528Z","primaryEndpoints":{"blob":"https://matrixcareperftestdiag.blob.core.windows.net/","queue":"https://matrixcareperftestdiag.queue.core.windows.net/","table":"https://matrixcareperftestdiag.table.core.windows.net/","file":"https://matrixcareperftestdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgDemoIntegrate2022/providers/Microsoft.Storage/storageAccounts/jfgstgacct4logs","name":"jfgstgacct4logs","type":"Microsoft.Storage/storageAccounts","location":"uksouth","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-05-14T17:30:26.8059536Z","key2":"2022-05-14T17:30:26.8059536Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-14T17:30:26.8059536Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-14T17:30:26.8059536Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-14T17:30:26.7278121Z","primaryEndpoints":{"dfs":"https://jfgstgacct4logs.dfs.core.windows.net/","web":"https://jfgstgacct4logs.z33.web.core.windows.net/","blob":"https://jfgstgacct4logs.blob.core.windows.net/","queue":"https://jfgstgacct4logs.queue.core.windows.net/","table":"https://jfgstgacct4logs.table.core.windows.net/","file":"https://jfgstgacct4logs.file.core.windows.net/"},"primaryLocation":"uksouth","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-testrg1/providers/Microsoft.Storage/storageAccounts/koreacentralardsouza","name":"koreacentralardsouza","type":"Microsoft.Storage/storageAccounts","location":"koreacentral","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-23T12:23:39.6516714Z","key2":"2021-10-23T12:23:39.6516714Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-23T12:23:39.5891344Z","primaryEndpoints":{"dfs":"https://koreacentralardsouza.dfs.core.windows.net/","web":"https://koreacentralardsouza.z12.web.core.windows.net/","blob":"https://koreacentralardsouza.blob.core.windows.net/","queue":"https://koreacentralardsouza.queue.core.windows.net/","table":"https://koreacentralardsouza.table.core.windows.net/","file":"https://koreacentralardsouza.file.core.windows.net/"},"primaryLocation":"koreacentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SFC_eaaa1575-217c-4f42-a680-c04ed4c44583/providers/Microsoft.Storage/storageAccounts/sfmcdipt22kt526nc","name":"sfmcdipt22kt526nc","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-17T23:04:37.8302059Z","key2":"2022-06-17T23:04:37.8302059Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-17T23:04:38.4239615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-17T23:04:38.4239615Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-06-17T23:04:37.7520573Z","primaryEndpoints":{"dfs":"https://sfmcdipt22kt526nc.dfs.core.windows.net/","web":"https://sfmcdipt22kt526nc.z3.web.core.windows.net/","blob":"https://sfmcdipt22kt526nc.blob.core.windows.net/","queue":"https://sfmcdipt22kt526nc.queue.core.windows.net/","table":"https://sfmcdipt22kt526nc.table.core.windows.net/","file":"https://sfmcdipt22kt526nc.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag632","name":"sjrgdiag632","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-29T04:32:25.3003458Z","primaryEndpoints":{"blob":"https://sjrgdiag632.blob.core.windows.net/","queue":"https://sjrgdiag632.queue.core.windows.net/","table":"https://sjrgdiag632.table.core.windows.net/","file":"https://sjrgdiag632.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/storageaccountppgte8373","name":"storageaccountppgte8373","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-22T21:07:15.0282137Z","key2":"2021-12-22T21:07:15.0282137Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-22T21:07:14.9657097Z","primaryEndpoints":{"blob":"https://storageaccountppgte8373.blob.core.windows.net/","queue":"https://storageaccountppgte8373.queue.core.windows.net/","table":"https://storageaccountppgte8373.table.core.windows.net/","file":"https://storageaccountppgte8373.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '52475' + - '165297' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:58:39 GMT + - Tue, 28 Jun 2022 07:58:35 GMT expires: - '-1' pragma: @@ -40,12 +40,20 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 2bd1d23f-672d-4e21-b0b2-edaab7d12e48 - - 1f0e8915-d3e7-4637-92aa-3bbbfad9a210 - - 6f20247c-b654-426b-823b-55e70a20c8c8 - - 0dff8243-ca29-4e90-b275-b7a8fba91fb3 - - 321ad08d-79d3-445c-a654-2e2ce4057dac - - 4805aedc-0ab4-4de5-b22b-df4667591dbd + - fbf1c466-b984-44ae-abb8-cf308070c0b2 + - c57f9d47-0342-42a2-8a57-53c1378636e1 + - 075209c6-89dc-40cd-b636-66affc88b1fe + - 8806f4c9-ca1f-423c-bf94-05e9edd8c55c + - d9df6162-f134-41bd-8fee-3160136950f0 + - 6c4df6cf-31fd-47b0-9f96-3008ddc2d8af + - ce9eb079-ed5a-49e8-b2b3-4da23d8365ac + - a59feccd-8414-40df-b649-cb7233fe2fd4 + - 20be9f4a-8886-4e1b-88e2-317ea9c78eac + - a4020ed9-5f5f-42f6-b0a1-4e27b673349d + - 7748cd21-4632-4370-9e82-ef9ae75a20eb + - 64f82843-9260-46e0-8622-2c2a9efc4101 + - ad10f3b5-4d26-4211-aa9e-8654dd804406 + - aceb8514-0aca-44a3-bb8d-76ce4425147d status: code: 200 message: OK @@ -65,12 +73,12 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-05-18T18:58:19.1625938Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-18T18:58:19.1625938Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:58:10.9076593Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:10.9076593Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -79,7 +87,7 @@ interactions: content-type: - application/json date: - - Wed, 18 May 2022 18:58:39 GMT + - Tue, 28 Jun 2022 07:58:35 GMT expires: - '-1' pragma: @@ -95,7 +103,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' status: code: 200 message: OK @@ -115,9 +123,9 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-storage-blob/12.12.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-storage-blob/12.12.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 18 May 2022 18:58:39 GMT + - Tue, 28 Jun 2022 07:58:36 GMT x-ms-version: - '2021-06-08' method: PUT @@ -129,11 +137,11 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 18:58:38 GMT + - Tue, 28 Jun 2022 07:58:36 GMT etag: - - '"0x8DA39006BBC9966"' + - '"0x8DA58DC0171F1C4"' last-modified: - - Wed, 18 May 2022 18:58:39 GMT + - Tue, 28 Jun 2022 07:58:36 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: @@ -157,12 +165,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-05-18T18:58:19.1625938Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-18T18:58:19.1625938Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:58:10.9076593Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:10.9076593Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -171,7 +179,7 @@ interactions: content-type: - application/json date: - - Wed, 18 May 2022 18:58:39 GMT + - Tue, 28 Jun 2022 07:58:36 GMT expires: - '-1' pragma: @@ -205,12 +213,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-18T18:58:19.1625938Z","key2":"2022-05-18T18:58:19.1625938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T18:58:19.1625938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T18:58:19.1625938Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-18T18:58:19.0375974Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:58:10.9076593Z","key2":"2022-06-28T07:58:10.9076593Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:10.9233081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:10.9233081Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:58:10.7983009Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -219,7 +227,7 @@ interactions: content-type: - application/json date: - - Wed, 18 May 2022 18:58:39 GMT + - Tue, 28 Jun 2022 07:58:37 GMT expires: - '-1' pragma: @@ -251,12 +259,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-18T18:58:19.1625938Z","key2":"2022-05-18T18:58:19.1625938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T18:58:19.1625938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T18:58:19.1625938Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-18T18:58:19.0375974Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:58:10.9076593Z","key2":"2022-06-28T07:58:10.9076593Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:10.9233081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:10.9233081Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:58:10.7983009Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -265,7 +273,7 @@ interactions: content-type: - application/json date: - - Wed, 18 May 2022 18:58:39 GMT + - Tue, 28 Jun 2022 07:58:38 GMT expires: - '-1' pragma: @@ -297,12 +305,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-18T18:58:16Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:58:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -311,7 +319,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:58:39 GMT + - Tue, 28 Jun 2022 07:58:38 GMT expires: - '-1' pragma: @@ -343,12 +351,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006","name":"iot-user-identity000006","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus2","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92","clientId":"62eb4676-c377-4e55-b415-1038ac38f22e"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006","name":"iot-user-identity000006","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus2","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a","clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed"}}' headers: cache-control: - no-cache @@ -357,7 +365,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:58:42 GMT + - Tue, 28 Jun 2022 07:58:44 GMT expires: - '-1' location: @@ -369,7 +377,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -387,12 +395,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-18T18:58:16Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:58:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -401,7 +409,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:58:42 GMT + - Tue, 28 Jun 2022 07:58:45 GMT expires: - '-1' pragma: @@ -433,12 +441,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007","name":"iot-user-identity000007","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus2","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"39452510-65c6-413d-8891-89a392b10d9e","clientId":"d6041b1b-72b6-4938-8f73-0884d638a825"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007","name":"iot-user-identity000007","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus2","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089","clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f"}}' headers: cache-control: - no-cache @@ -447,7 +455,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:58:44 GMT + - Tue, 28 Jun 2022 07:58:50 GMT expires: - '-1' location: @@ -459,7 +467,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -477,12 +485,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-18T18:58:16Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:58:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -491,7 +499,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:58:44 GMT + - Tue, 28 Jun 2022 07:58:50 GMT expires: - '-1' pragma: @@ -523,12 +531,12 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008","name":"iot-user-identity000008","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus2","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06","clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008","name":"iot-user-identity000008","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus2","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c","clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0"}}' headers: cache-control: - no-cache @@ -537,7 +545,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:58:46 GMT + - Tue, 28 Jun 2022 07:58:55 GMT expires: - '-1' location: @@ -549,7 +557,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -581,16 +589,16 @@ interactions: - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role --scopes User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2YxZWQ2YmMtNzgwYS00MDVlLWE5NGEtNmIxNmZkYTAzYWYyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDM4ZTI0MjQtOWVlMC00YTQ5LWJmM2ItY2ViNzg0NmMxMmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -598,7 +606,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:58:52 GMT + - Tue, 28 Jun 2022 07:59:04 GMT expires: - '-1' pragma: @@ -610,7 +618,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -629,9 +637,9 @@ interactions: - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role --scopes User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2YxZWQ2YmMtNzgwYS00MDVlLWE5NGEtNmIxNmZkYTAzYWYyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDM4ZTI0MjQtOWVlMC00YTQ5LWJmM2ItY2ViNzg0NmMxMmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -643,7 +651,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:59:22 GMT + - Tue, 28 Jun 2022 07:59:35 GMT expires: - '-1' pragma: @@ -676,9 +684,9 @@ interactions: - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role --scopes User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2YxZWQ2YmMtNzgwYS00MDVlLWE5NGEtNmIxNmZkYTAzYWYyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDM4ZTI0MjQtOWVlMC00YTQ5LWJmM2ItY2ViNzg0NmMxMmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -690,7 +698,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 18:59:52 GMT + - Tue, 28 Jun 2022 08:00:05 GMT expires: - '-1' pragma: @@ -723,9 +731,9 @@ interactions: - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role --scopes User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2YxZWQ2YmMtNzgwYS00MDVlLWE5NGEtNmIxNmZkYTAzYWYyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDM4ZTI0MjQtOWVlMC00YTQ5LWJmM2ItY2ViNzg0NmMxMmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -737,7 +745,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:00:23 GMT + - Tue, 28 Jun 2022 08:00:35 GMT expires: - '-1' pragma: @@ -770,56 +778,9 @@ interactions: - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role --scopes User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2YxZWQ2YmMtNzgwYS00MDVlLWE5NGEtNmIxNmZkYTAzYWYyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:00:53 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - iot hub create - Connection: - - keep-alive - ParameterSetName: - - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role - --scopes - User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2YxZWQ2YmMtNzgwYS00MDVlLWE5NGEtNmIxNmZkYTAzYWYyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDM4ZTI0MjQtOWVlMC00YTQ5LWJmM2ItY2ViNzg0NmMxMmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -831,7 +792,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:01:23 GMT + - Tue, 28 Jun 2022 08:01:05 GMT expires: - '-1' pragma: @@ -864,23 +825,23 @@ interactions: - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role --scopes User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Bbo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Fis=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2110' + - '2136' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:01:23 GMT + - Tue, 28 Jun 2022 08:01:06 GMT expires: - '-1' pragma: @@ -913,8 +874,8 @@ interactions: - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role --scopes User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) msrest/0.6.21 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.4 + azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.37.0 accept-language: - en-US method: GET @@ -931,7 +892,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:01:23 GMT + - Tue, 28 Jun 2022 08:01:07 GMT expires: - '-1' pragma: @@ -951,7 +912,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe", - "principalId": "4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + "principalId": "664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: Accept: - application/json @@ -969,15 +930,15 @@ interactions: - -n -g --sku --location --mintls --mi-system-assigned --mi-user-assigned --role --scopes User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) msrest/0.6.21 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.4 + azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.37.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001?api-version=2020-04-01-preview response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe","principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","condition":null,"conditionVersion":null,"createdOn":"2022-05-18T19:01:24.8528010Z","updatedOn":"2022-05-18T19:01:25.2122370Z","createdBy":null,"updatedBy":"0417ddc2-87dc-4923-8865-84f5bd13acce","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/ba92f5b4-2d11-453d-a403-e96b0029c9fe","principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","condition":null,"conditionVersion":null,"createdOn":"2022-06-28T08:01:08.8136155Z","updatedOn":"2022-06-28T08:01:09.2042408Z","createdBy":null,"updatedBy":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"}' headers: cache-control: - no-cache @@ -986,7 +947,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:01:26 GMT + - Tue, 28 Jun 2022 08:01:13 GMT expires: - '-1' pragma: @@ -998,7 +959,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -1016,103 +977,29 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-identity-hub","name":"rk-identity-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"e":"b","test":"test"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGgM2BQ=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-identity-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-identity-hub","endpoint":"sb://iothub-ns-rk-identit-3174359-de82e52e4d.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"test","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"lifecycle_route","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"device_job_lifecycle_events_route","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"connection_state_events_route","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"}},"principalId":"2ec95e8e-45d2-4680-bed8-1fe8433820b4"},"systemData":{"createdAt":"2020-03-31T22:25:20.24Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubEast","name":"rkesslerHubEast","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADGaryzE=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.132.150","action":"Accept","ipMask":"73.97.132.150"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"73.97.132.150","action":"Allow","ipMask":"73.97.132.150"}]},"hostName":"rkesslerHubEast.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":2,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubeast","endpoint":"sb://iothub-ns-rkesslerhu-4910438-dfc628c2e6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[{"connectionString":"Endpoint=sb://az-cli-int-test-servicebus-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerTest;SharedAccessKey=****;EntityPath=testtopic","name":"endpoint1","id":"64774abf-3add-4e83-b0e5-ad6c9a07fd42","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"cli-int-test-rg"}],"serviceBusTopics":[{"connectionString":"Endpoint=sb://az-cli-int-test-servicebus-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerTest;SharedAccessKey=****;EntityPath=az-cli-int-test-servicebus","name":"servicebustopic1","id":"89b2c8ba-0ce6-4cf8-959d-1ae596c680a1","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"cli-int-test-rg"}],"eventHubs":[{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","name":"testRoute1","id":"421c6e84-9b92-474a-a4f0-812004ba5409","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","name":"ehubtest2","id":"1322ca79-5ab5-498f-aa42-9bb943a9fd86","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","authenticationType":"keyBased","name":"testEndpoint","id":"f21787f6-3389-4a72-9ce1-9ae01853105a","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","authenticationType":"keyBased","name":"testEndpoint2","id":"ced63e9b-9199-4cf6-9cf6-6f296608496c","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;AccountName=rkstoragetest;AccountKey=****","containerName":"test3","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","name":"storage","id":"47bb7579-95c8-429e-8fda-8389e10dc90d","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}]},"enrichments":[],"routes":[{"name":"DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"TelemetryModelInformation","source":"DeviceMessages","condition":"$iothub-interface-id - = \"urn:azureiot:ModelDiscovery:ModelInformation:1\"","endpointNames":["events"],"isEnabled":true},{"name":"DeviceTwinEvents","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'')","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT2H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-09-28T20:31:20.88Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubBasic","name":"rkesslerHubBasic","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF4uNdI=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"rkesslerHubBasic.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubbasic","endpoint":"sb://iothub-ns-rkesslerhu-5856834-888c890346.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"route2","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"B1","tier":"Basic","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-11T05:43:03.923Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/avagraw-iot-hub","name":"avagraw-iot-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADF6bLe8=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"avagraw-iot-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"avagraw-iot-hub","endpoint":"sb://iothub-ns-avagraw-io-9684408-600ce25791.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-04-07T23:02:07.663Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/iot-cli-extensions-integration-test-hub","name":"iot-cli-extensions-integration-test-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADFw9ud4=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-cli-extensions-integration-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-cli-extensions-integr","endpoint":"sb://iothub-ns-iot-cli-ex-9730108-95336c2aa2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=azcliintteststorage;AccountKey=****","containerName":"devices","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-04-09T08:58:12.597Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-test-1","name":"raharri-test-1","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGWFmQM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"raharri-test-1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"raharri-test-1","endpoint":"sb://iothub-ns-raharri-te-11679783-47062fe1c2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Network/privateEndpoints/raharri-test"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-test-1/PrivateEndpointConnections/raharri-test-1.c0b264f9-87d9-4ef7-aea5-6774bca55d85","name":"raharri-test-1.c0b264f9-87d9-4ef7-aea5-6774bca55d85","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-03T21:17:21.517Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubAu2021","name":"rkesslerHubAu2021","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF2lvbw=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerHubAu2021.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubau2021","endpoint":"sb://iothub-ns-rkesslerhu-14200631-32ee399d59.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-08-13T22:57:08.61Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/fileupload-icm","name":"fileupload-icm","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGgM1x0=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"10.0.0.28","action":"Accept","ipMask":"10.0.0.28"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"10.0.0.28","action":"Allow","ipMask":"10.0.0.28"}]},"hostName":"fileupload-icm.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"fileupload-icm","endpoint":"sb://iothub-ns-fileupload-14312231-bc8f29349b.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[{"connectionString":"Endpoint=sb://rk-sb-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_askhura-test-rg;SharedAccessKey=****;EntityPath=queue-1","authenticationType":"keyBased","name":"servicebus-systemassigned","id":"3440cbf7-f2ff-40aa-8f97-0b68d6c1c223","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"serviceBusTopics":[{"endpointUri":"sb://rk-sb-namespace.servicebus.windows.net","entityPath":"topic-1","authenticationType":"identityBased","name":"topic-userassgined","id":"5213a80d-ecaf-4fd2-911f-89da00a0792b","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"eventHubs":[{"endpointUri":"sb://yingevent.servicebus.windows.net","entityPath":"testevent","authenticationType":"identityBased","name":"test13","id":"3ac306b4-bb1f-4349-a62c-b95f3b46e91c","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"111111","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"222222","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"3453533","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"asdfasfdasfd","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"75756756","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"5676576576","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"vjfdjhgjgjg","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"dsdfsgsfdggggf","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"erytryry56","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"eventroute","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=rkiotstorage2;AccountKey=****","containerName":"container1","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":12}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test-2":{"clientId":"7ee8a73e-24bd-4681-963b-708239d7c5d9","principalId":"76ee23e0-7ab2-4ec6-99fa-1c9e9fb308a6"}},"principalId":"9f8a3338-fcf5-48b1-8f1b-31ba009cd8b9"},"systemData":{"createdAt":"2021-08-19T15:38:33.3466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-hub-test","name":"vilit-hub-test","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"exam":"test2","exam2":"test3"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit","etag":"AAAADGiltO8=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-test.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-test","endpoint":"sb://iothub-ns-vilit-hub-16240640-68efd3638f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test;SharedAccessKey=****;EntityPath=eventhub2","authenticationType":"keyBased","name":"endpoint","id":"9a207810-9af0-4cb7-831b-ab665c16d6a2","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"vilit"}],"storageContainers":[]},"routes":[{"name":"route","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T21:37:52.5566667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/smoke-test-3","name":"smoke-test-3","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADF3waEw=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"smoke-test-3.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"smoke-test-3","endpoint":"sb://iothub-ns-smoke-test-16241276-718954597f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T23:04:32.7833333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jiacjutest/providers/Microsoft.Devices/IotHubs/newiothubDeletewithLock","name":"newiothubDeletewithLock","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"device":"tag"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"jiacjutest","etag":"AAAADGZ/Kl4=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"newiothubDeletewithLock.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"newiothubdeletewithlock","endpoint":"sb://iothub-ns-newiothubd-16851029-a939ca66f2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-13T19:43:55.73Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jingrg/providers/Microsoft.Devices/IotHubs/JingHub","name":"JingHub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"jingrg","etag":"AAAADGVqjsc=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"JingHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"jinghub","endpoint":"sb://iothub-ns-jinghub-18297925-00079d4986.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-29T21:24:51.3966667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-eh-to-azmon/providers/Microsoft.Devices/IotHubs/vilit-hub-to-be-logged","name":"vilit-hub-to-be-logged","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-eh-to-azmon","etag":"AAAADGcY8Vk=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-to-be-logged.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":7,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-to-be-logged","endpoint":"sb://iothub-ns-vilit-hub-18322115-c3f0235d39.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-31T17:23:21.6266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-adu-hub","name":"askhura-adu-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGcMC5k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-adu-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-adu-hub","endpoint":"sb://iothub-ns-askhura-ad-18747832-281cfb3511.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-20T16:31:22.41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/brandnew","name":"brandnew","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ying","etag":"AAAADGe7lFI=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"50.54.142.94","action":"Accept","ipMask":"50.54.142.94"}],"networkRuleSets":{"defaultAction":"Deny","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"50.54.142.94","action":"Allow","ipMask":"50.54.142.94"}]},"hostName":"brandnew.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"brandnew","endpoint":"sb://iothub-ns-brandnew-18926890-67128da56e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-05T21:59:02.2466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-hub-test-101","name":"vilit-hub-test-101","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit","etag":"AAAADGfLm/k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-test-101.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-test-101","endpoint":"sb://iothub-ns-vilit-hub-18945100-1d14ec9101.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-06T16:55:02.32Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/tesdsfasjing","name":"tesdsfasjing","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGize6k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"tesdsfasjing.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"tesdsfasjing","endpoint":"sb://iothub-ns-tesdsfasji-19200251-2590954ded.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-18T18:21:11.0933333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/asfsfsfsfdsdfsdf","name":"asfsfsfsfdsdfsdf","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADF6xfwY=","properties":{"locations":[{"location":"Southeast - Asia","role":"primary"},{"location":"East Asia","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"asfsfsfsfdsdfsdf.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"asfsfsfsfdsdfsdf","endpoint":"sb://iothub-ns-asfsfsfsfd-16443893-76a9d6d183.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-12-17T23:26:47.5766667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/ilienorway","name":"ilienorway","type":"Microsoft.Devices/IotHubs","location":"norwaywest","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGSQpzg=","properties":{"locations":[{"location":"Norway - West","role":"primary"},{"location":"Norway East","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ilienorway.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"ilienorway","endpoint":"sb://iothub-ns-ilienorway-17913320-fbfaad439f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-10T22:21:10.18Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/norwayhubworks","name":"norwayhubworks","type":"Microsoft.Devices/IotHubs","location":"norwaywest","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGQKxaI=","properties":{"locations":[{"location":"Norway - West","role":"primary"},{"location":"Norway East","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"norwayhubworks.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"norwayhubworks","endpoint":"sb://iothub-ns-norwayhubw-17914003-eb93cbe919.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-10T22:56:29.9366667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-staging-test","name":"raharri-staging-test","type":"Microsoft.Devices/IotHubs","location":"brazilsouth","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGF5LT4=","properties":{"locations":[{"location":"Brazil - South","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"raharri-staging-test.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"raharri-staging-test","endpoint":"sb://iothub-ns-raharri-st-17203994-46fca5195e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-02-03T18:07:11.78Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerNorthEurope","name":"rkesslerNorthEurope","type":"Microsoft.Devices/IotHubs","location":"northeurope","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFwD1S8=","properties":{"locations":[{"location":"North - Europe","role":"primary"},{"location":"West Europe","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerNorthEurope.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslernortheurope","endpoint":"sb://iothub-ns-rkesslerno-6065260-e40e15a83a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-20T11:41:22.963Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pamontg-aducreate/providers/Microsoft.Devices/IotHubs/pamontg9","name":"pamontg9","type":"Microsoft.Devices/IotHubs","location":"northeurope","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"pamontg-aducreate","etag":"AAAADGhHZAI=","properties":{"locations":[{"location":"North - Europe","role":"primary"},{"location":"West Europe","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"pamontg9.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"pamontg9","endpoint":"sb://iothub-ns-pamontg9-19081585-8f83eb73d3.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-12T21:32:30.73Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerGWV2","name":"rkesslerGWV2","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFq+hyg=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerGWV2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslergwv2","endpoint":"sb://iothub-ns-rkesslergw-6461604-f593ab0244.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","publicNetworkAccess":"Enabled"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-12-09T00:15:53.1Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rido-validations/providers/Microsoft.Devices/IotHubs/ridouai","name":"ridouai","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rido-validations","etag":"AAAADGirE6E=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ridouai.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"ridouai","endpoint":"sb://iothub-ns-ridouai-10068656-2089e0e3d0.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DevUX-Validation/providers/Microsoft.ManagedIdentity/userAssignedIdentities/RidoAppsZero":{"clientId":"14dbbbff-b140-4d4d-8e93-342767eccaed","principalId":"a1cba8fb-b87d-4874-9889-ffb0301da996"}},"principalId":"39e4264a-8ec3-4ff4-bbd2-79ce7013d718"},"systemData":{"createdAt":"2021-04-19T21:41:37.127Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunCanaryHub","name":"PaymaunCanaryHub","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGe77u0=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"PaymaunCanaryHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymauncanaryhub","endpoint":"sb://iothub-ns-paymauncan-10310011-6987067cc3.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"037b18ad-6223-46a5-8c29-38decf34adb4"},"systemData":{"createdAt":"2021-04-26T21:57:51.633Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerCentralEUAP","name":"rkesslerCentralEUAP","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFr9z3Y=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerCentralEUAP.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslercentraleuap","endpoint":"sb://iothub-ns-rkesslerce-11307302-081dd4122e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerCentralEUAP;SharedAccessKey=****;EntityPath=paymauneventhub","authenticationType":"keyBased","name":"adfasdf","id":"d257224f-c654-4732-8050-5070a3289394","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-24T21:28:58.873Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-canary-hub","name":"askhura-canary-hub","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGgM0zQ=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-canary-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-canary-hub","endpoint":"sb://iothub-ns-askhura-ca-14484209-edda2c9cc5.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://yingevent.servicebus.windows.net","entityPath":"testevent","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/microsoft.managedidentity/userassignedidentities/rk-identity-test"},"name":"eventhubendpoint","id":"b7b561d4-b013-44b6-8fae-f500a98f8301","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=rkiotstorage2;AccountKey=****","containerName":"container1","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","authenticationType":"keyBased","name":"sfgsdgsdgds","id":"1bd38b37-d87a-4b74-bf7c-55db1cec46ca","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}]},"enrichments":[{"key":"sdfsdsds","value":"asdfasdfsd","endpointNames":["asdfghjkl"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"}},"principalId":"2f1c3c88-510c-4d4a-9952-2b2ff442471a"},"systemData":{"createdAt":"2021-08-26T17:58:44.9966667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-canary-2","name":"askhura-canary-2","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGe77uE=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-canary-2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-canary-2","endpoint":"sb://iothub-ns-askhura-ca-14605461-4ef323760e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"2cee2b73-f50a-46be-877c-5101746daa34"},"systemData":{"createdAt":"2021-08-31T19:07:32.63Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-broker/providers/Microsoft.Devices/IotHubs/vilit-test-mqtt","name":"vilit-test-mqtt","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-broker","etag":"AAAADF/UJJg=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-test-mqtt.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-test-mqtt","endpoint":"sb://iothub-ns-vilit-test-16754325-6ea7e5609a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"MqttBroker","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-07T20:25:18.41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-broker/providers/Microsoft.Devices/IotHubs/vilit-test-broker","name":"vilit-test-broker","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-broker","etag":"AAAADGCxQyk=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-test-broker.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-test-broker","endpoint":"sb://iothub-ns-vilit-test-16990908-50b5f5df01.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"MqttBrokerRoute","source":"MqttBrokerMessages","condition":"STARTS_WITH($mqtt-topic, - \"vehicles/\")","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"MqttBroker","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-21T20:53:27.9466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ADU/providers/Microsoft.Devices/IotHubs/adu-privatepreview-hub","name":"adu-privatepreview-hub","type":"Microsoft.Devices/IotHubs","location":"eastus2euap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ADU","etag":"AAAADFmIPoQ=","properties":{"locations":[{"location":"East - US 2 EUAP","role":"primary"},{"location":"Central US EUAP","role":"secondary"}],"state":"ActivationFailed","provisioningState":"Failed","ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-10-07T20:33:01.093Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerEastEUAP","name":"rkesslerEastEUAP","type":"Microsoft.Devices/IotHubs","location":"eastus2euap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFrmLTA=","properties":{"locations":[{"location":"East - US 2 EUAP","role":"primary"},{"location":"Central US EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerEastEUAP.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslereasteuap","endpoint":"sb://iothub-ns-rkesslerea-8983535-c5e2500f5d.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-03-17T22:13:07.4Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunHub","name":"PaymaunHub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGhFWiA=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"test-filter","action":"Accept","ipMask":"1.3.2.4"},{"filterName":"test-filter2","action":"Accept","ipMask":"1.4.2.4"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"test-filter","action":"Allow","ipMask":"1.3.2.4"},{"filterName":"test-filter2","action":"Allow","ipMask":"1.4.2.4"}]},"hostName":"PaymaunHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymaunhub","endpoint":"sb://iothub-ns-paymaunhub-2363588-460f33d1a4.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_PaymaunHub;SharedAccessKey=****;EntityPath=paymauneventhub","name":"myEventhubEp","id":"c9b7ab5b-7624-44a4-a1ad-f598f0962fd1","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"},{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=TestPolicy;SharedAccessKey=****;EntityPath=paymauneventhub","authenticationType":"keyBased","name":"MyEHEndpoint","id":"df3df736-f923-4f92-9d53-32a6ee66a03e","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"}],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"4b7391c6-0e52-4226-af5b-bf287993966a"},"systemData":{"createdAt":"2019-10-23T23:13:57.47Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/yingworkhub","name":"yingworkhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ying","etag":"AAAADGHItR4=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"test","action":"Accept","ipMask":"1.0.0.0"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"test","action":"Allow","ipMask":"1.0.0.0"}]},"hostName":"yingworkhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"yingworkhub","endpoint":"sb://iothub-ns-yingworkhu-7810654-bfabd1a47f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://yingevent.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_yingworkhub;SharedAccessKey=****;EntityPath=testevent","name":"test222","id":"cdd74cb4-e0db-4cf8-8bc7-8f7f4f3345b6","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"},{"connectionString":"Endpoint=sb://yingevent.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_yingworkhub;SharedAccessKey=****;EntityPath=testevent","authenticationType":"keyBased","name":"test333","id":"7d19929b-0545-4f24-8321-0835e1f0d49b","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[]},"enrichments":[],"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT5H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT5H","maxDeliveryCount":19}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adt-test/providers/Microsoft.Network/privateEndpoints/test"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/yingworkhub/PrivateEndpointConnections/yingworkhub.fd9ad8f7-c538-4c92-9ae7-cb2e40c15981","name":"yingworkhub.fd9ad8f7-c538-4c92-9ae7-cb2e40c15981","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-02-03T01:11:50.883Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/iliestesthub","name":"iliestesthub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{"mytag":"myvalue"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGfMD1A=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.236.151","action":"Accept","ipMask":"73.97.236.151"}],"networkRuleSets":{"defaultAction":"Deny","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"73.97.236.151","action":"Allow","ipMask":"73.97.236.151"}]},"hostName":"iliestesthub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iliestesthub","endpoint":"sb://iothub-ns-iliestesth-10067252-c029533c08.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;AccountName=andbuctestadu;AccountKey=****","containerName":"test","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","name":"storageendpoint","id":"f82ebb49-8708-4d8f-9050-224ff362f456","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ADU"},{"containerName":"deviceupdates","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","endpointUri":"https://raharrideviceupdates.blob.core.windows.net/","authenticationType":"identityBased","name":"fsdfsdfs","id":"306e31c4-8b69-4673-b1a5-e6468e0ebbab","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"raharri"}]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"505bd383-2da9-4337-8cb5-aa1cb5bdf02e"},"systemData":{"createdAt":"2021-04-19T20:43:16.37Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/BillableModulesTestHub","name":"BillableModulesTestHub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADF6FwK4=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"BillableModulesTestHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"billablemodulestesthub","endpoint":"sb://iothub-ns-billablemo-16397238-86d909a7ce.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-12-15T01:34:40.3366667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/TestIotExt1","name":"TestIotExt1","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADFv9nug=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"TestIotExt1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"testiotext1","endpoint":"sb://iothub-ns-testiotext-2312279-f90eed5388.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2019-10-15T01:05:39.05Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/ProHub","name":"ProHub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADFv97l0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ProHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"prohub","endpoint":"sb://iothub-ns-prohub-2773227-3cde9e3ef9.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-01-15T01:41:14.637Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubWestUS2","name":"rkesslerHubWestUS2","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF5AJEc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.132.150","action":"Accept","ipMask":"73.97.132.150"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"73.97.132.150","action":"Allow","ipMask":"73.97.132.150"}]},"hostName":"rkesslerHubWestUS2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubwestus2","endpoint":"sb://iothub-ns-rkesslerhu-5873664-22a9e08b63.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-11T22:44:00.1Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-cli-int-test-hub","name":"rk-cli-int-test-hub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGe8FlM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-cli-int-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-cli-int-test-hub","endpoint":"sb://iothub-ns-rk-cli-int-6335385-8cf2a6e686.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"23c984de-d8ee-45f9-83ea-c0930a6a5665"},"systemData":{"createdAt":"2020-12-03T18:15:27.6Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/smoke-test-2","name":"smoke-test-2","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGXl3wE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"smoke-test-2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"smoke-test-2","endpoint":"sb://iothub-ns-smoke-test-16240457-a5759ac96a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T21:07:45.04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-cli-test-hub","name":"rk-cli-test-hub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGchvk4=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-cli-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-cli-test-hub","endpoint":"sb://iothub-ns-rk-cli-tes-17680483-b104918893.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-01T19:55:07.66Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunHubTest1","name":"PaymaunHubTest1","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGg0HKo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"PaymaunHubTest1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymaunhubtest1","endpoint":"sb://iothub-ns-paymaunhub-18818448-b5a0060e31.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-27T02:04:42.49Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/test-dps-hub-c11a0fc4a73540e88121474024781cfc","name":"test-dps-hub-c11a0fc4a73540e88121474024781cfc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"dpsname":"test-dps-163af43109b8499da19735140fa2748b","test_dps_device_registration_disabled_enrollment":"1","pipeline_id":"wackaroni - Namearoni jobberoni"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGiqSe8=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"test-dps-hub-c11a0fc4a73540e88121474024781cfc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"test-dps-hub-c11a0fc4a735","endpoint":"sb://iothub-ns-test-dps-h-19190584-16bebf8bda.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-18T00:05:21.3066667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Bbo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}]}' - headers: - cache-control: - - no-cache - content-length: - - '101353' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:01:29 GMT + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Fis=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '12108' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:01:15 GMT expires: - '-1' pragma: @@ -1128,11 +1015,6 @@ interactions: - '' - '' - '' - - '' - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -1150,103 +1032,29 @@ interactions: ParameterSetName: - -n --fsa --fsi --fcs --fc --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-identity-hub","name":"rk-identity-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"e":"b","test":"test"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGgM2BQ=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-identity-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-identity-hub","endpoint":"sb://iothub-ns-rk-identit-3174359-de82e52e4d.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"test","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"lifecycle_route","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"device_job_lifecycle_events_route","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"connection_state_events_route","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"}},"principalId":"2ec95e8e-45d2-4680-bed8-1fe8433820b4"},"systemData":{"createdAt":"2020-03-31T22:25:20.24Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubEast","name":"rkesslerHubEast","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADGaryzE=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.132.150","action":"Accept","ipMask":"73.97.132.150"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"73.97.132.150","action":"Allow","ipMask":"73.97.132.150"}]},"hostName":"rkesslerHubEast.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":2,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubeast","endpoint":"sb://iothub-ns-rkesslerhu-4910438-dfc628c2e6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[{"connectionString":"Endpoint=sb://az-cli-int-test-servicebus-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerTest;SharedAccessKey=****;EntityPath=testtopic","name":"endpoint1","id":"64774abf-3add-4e83-b0e5-ad6c9a07fd42","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"cli-int-test-rg"}],"serviceBusTopics":[{"connectionString":"Endpoint=sb://az-cli-int-test-servicebus-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerTest;SharedAccessKey=****;EntityPath=az-cli-int-test-servicebus","name":"servicebustopic1","id":"89b2c8ba-0ce6-4cf8-959d-1ae596c680a1","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"cli-int-test-rg"}],"eventHubs":[{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","name":"testRoute1","id":"421c6e84-9b92-474a-a4f0-812004ba5409","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","name":"ehubtest2","id":"1322ca79-5ab5-498f-aa42-9bb943a9fd86","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","authenticationType":"keyBased","name":"testEndpoint","id":"f21787f6-3389-4a72-9ce1-9ae01853105a","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","authenticationType":"keyBased","name":"testEndpoint2","id":"ced63e9b-9199-4cf6-9cf6-6f296608496c","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;AccountName=rkstoragetest;AccountKey=****","containerName":"test3","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","name":"storage","id":"47bb7579-95c8-429e-8fda-8389e10dc90d","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}]},"enrichments":[],"routes":[{"name":"DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"TelemetryModelInformation","source":"DeviceMessages","condition":"$iothub-interface-id - = \"urn:azureiot:ModelDiscovery:ModelInformation:1\"","endpointNames":["events"],"isEnabled":true},{"name":"DeviceTwinEvents","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'')","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT2H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-09-28T20:31:20.88Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubBasic","name":"rkesslerHubBasic","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF4uNdI=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"rkesslerHubBasic.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubbasic","endpoint":"sb://iothub-ns-rkesslerhu-5856834-888c890346.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"route2","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"B1","tier":"Basic","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-11T05:43:03.923Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/avagraw-iot-hub","name":"avagraw-iot-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADF6bLe8=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"avagraw-iot-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"avagraw-iot-hub","endpoint":"sb://iothub-ns-avagraw-io-9684408-600ce25791.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-04-07T23:02:07.663Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/iot-cli-extensions-integration-test-hub","name":"iot-cli-extensions-integration-test-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADFw9ud4=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-cli-extensions-integration-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-cli-extensions-integr","endpoint":"sb://iothub-ns-iot-cli-ex-9730108-95336c2aa2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=azcliintteststorage;AccountKey=****","containerName":"devices","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-04-09T08:58:12.597Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-test-1","name":"raharri-test-1","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGWFmQM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"raharri-test-1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"raharri-test-1","endpoint":"sb://iothub-ns-raharri-te-11679783-47062fe1c2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Network/privateEndpoints/raharri-test"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-test-1/PrivateEndpointConnections/raharri-test-1.c0b264f9-87d9-4ef7-aea5-6774bca55d85","name":"raharri-test-1.c0b264f9-87d9-4ef7-aea5-6774bca55d85","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-03T21:17:21.517Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubAu2021","name":"rkesslerHubAu2021","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF2lvbw=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerHubAu2021.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubau2021","endpoint":"sb://iothub-ns-rkesslerhu-14200631-32ee399d59.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-08-13T22:57:08.61Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/fileupload-icm","name":"fileupload-icm","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGgM1x0=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"10.0.0.28","action":"Accept","ipMask":"10.0.0.28"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"10.0.0.28","action":"Allow","ipMask":"10.0.0.28"}]},"hostName":"fileupload-icm.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"fileupload-icm","endpoint":"sb://iothub-ns-fileupload-14312231-bc8f29349b.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[{"connectionString":"Endpoint=sb://rk-sb-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_askhura-test-rg;SharedAccessKey=****;EntityPath=queue-1","authenticationType":"keyBased","name":"servicebus-systemassigned","id":"3440cbf7-f2ff-40aa-8f97-0b68d6c1c223","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"serviceBusTopics":[{"endpointUri":"sb://rk-sb-namespace.servicebus.windows.net","entityPath":"topic-1","authenticationType":"identityBased","name":"topic-userassgined","id":"5213a80d-ecaf-4fd2-911f-89da00a0792b","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"eventHubs":[{"endpointUri":"sb://yingevent.servicebus.windows.net","entityPath":"testevent","authenticationType":"identityBased","name":"test13","id":"3ac306b4-bb1f-4349-a62c-b95f3b46e91c","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"111111","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"222222","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"3453533","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"asdfasfdasfd","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"75756756","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"5676576576","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"vjfdjhgjgjg","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"dsdfsgsfdggggf","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"erytryry56","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"eventroute","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=rkiotstorage2;AccountKey=****","containerName":"container1","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":12}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test-2":{"clientId":"7ee8a73e-24bd-4681-963b-708239d7c5d9","principalId":"76ee23e0-7ab2-4ec6-99fa-1c9e9fb308a6"}},"principalId":"9f8a3338-fcf5-48b1-8f1b-31ba009cd8b9"},"systemData":{"createdAt":"2021-08-19T15:38:33.3466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-hub-test","name":"vilit-hub-test","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"exam":"test2","exam2":"test3"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit","etag":"AAAADGiltO8=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-test.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-test","endpoint":"sb://iothub-ns-vilit-hub-16240640-68efd3638f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test;SharedAccessKey=****;EntityPath=eventhub2","authenticationType":"keyBased","name":"endpoint","id":"9a207810-9af0-4cb7-831b-ab665c16d6a2","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"vilit"}],"storageContainers":[]},"routes":[{"name":"route","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T21:37:52.5566667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/smoke-test-3","name":"smoke-test-3","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADF3waEw=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"smoke-test-3.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"smoke-test-3","endpoint":"sb://iothub-ns-smoke-test-16241276-718954597f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T23:04:32.7833333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jiacjutest/providers/Microsoft.Devices/IotHubs/newiothubDeletewithLock","name":"newiothubDeletewithLock","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"device":"tag"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"jiacjutest","etag":"AAAADGZ/Kl4=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"newiothubDeletewithLock.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"newiothubdeletewithlock","endpoint":"sb://iothub-ns-newiothubd-16851029-a939ca66f2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-13T19:43:55.73Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jingrg/providers/Microsoft.Devices/IotHubs/JingHub","name":"JingHub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"jingrg","etag":"AAAADGVqjsc=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"JingHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"jinghub","endpoint":"sb://iothub-ns-jinghub-18297925-00079d4986.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-29T21:24:51.3966667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-eh-to-azmon/providers/Microsoft.Devices/IotHubs/vilit-hub-to-be-logged","name":"vilit-hub-to-be-logged","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-eh-to-azmon","etag":"AAAADGcY8Vk=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-to-be-logged.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":7,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-to-be-logged","endpoint":"sb://iothub-ns-vilit-hub-18322115-c3f0235d39.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-31T17:23:21.6266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-adu-hub","name":"askhura-adu-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGcMC5k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-adu-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-adu-hub","endpoint":"sb://iothub-ns-askhura-ad-18747832-281cfb3511.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-20T16:31:22.41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/brandnew","name":"brandnew","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ying","etag":"AAAADGe7lFI=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"50.54.142.94","action":"Accept","ipMask":"50.54.142.94"}],"networkRuleSets":{"defaultAction":"Deny","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"50.54.142.94","action":"Allow","ipMask":"50.54.142.94"}]},"hostName":"brandnew.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"brandnew","endpoint":"sb://iothub-ns-brandnew-18926890-67128da56e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-05T21:59:02.2466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-hub-test-101","name":"vilit-hub-test-101","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit","etag":"AAAADGfLm/k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-test-101.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-test-101","endpoint":"sb://iothub-ns-vilit-hub-18945100-1d14ec9101.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-06T16:55:02.32Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/tesdsfasjing","name":"tesdsfasjing","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGize6k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"tesdsfasjing.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"tesdsfasjing","endpoint":"sb://iothub-ns-tesdsfasji-19200251-2590954ded.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-18T18:21:11.0933333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/asfsfsfsfdsdfsdf","name":"asfsfsfsfdsdfsdf","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADF6xfwY=","properties":{"locations":[{"location":"Southeast - Asia","role":"primary"},{"location":"East Asia","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"asfsfsfsfdsdfsdf.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"asfsfsfsfdsdfsdf","endpoint":"sb://iothub-ns-asfsfsfsfd-16443893-76a9d6d183.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-12-17T23:26:47.5766667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/ilienorway","name":"ilienorway","type":"Microsoft.Devices/IotHubs","location":"norwaywest","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGSQpzg=","properties":{"locations":[{"location":"Norway - West","role":"primary"},{"location":"Norway East","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ilienorway.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"ilienorway","endpoint":"sb://iothub-ns-ilienorway-17913320-fbfaad439f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-10T22:21:10.18Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/norwayhubworks","name":"norwayhubworks","type":"Microsoft.Devices/IotHubs","location":"norwaywest","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGQKxaI=","properties":{"locations":[{"location":"Norway - West","role":"primary"},{"location":"Norway East","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"norwayhubworks.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"norwayhubworks","endpoint":"sb://iothub-ns-norwayhubw-17914003-eb93cbe919.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-10T22:56:29.9366667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-staging-test","name":"raharri-staging-test","type":"Microsoft.Devices/IotHubs","location":"brazilsouth","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGF5LT4=","properties":{"locations":[{"location":"Brazil - South","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"raharri-staging-test.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"raharri-staging-test","endpoint":"sb://iothub-ns-raharri-st-17203994-46fca5195e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-02-03T18:07:11.78Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerNorthEurope","name":"rkesslerNorthEurope","type":"Microsoft.Devices/IotHubs","location":"northeurope","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFwD1S8=","properties":{"locations":[{"location":"North - Europe","role":"primary"},{"location":"West Europe","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerNorthEurope.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslernortheurope","endpoint":"sb://iothub-ns-rkesslerno-6065260-e40e15a83a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-20T11:41:22.963Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pamontg-aducreate/providers/Microsoft.Devices/IotHubs/pamontg9","name":"pamontg9","type":"Microsoft.Devices/IotHubs","location":"northeurope","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"pamontg-aducreate","etag":"AAAADGhHZAI=","properties":{"locations":[{"location":"North - Europe","role":"primary"},{"location":"West Europe","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"pamontg9.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"pamontg9","endpoint":"sb://iothub-ns-pamontg9-19081585-8f83eb73d3.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-12T21:32:30.73Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerGWV2","name":"rkesslerGWV2","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFq+hyg=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerGWV2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslergwv2","endpoint":"sb://iothub-ns-rkesslergw-6461604-f593ab0244.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","publicNetworkAccess":"Enabled"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-12-09T00:15:53.1Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rido-validations/providers/Microsoft.Devices/IotHubs/ridouai","name":"ridouai","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rido-validations","etag":"AAAADGirE6E=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ridouai.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"ridouai","endpoint":"sb://iothub-ns-ridouai-10068656-2089e0e3d0.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DevUX-Validation/providers/Microsoft.ManagedIdentity/userAssignedIdentities/RidoAppsZero":{"clientId":"14dbbbff-b140-4d4d-8e93-342767eccaed","principalId":"a1cba8fb-b87d-4874-9889-ffb0301da996"}},"principalId":"39e4264a-8ec3-4ff4-bbd2-79ce7013d718"},"systemData":{"createdAt":"2021-04-19T21:41:37.127Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunCanaryHub","name":"PaymaunCanaryHub","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGe77u0=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"PaymaunCanaryHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymauncanaryhub","endpoint":"sb://iothub-ns-paymauncan-10310011-6987067cc3.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"037b18ad-6223-46a5-8c29-38decf34adb4"},"systemData":{"createdAt":"2021-04-26T21:57:51.633Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerCentralEUAP","name":"rkesslerCentralEUAP","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFr9z3Y=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerCentralEUAP.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslercentraleuap","endpoint":"sb://iothub-ns-rkesslerce-11307302-081dd4122e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerCentralEUAP;SharedAccessKey=****;EntityPath=paymauneventhub","authenticationType":"keyBased","name":"adfasdf","id":"d257224f-c654-4732-8050-5070a3289394","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-24T21:28:58.873Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-canary-hub","name":"askhura-canary-hub","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGgM0zQ=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-canary-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-canary-hub","endpoint":"sb://iothub-ns-askhura-ca-14484209-edda2c9cc5.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://yingevent.servicebus.windows.net","entityPath":"testevent","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/microsoft.managedidentity/userassignedidentities/rk-identity-test"},"name":"eventhubendpoint","id":"b7b561d4-b013-44b6-8fae-f500a98f8301","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=rkiotstorage2;AccountKey=****","containerName":"container1","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","authenticationType":"keyBased","name":"sfgsdgsdgds","id":"1bd38b37-d87a-4b74-bf7c-55db1cec46ca","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}]},"enrichments":[{"key":"sdfsdsds","value":"asdfasdfsd","endpointNames":["asdfghjkl"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"}},"principalId":"2f1c3c88-510c-4d4a-9952-2b2ff442471a"},"systemData":{"createdAt":"2021-08-26T17:58:44.9966667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-canary-2","name":"askhura-canary-2","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGe77uE=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-canary-2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-canary-2","endpoint":"sb://iothub-ns-askhura-ca-14605461-4ef323760e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"2cee2b73-f50a-46be-877c-5101746daa34"},"systemData":{"createdAt":"2021-08-31T19:07:32.63Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-broker/providers/Microsoft.Devices/IotHubs/vilit-test-mqtt","name":"vilit-test-mqtt","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-broker","etag":"AAAADF/UJJg=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-test-mqtt.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-test-mqtt","endpoint":"sb://iothub-ns-vilit-test-16754325-6ea7e5609a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"MqttBroker","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-07T20:25:18.41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-broker/providers/Microsoft.Devices/IotHubs/vilit-test-broker","name":"vilit-test-broker","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-broker","etag":"AAAADGCxQyk=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-test-broker.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-test-broker","endpoint":"sb://iothub-ns-vilit-test-16990908-50b5f5df01.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"MqttBrokerRoute","source":"MqttBrokerMessages","condition":"STARTS_WITH($mqtt-topic, - \"vehicles/\")","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"MqttBroker","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-21T20:53:27.9466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ADU/providers/Microsoft.Devices/IotHubs/adu-privatepreview-hub","name":"adu-privatepreview-hub","type":"Microsoft.Devices/IotHubs","location":"eastus2euap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ADU","etag":"AAAADFmIPoQ=","properties":{"locations":[{"location":"East - US 2 EUAP","role":"primary"},{"location":"Central US EUAP","role":"secondary"}],"state":"ActivationFailed","provisioningState":"Failed","ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-10-07T20:33:01.093Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerEastEUAP","name":"rkesslerEastEUAP","type":"Microsoft.Devices/IotHubs","location":"eastus2euap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFrmLTA=","properties":{"locations":[{"location":"East - US 2 EUAP","role":"primary"},{"location":"Central US EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerEastEUAP.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslereasteuap","endpoint":"sb://iothub-ns-rkesslerea-8983535-c5e2500f5d.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-03-17T22:13:07.4Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunHub","name":"PaymaunHub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGhFWiA=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"test-filter","action":"Accept","ipMask":"1.3.2.4"},{"filterName":"test-filter2","action":"Accept","ipMask":"1.4.2.4"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"test-filter","action":"Allow","ipMask":"1.3.2.4"},{"filterName":"test-filter2","action":"Allow","ipMask":"1.4.2.4"}]},"hostName":"PaymaunHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymaunhub","endpoint":"sb://iothub-ns-paymaunhub-2363588-460f33d1a4.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_PaymaunHub;SharedAccessKey=****;EntityPath=paymauneventhub","name":"myEventhubEp","id":"c9b7ab5b-7624-44a4-a1ad-f598f0962fd1","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"},{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=TestPolicy;SharedAccessKey=****;EntityPath=paymauneventhub","authenticationType":"keyBased","name":"MyEHEndpoint","id":"df3df736-f923-4f92-9d53-32a6ee66a03e","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"}],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"4b7391c6-0e52-4226-af5b-bf287993966a"},"systemData":{"createdAt":"2019-10-23T23:13:57.47Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/yingworkhub","name":"yingworkhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ying","etag":"AAAADGHItR4=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"test","action":"Accept","ipMask":"1.0.0.0"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"test","action":"Allow","ipMask":"1.0.0.0"}]},"hostName":"yingworkhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"yingworkhub","endpoint":"sb://iothub-ns-yingworkhu-7810654-bfabd1a47f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://yingevent.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_yingworkhub;SharedAccessKey=****;EntityPath=testevent","name":"test222","id":"cdd74cb4-e0db-4cf8-8bc7-8f7f4f3345b6","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"},{"connectionString":"Endpoint=sb://yingevent.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_yingworkhub;SharedAccessKey=****;EntityPath=testevent","authenticationType":"keyBased","name":"test333","id":"7d19929b-0545-4f24-8321-0835e1f0d49b","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[]},"enrichments":[],"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT5H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT5H","maxDeliveryCount":19}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adt-test/providers/Microsoft.Network/privateEndpoints/test"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/yingworkhub/PrivateEndpointConnections/yingworkhub.fd9ad8f7-c538-4c92-9ae7-cb2e40c15981","name":"yingworkhub.fd9ad8f7-c538-4c92-9ae7-cb2e40c15981","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-02-03T01:11:50.883Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/iliestesthub","name":"iliestesthub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{"mytag":"myvalue"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGfMD1A=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.236.151","action":"Accept","ipMask":"73.97.236.151"}],"networkRuleSets":{"defaultAction":"Deny","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"73.97.236.151","action":"Allow","ipMask":"73.97.236.151"}]},"hostName":"iliestesthub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iliestesthub","endpoint":"sb://iothub-ns-iliestesth-10067252-c029533c08.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;AccountName=andbuctestadu;AccountKey=****","containerName":"test","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","name":"storageendpoint","id":"f82ebb49-8708-4d8f-9050-224ff362f456","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ADU"},{"containerName":"deviceupdates","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","endpointUri":"https://raharrideviceupdates.blob.core.windows.net/","authenticationType":"identityBased","name":"fsdfsdfs","id":"306e31c4-8b69-4673-b1a5-e6468e0ebbab","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"raharri"}]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"505bd383-2da9-4337-8cb5-aa1cb5bdf02e"},"systemData":{"createdAt":"2021-04-19T20:43:16.37Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/BillableModulesTestHub","name":"BillableModulesTestHub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADF6FwK4=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"BillableModulesTestHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"billablemodulestesthub","endpoint":"sb://iothub-ns-billablemo-16397238-86d909a7ce.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-12-15T01:34:40.3366667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/TestIotExt1","name":"TestIotExt1","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADFv9nug=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"TestIotExt1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"testiotext1","endpoint":"sb://iothub-ns-testiotext-2312279-f90eed5388.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2019-10-15T01:05:39.05Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/ProHub","name":"ProHub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADFv97l0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ProHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"prohub","endpoint":"sb://iothub-ns-prohub-2773227-3cde9e3ef9.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-01-15T01:41:14.637Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubWestUS2","name":"rkesslerHubWestUS2","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF5AJEc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.132.150","action":"Accept","ipMask":"73.97.132.150"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"73.97.132.150","action":"Allow","ipMask":"73.97.132.150"}]},"hostName":"rkesslerHubWestUS2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubwestus2","endpoint":"sb://iothub-ns-rkesslerhu-5873664-22a9e08b63.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-11T22:44:00.1Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-cli-int-test-hub","name":"rk-cli-int-test-hub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGe8FlM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-cli-int-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-cli-int-test-hub","endpoint":"sb://iothub-ns-rk-cli-int-6335385-8cf2a6e686.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"23c984de-d8ee-45f9-83ea-c0930a6a5665"},"systemData":{"createdAt":"2020-12-03T18:15:27.6Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/smoke-test-2","name":"smoke-test-2","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGXl3wE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"smoke-test-2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"smoke-test-2","endpoint":"sb://iothub-ns-smoke-test-16240457-a5759ac96a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T21:07:45.04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-cli-test-hub","name":"rk-cli-test-hub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGchvk4=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-cli-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-cli-test-hub","endpoint":"sb://iothub-ns-rk-cli-tes-17680483-b104918893.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-01T19:55:07.66Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunHubTest1","name":"PaymaunHubTest1","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGg0HKo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"PaymaunHubTest1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymaunhubtest1","endpoint":"sb://iothub-ns-paymaunhub-18818448-b5a0060e31.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-27T02:04:42.49Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/test-dps-hub-c11a0fc4a73540e88121474024781cfc","name":"test-dps-hub-c11a0fc4a73540e88121474024781cfc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"dpsname":"test-dps-163af43109b8499da19735140fa2748b","test_dps_device_registration_disabled_enrollment":"1","pipeline_id":"wackaroni - Namearoni jobberoni"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGiqSe8=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"test-dps-hub-c11a0fc4a73540e88121474024781cfc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"test-dps-hub-c11a0fc4a735","endpoint":"sb://iothub-ns-test-dps-h-19190584-16bebf8bda.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-18T00:05:21.3066667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Bbo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}]}' - headers: - cache-control: - - no-cache - content-length: - - '101353' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:01:34 GMT + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Fis=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '12108' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:02:16 GMT expires: - '-1' pragma: @@ -1262,11 +1070,6 @@ interactions: - '' - '' - '' - - '' - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -1284,103 +1087,29 @@ interactions: ParameterSetName: - -n --fsa --fsi --fcs --fc --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-identity-hub","name":"rk-identity-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"e":"b","test":"test"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGgM2BQ=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-identity-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-identity-hub","endpoint":"sb://iothub-ns-rk-identit-3174359-de82e52e4d.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"test","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"lifecycle_route","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"device_job_lifecycle_events_route","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"connection_state_events_route","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"}},"principalId":"2ec95e8e-45d2-4680-bed8-1fe8433820b4"},"systemData":{"createdAt":"2020-03-31T22:25:20.24Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubEast","name":"rkesslerHubEast","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADGaryzE=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.132.150","action":"Accept","ipMask":"73.97.132.150"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"73.97.132.150","action":"Allow","ipMask":"73.97.132.150"}]},"hostName":"rkesslerHubEast.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":2,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubeast","endpoint":"sb://iothub-ns-rkesslerhu-4910438-dfc628c2e6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[{"connectionString":"Endpoint=sb://az-cli-int-test-servicebus-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerTest;SharedAccessKey=****;EntityPath=testtopic","name":"endpoint1","id":"64774abf-3add-4e83-b0e5-ad6c9a07fd42","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"cli-int-test-rg"}],"serviceBusTopics":[{"connectionString":"Endpoint=sb://az-cli-int-test-servicebus-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerTest;SharedAccessKey=****;EntityPath=az-cli-int-test-servicebus","name":"servicebustopic1","id":"89b2c8ba-0ce6-4cf8-959d-1ae596c680a1","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"cli-int-test-rg"}],"eventHubs":[{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","name":"testRoute1","id":"421c6e84-9b92-474a-a4f0-812004ba5409","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","name":"ehubtest2","id":"1322ca79-5ab5-498f-aa42-9bb943a9fd86","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","authenticationType":"keyBased","name":"testEndpoint","id":"f21787f6-3389-4a72-9ce1-9ae01853105a","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"},{"connectionString":"Endpoint=sb://rk-eh-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerHubEast;SharedAccessKey=****;EntityPath=rk-event-hub","authenticationType":"keyBased","name":"testEndpoint2","id":"ced63e9b-9199-4cf6-9cf6-6f296608496c","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;AccountName=rkstoragetest;AccountKey=****","containerName":"test3","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","name":"storage","id":"47bb7579-95c8-429e-8fda-8389e10dc90d","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}]},"enrichments":[],"routes":[{"name":"DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"TelemetryModelInformation","source":"DeviceMessages","condition":"$iothub-interface-id - = \"urn:azureiot:ModelDiscovery:ModelInformation:1\"","endpointNames":["events"],"isEnabled":true},{"name":"DeviceTwinEvents","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'')","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT2H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-09-28T20:31:20.88Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubBasic","name":"rkesslerHubBasic","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF4uNdI=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"rkesslerHubBasic.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubbasic","endpoint":"sb://iothub-ns-rkesslerhu-5856834-888c890346.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"route2","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"B1","tier":"Basic","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-11T05:43:03.923Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/avagraw-iot-hub","name":"avagraw-iot-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADF6bLe8=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"avagraw-iot-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"avagraw-iot-hub","endpoint":"sb://iothub-ns-avagraw-io-9684408-600ce25791.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-04-07T23:02:07.663Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/iot-cli-extensions-integration-test-hub","name":"iot-cli-extensions-integration-test-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADFw9ud4=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-cli-extensions-integration-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-cli-extensions-integr","endpoint":"sb://iothub-ns-iot-cli-ex-9730108-95336c2aa2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=azcliintteststorage;AccountKey=****","containerName":"devices","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-04-09T08:58:12.597Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-test-1","name":"raharri-test-1","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGWFmQM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"raharri-test-1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"raharri-test-1","endpoint":"sb://iothub-ns-raharri-te-11679783-47062fe1c2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Network/privateEndpoints/raharri-test"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-test-1/PrivateEndpointConnections/raharri-test-1.c0b264f9-87d9-4ef7-aea5-6774bca55d85","name":"raharri-test-1.c0b264f9-87d9-4ef7-aea5-6774bca55d85","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-03T21:17:21.517Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubAu2021","name":"rkesslerHubAu2021","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF2lvbw=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerHubAu2021.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubau2021","endpoint":"sb://iothub-ns-rkesslerhu-14200631-32ee399d59.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-08-13T22:57:08.61Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/fileupload-icm","name":"fileupload-icm","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGgM1x0=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"10.0.0.28","action":"Accept","ipMask":"10.0.0.28"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"10.0.0.28","action":"Allow","ipMask":"10.0.0.28"}]},"hostName":"fileupload-icm.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"fileupload-icm","endpoint":"sb://iothub-ns-fileupload-14312231-bc8f29349b.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[{"connectionString":"Endpoint=sb://rk-sb-namespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_askhura-test-rg;SharedAccessKey=****;EntityPath=queue-1","authenticationType":"keyBased","name":"servicebus-systemassigned","id":"3440cbf7-f2ff-40aa-8f97-0b68d6c1c223","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"serviceBusTopics":[{"endpointUri":"sb://rk-sb-namespace.servicebus.windows.net","entityPath":"topic-1","authenticationType":"identityBased","name":"topic-userassgined","id":"5213a80d-ecaf-4fd2-911f-89da00a0792b","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}],"eventHubs":[{"endpointUri":"sb://yingevent.servicebus.windows.net","entityPath":"testevent","authenticationType":"identityBased","name":"test13","id":"3ac306b4-bb1f-4349-a62c-b95f3b46e91c","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"111111","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"222222","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"3453533","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"asdfasfdasfd","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"75756756","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"5676576576","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"vjfdjhgjgjg","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"dsdfsgsfdggggf","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"erytryry56","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"eventroute","source":"DeviceMessages","condition":"true","endpointNames":["test13"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=rkiotstorage2;AccountKey=****","containerName":"container1","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":12}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test-2":{"clientId":"7ee8a73e-24bd-4681-963b-708239d7c5d9","principalId":"76ee23e0-7ab2-4ec6-99fa-1c9e9fb308a6"}},"principalId":"9f8a3338-fcf5-48b1-8f1b-31ba009cd8b9"},"systemData":{"createdAt":"2021-08-19T15:38:33.3466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-hub-test","name":"vilit-hub-test","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"exam":"test2","exam2":"test3"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit","etag":"AAAADGiltO8=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-test.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-test","endpoint":"sb://iothub-ns-vilit-hub-16240640-68efd3638f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://viliteventhub.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_vilit-hub-test;SharedAccessKey=****;EntityPath=eventhub2","authenticationType":"keyBased","name":"endpoint","id":"9a207810-9af0-4cb7-831b-ab665c16d6a2","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"vilit"}],"storageContainers":[]},"routes":[{"name":"route","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T21:37:52.5566667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/smoke-test-3","name":"smoke-test-3","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADF3waEw=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"smoke-test-3.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"smoke-test-3","endpoint":"sb://iothub-ns-smoke-test-16241276-718954597f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T23:04:32.7833333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jiacjutest/providers/Microsoft.Devices/IotHubs/newiothubDeletewithLock","name":"newiothubDeletewithLock","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{"device":"tag"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"jiacjutest","etag":"AAAADGZ/Kl4=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"newiothubDeletewithLock.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"newiothubdeletewithlock","endpoint":"sb://iothub-ns-newiothubd-16851029-a939ca66f2.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-13T19:43:55.73Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jingrg/providers/Microsoft.Devices/IotHubs/JingHub","name":"JingHub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"jingrg","etag":"AAAADGVqjsc=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"JingHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"jinghub","endpoint":"sb://iothub-ns-jinghub-18297925-00079d4986.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-29T21:24:51.3966667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-eh-to-azmon/providers/Microsoft.Devices/IotHubs/vilit-hub-to-be-logged","name":"vilit-hub-to-be-logged","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-eh-to-azmon","etag":"AAAADGcY8Vk=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-to-be-logged.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":7,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-to-be-logged","endpoint":"sb://iothub-ns-vilit-hub-18322115-c3f0235d39.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-31T17:23:21.6266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-adu-hub","name":"askhura-adu-hub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGcMC5k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-adu-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-adu-hub","endpoint":"sb://iothub-ns-askhura-ad-18747832-281cfb3511.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-20T16:31:22.41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/brandnew","name":"brandnew","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ying","etag":"AAAADGe7lFI=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"50.54.142.94","action":"Accept","ipMask":"50.54.142.94"}],"networkRuleSets":{"defaultAction":"Deny","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"50.54.142.94","action":"Allow","ipMask":"50.54.142.94"}]},"hostName":"brandnew.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"brandnew","endpoint":"sb://iothub-ns-brandnew-18926890-67128da56e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-05T21:59:02.2466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit/providers/Microsoft.Devices/IotHubs/vilit-hub-test-101","name":"vilit-hub-test-101","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit","etag":"AAAADGfLm/k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-hub-test-101.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-hub-test-101","endpoint":"sb://iothub-ns-vilit-hub-18945100-1d14ec9101.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-06T16:55:02.32Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/tesdsfasjing","name":"tesdsfasjing","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGize6k=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"tesdsfasjing.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"tesdsfasjing","endpoint":"sb://iothub-ns-tesdsfasji-19200251-2590954ded.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-18T18:21:11.0933333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/asfsfsfsfdsdfsdf","name":"asfsfsfsfdsdfsdf","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADF6xfwY=","properties":{"locations":[{"location":"Southeast - Asia","role":"primary"},{"location":"East Asia","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"asfsfsfsfdsdfsdf.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"asfsfsfsfdsdfsdf","endpoint":"sb://iothub-ns-asfsfsfsfd-16443893-76a9d6d183.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-12-17T23:26:47.5766667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/ilienorway","name":"ilienorway","type":"Microsoft.Devices/IotHubs","location":"norwaywest","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGSQpzg=","properties":{"locations":[{"location":"Norway - West","role":"primary"},{"location":"Norway East","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ilienorway.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"ilienorway","endpoint":"sb://iothub-ns-ilienorway-17913320-fbfaad439f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-10T22:21:10.18Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/norwayhubworks","name":"norwayhubworks","type":"Microsoft.Devices/IotHubs","location":"norwaywest","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGQKxaI=","properties":{"locations":[{"location":"Norway - West","role":"primary"},{"location":"Norway East","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"norwayhubworks.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"norwayhubworks","endpoint":"sb://iothub-ns-norwayhubw-17914003-eb93cbe919.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-10T22:56:29.9366667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/raharri-staging-test","name":"raharri-staging-test","type":"Microsoft.Devices/IotHubs","location":"brazilsouth","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGF5LT4=","properties":{"locations":[{"location":"Brazil - South","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"raharri-staging-test.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"raharri-staging-test","endpoint":"sb://iothub-ns-raharri-st-17203994-46fca5195e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-02-03T18:07:11.78Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerNorthEurope","name":"rkesslerNorthEurope","type":"Microsoft.Devices/IotHubs","location":"northeurope","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFwD1S8=","properties":{"locations":[{"location":"North - Europe","role":"primary"},{"location":"West Europe","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerNorthEurope.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslernortheurope","endpoint":"sb://iothub-ns-rkesslerno-6065260-e40e15a83a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-20T11:41:22.963Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/pamontg-aducreate/providers/Microsoft.Devices/IotHubs/pamontg9","name":"pamontg9","type":"Microsoft.Devices/IotHubs","location":"northeurope","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"pamontg-aducreate","etag":"AAAADGhHZAI=","properties":{"locations":[{"location":"North - Europe","role":"primary"},{"location":"West Europe","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"pamontg9.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"pamontg9","endpoint":"sb://iothub-ns-pamontg9-19081585-8f83eb73d3.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-12T21:32:30.73Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerGWV2","name":"rkesslerGWV2","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFq+hyg=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerGWV2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslergwv2","endpoint":"sb://iothub-ns-rkesslergw-6461604-f593ab0244.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","publicNetworkAccess":"Enabled"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-12-09T00:15:53.1Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rido-validations/providers/Microsoft.Devices/IotHubs/ridouai","name":"ridouai","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rido-validations","etag":"AAAADGirE6E=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ridouai.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"ridouai","endpoint":"sb://iothub-ns-ridouai-10068656-2089e0e3d0.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/DevUX-Validation/providers/Microsoft.ManagedIdentity/userAssignedIdentities/RidoAppsZero":{"clientId":"14dbbbff-b140-4d4d-8e93-342767eccaed","principalId":"a1cba8fb-b87d-4874-9889-ffb0301da996"}},"principalId":"39e4264a-8ec3-4ff4-bbd2-79ce7013d718"},"systemData":{"createdAt":"2021-04-19T21:41:37.127Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunCanaryHub","name":"PaymaunCanaryHub","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGe77u0=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"PaymaunCanaryHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymauncanaryhub","endpoint":"sb://iothub-ns-paymauncan-10310011-6987067cc3.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"037b18ad-6223-46a5-8c29-38decf34adb4"},"systemData":{"createdAt":"2021-04-26T21:57:51.633Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerCentralEUAP","name":"rkesslerCentralEUAP","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFr9z3Y=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerCentralEUAP.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslercentraleuap","endpoint":"sb://iothub-ns-rkesslerce-11307302-081dd4122e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_rkesslerCentralEUAP;SharedAccessKey=****;EntityPath=paymauneventhub","authenticationType":"keyBased","name":"adfasdf","id":"d257224f-c654-4732-8050-5070a3289394","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-24T21:28:58.873Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-canary-hub","name":"askhura-canary-hub","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGgM0zQ=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-canary-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-canary-hub","endpoint":"sb://iothub-ns-askhura-ca-14484209-edda2c9cc5.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://yingevent.servicebus.windows.net","entityPath":"testevent","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/microsoft.managedidentity/userassignedidentities/rk-identity-test"},"name":"eventhubendpoint","id":"b7b561d4-b013-44b6-8fae-f500a98f8301","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=rkiotstorage2;AccountKey=****","containerName":"container1","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","authenticationType":"keyBased","name":"sfgsdgsdgds","id":"1bd38b37-d87a-4b74-bf7c-55db1cec46ca","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"rk-iot-rg"}]},"enrichments":[{"key":"sdfsdsds","value":"asdfasdfsd","endpointNames":["asdfghjkl"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/rk-iot-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/rk-identity-test":{"clientId":"9ac12ce2-8398-4c52-94f2-7407c6e73c1c","principalId":"cf0d4fef-1347-4443-a37c-62f8ae417f9e"}},"principalId":"2f1c3c88-510c-4d4a-9952-2b2ff442471a"},"systemData":{"createdAt":"2021-08-26T17:58:44.9966667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/askhura-test-rg/providers/Microsoft.Devices/IotHubs/askhura-canary-2","name":"askhura-canary-2","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"askhura-test-rg","etag":"AAAADGe77uE=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"askhura-canary-2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"askhura-canary-2","endpoint":"sb://iothub-ns-askhura-ca-14605461-4ef323760e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","disableLocalAuth":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"2cee2b73-f50a-46be-877c-5101746daa34"},"systemData":{"createdAt":"2021-08-31T19:07:32.63Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-broker/providers/Microsoft.Devices/IotHubs/vilit-test-mqtt","name":"vilit-test-mqtt","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-broker","etag":"AAAADF/UJJg=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-test-mqtt.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-test-mqtt","endpoint":"sb://iothub-ns-vilit-test-16754325-6ea7e5609a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"MqttBroker","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-07T20:25:18.41Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vilit-broker/providers/Microsoft.Devices/IotHubs/vilit-test-broker","name":"vilit-test-broker","type":"Microsoft.Devices/IotHubs","location":"centraluseuap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"vilit-broker","etag":"AAAADGCxQyk=","properties":{"locations":[{"location":"Central - US EUAP","role":"primary"},{"location":"East US 2 EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"vilit-test-broker.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"vilit-test-broker","endpoint":"sb://iothub-ns-vilit-test-16990908-50b5f5df01.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"MqttBrokerRoute","source":"MqttBrokerMessages","condition":"STARTS_WITH($mqtt-topic, - \"vehicles/\")","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"MqttBroker","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-01-21T20:53:27.9466667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ADU/providers/Microsoft.Devices/IotHubs/adu-privatepreview-hub","name":"adu-privatepreview-hub","type":"Microsoft.Devices/IotHubs","location":"eastus2euap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ADU","etag":"AAAADFmIPoQ=","properties":{"locations":[{"location":"East - US 2 EUAP","role":"primary"},{"location":"Central US EUAP","role":"secondary"}],"state":"ActivationFailed","provisioningState":"Failed","ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-10-07T20:33:01.093Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerEastEUAP","name":"rkesslerEastEUAP","type":"Microsoft.Devices/IotHubs","location":"eastus2euap","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADFrmLTA=","properties":{"locations":[{"location":"East - US 2 EUAP","role":"primary"},{"location":"Central US EUAP","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rkesslerEastEUAP.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslereasteuap","endpoint":"sb://iothub-ns-rkesslerea-8983535-c5e2500f5d.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"GWV2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-03-17T22:13:07.4Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunHub","name":"PaymaunHub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGhFWiA=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"test-filter","action":"Accept","ipMask":"1.3.2.4"},{"filterName":"test-filter2","action":"Accept","ipMask":"1.4.2.4"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"test-filter","action":"Allow","ipMask":"1.3.2.4"},{"filterName":"test-filter2","action":"Allow","ipMask":"1.4.2.4"}]},"hostName":"PaymaunHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymaunhub","endpoint":"sb://iothub-ns-paymaunhub-2363588-460f33d1a4.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_PaymaunHub;SharedAccessKey=****;EntityPath=paymauneventhub","name":"myEventhubEp","id":"c9b7ab5b-7624-44a4-a1ad-f598f0962fd1","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"},{"connectionString":"Endpoint=sb://paymauneventhubnamespace.servicebus.windows.net:5671/;SharedAccessKeyName=TestPolicy;SharedAccessKey=****;EntityPath=paymauneventhub","authenticationType":"keyBased","name":"MyEHEndpoint","id":"df3df736-f923-4f92-9d53-32a6ee66a03e","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"TestCLI"}],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"4b7391c6-0e52-4226-af5b-bf287993966a"},"systemData":{"createdAt":"2019-10-23T23:13:57.47Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/yingworkhub","name":"yingworkhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"ying","etag":"AAAADGHItR4=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"test","action":"Accept","ipMask":"1.0.0.0"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"test","action":"Allow","ipMask":"1.0.0.0"}]},"hostName":"yingworkhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"yingworkhub","endpoint":"sb://iothub-ns-yingworkhu-7810654-bfabd1a47f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://yingevent.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_yingworkhub;SharedAccessKey=****;EntityPath=testevent","name":"test222","id":"cdd74cb4-e0db-4cf8-8bc7-8f7f4f3345b6","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"},{"connectionString":"Endpoint=sb://yingevent.servicebus.windows.net:5671/;SharedAccessKeyName=iothubroutes_yingworkhub;SharedAccessKey=****;EntityPath=testevent","authenticationType":"keyBased","name":"test333","id":"7d19929b-0545-4f24-8321-0835e1f0d49b","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ying"}],"storageContainers":[]},"enrichments":[],"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT5H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT5H","maxDeliveryCount":19}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/adt-test/providers/Microsoft.Network/privateEndpoints/test"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ying/providers/Microsoft.Devices/IotHubs/yingworkhub/PrivateEndpointConnections/yingworkhub.fd9ad8f7-c538-4c92-9ae7-cb2e40c15981","name":"yingworkhub.fd9ad8f7-c538-4c92-9ae7-cb2e40c15981","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}],"publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-02-03T01:11:50.883Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/iliesrg/providers/Microsoft.Devices/IotHubs/iliestesthub","name":"iliestesthub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{"mytag":"myvalue"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"iliesrg","etag":"AAAADGfMD1A=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.236.151","action":"Accept","ipMask":"73.97.236.151"}],"networkRuleSets":{"defaultAction":"Deny","applyToBuiltInEventHubEndpoint":false,"ipRules":[{"filterName":"73.97.236.151","action":"Allow","ipMask":"73.97.236.151"}]},"hostName":"iliestesthub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iliestesthub","endpoint":"sb://iothub-ns-iliestesth-10067252-c029533c08.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;AccountName=andbuctestadu;AccountKey=****","containerName":"test","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","name":"storageendpoint","id":"f82ebb49-8708-4d8f-9050-224ff362f456","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"ADU"},{"containerName":"deviceupdates","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}.avro","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":104857600,"encoding":"avro","endpointUri":"https://raharrideviceupdates.blob.core.windows.net/","authenticationType":"identityBased","name":"fsdfsdfs","id":"306e31c4-8b69-4673-b1a5-e6468e0ebbab","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"raharri"}]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":"","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"505bd383-2da9-4337-8cb5-aa1cb5bdf02e"},"systemData":{"createdAt":"2021-04-19T20:43:16.37Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/avagraw_test/providers/Microsoft.Devices/IotHubs/BillableModulesTestHub","name":"BillableModulesTestHub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"avagraw_test","etag":"AAAADF6FwK4=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"BillableModulesTestHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"billablemodulestesthub","endpoint":"sb://iothub-ns-billablemo-16397238-86d909a7ce.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-12-15T01:34:40.3366667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/TestIotExt1","name":"TestIotExt1","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADFv9nug=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"TestIotExt1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"testiotext1","endpoint":"sb://iothub-ns-testiotext-2312279-f90eed5388.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2019-10-15T01:05:39.05Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/ProHub","name":"ProHub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADFv97l0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"ProHub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"prohub","endpoint":"sb://iothub-ns-prohub-2773227-3cde9e3ef9.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-01-15T01:41:14.637Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rkesslerTest/providers/Microsoft.Devices/IotHubs/rkesslerHubWestUS2","name":"rkesslerHubWestUS2","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rkesslerTest","etag":"AAAADF5AJEc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[{"filterName":"73.97.132.150","action":"Accept","ipMask":"73.97.132.150"}],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":true,"ipRules":[{"filterName":"73.97.132.150","action":"Allow","ipMask":"73.97.132.150"}]},"hostName":"rkesslerHubWestUS2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rkesslerhubwestus2","endpoint":"sb://iothub-ns-rkesslerhu-5873664-22a9e08b63.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2020-11-11T22:44:00.1Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-cli-int-test-hub","name":"rk-cli-int-test-hub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGe8FlM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-cli-int-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-cli-int-test-hub","endpoint":"sb://iothub-ns-rk-cli-int-6335385-8cf2a6e686.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;AccountName=testiotextstor0;AccountKey=****","containerName":"devices"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"23c984de-d8ee-45f9-83ea-c0930a6a5665"},"systemData":{"createdAt":"2020-12-03T18:15:27.6Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/raharri/providers/Microsoft.Devices/IotHubs/smoke-test-2","name":"smoke-test-2","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"raharri","etag":"AAAADGXl3wE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"networkRuleSets":{"defaultAction":"Allow","applyToBuiltInEventHubEndpoint":false,"ipRules":[]},"hostName":"smoke-test-2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"smoke-test-2","endpoint":"sb://iothub-ns-smoke-test-16240457-a5759ac96a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","publicNetworkAccess":"Enabled","disableLocalAuth":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-11-30T21:07:45.04Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rk-iot-rg/providers/Microsoft.Devices/IotHubs/rk-cli-test-hub","name":"rk-cli-test-hub","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"rk-iot-rg","etag":"AAAADGchvk4=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"rk-cli-test-hub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"rk-cli-test-hub","endpoint":"sb://iothub-ns-rk-cli-tes-17680483-b104918893.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-03-01T19:55:07.66Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/PaymaunHubTest1","name":"PaymaunHubTest1","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGg0HKo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"PaymaunHubTest1.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"paymaunhubtest1","endpoint":"sb://iothub-ns-paymaunhub-18818448-b5a0060e31.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceConnectionState","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-27T02:04:42.49Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/TestCLI/providers/Microsoft.Devices/IotHubs/test-dps-hub-c11a0fc4a73540e88121474024781cfc","name":"test-dps-hub-c11a0fc4a73540e88121474024781cfc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"dpsname":"test-dps-163af43109b8499da19735140fa2748b","test_dps_device_registration_disabled_enrollment":"1","pipeline_id":"wackaroni - Namearoni jobberoni"},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"TestCLI","etag":"AAAADGiqSe8=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"test-dps-hub-c11a0fc4a73540e88121474024781cfc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"test-dps-hub-c11a0fc4a735","endpoint":"sb://iothub-ns-test-dps-h-19190584-16bebf8bda.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-18T00:05:21.3066667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Bbo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}]}' - headers: - cache-control: - - no-cache - content-length: - - '101353' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:01:36 GMT + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Fis=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + headers: + cache-control: + - no-cache + content-length: + - '12108' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:02:17 GMT expires: - '-1' pragma: @@ -1396,16 +1125,11 @@ interactions: - '' - '' - '' - - '' - - '' - - '' - - '' - - '' status: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0Bbo=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3Fis=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": @@ -1434,25 +1158,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0Bbo=''}' + - '{''IF-MATCH'': ''AAAADGt3Fis=''}' ParameterSetName: - -n --fsa --fsi --fcs --fc --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Bbo=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Fis=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGZlNzVjMWUtNTQwMi00NmExLWExYTAtODk4NTQ5OWJhY2U1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzJmMjg3NDUtMzJhNy00OWZhLWJhYTctOGJmZDEyNGM2OTdiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -1460,7 +1184,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:01:41 GMT + - Tue, 28 Jun 2022 08:02:24 GMT expires: - '-1' pragma: @@ -1472,7 +1196,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -1490,55 +1214,9 @@ interactions: ParameterSetName: - -n --fsa --fsi --fcs --fc --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGZlNzVjMWUtNTQwMi00NmExLWExYTAtODk4NTQ5OWJhY2U1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:02:11 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - iot hub update - Connection: - - keep-alive - ParameterSetName: - - -n --fsa --fsi --fcs --fc --fnld - User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGZlNzVjMWUtNTQwMi00NmExLWExYTAtODk4NTQ5OWJhY2U1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzJmMjg3NDUtMzJhNy00OWZhLWJhYTctOGJmZDEyNGM2OTdiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -1550,7 +1228,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:02:41 GMT + - Tue, 28 Jun 2022 08:02:55 GMT expires: - '-1' pragma: @@ -1582,23 +1260,23 @@ interactions: ParameterSetName: - -n --fsa --fsi --fcs --fc --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Cfo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3GWM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2503' + - '2529' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:02:41 GMT + - Tue, 28 Jun 2022 08:02:55 GMT expires: - '-1' pragma: @@ -1630,7 +1308,7 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -1642,7 +1320,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:02:42 GMT + - Tue, 28 Jun 2022 08:02:56 GMT expires: - '-1' pragma: @@ -1672,7 +1350,7 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -1687,7 +1365,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:02:42 GMT + - Tue, 28 Jun 2022 08:02:57 GMT expires: - '-1' pragma: @@ -1703,7 +1381,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -1721,23 +1399,23 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Cfo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3GWM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2503' + - '2529' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:02:42 GMT + - Tue, 28 Jun 2022 08:02:58 GMT expires: - '-1' pragma: @@ -1756,7 +1434,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0Cfo=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3GWM=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": @@ -1785,25 +1463,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0Cfo=''}' + - '{''IF-MATCH'': ''AAAADGt3GWM=''}' ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Cfo=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3GWM=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGYwNzM2NGUtYWI5ZS00M2ZhLTk5MzgtMzg5OTM3OTgxNGMxO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDJjZDAwZWYtNzFlYy00ZWM4LWFjYmEtODE1ZTA5OWViOTYwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -1811,7 +1489,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:02:48 GMT + - Tue, 28 Jun 2022 08:03:06 GMT expires: - '-1' pragma: @@ -1823,7 +1501,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4997' status: code: 201 message: Created @@ -1841,9 +1519,9 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGYwNzM2NGUtYWI5ZS00M2ZhLTk5MzgtMzg5OTM3OTgxNGMxO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDJjZDAwZWYtNzFlYy00ZWM4LWFjYmEtODE1ZTA5OWViOTYwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -1855,7 +1533,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:18 GMT + - Tue, 28 Jun 2022 08:03:36 GMT expires: - '-1' pragma: @@ -1887,23 +1565,23 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0DbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3GqE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2498' + - '2524' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:19 GMT + - Tue, 28 Jun 2022 08:03:37 GMT expires: - '-1' pragma: @@ -1935,7 +1613,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -1947,7 +1625,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:03:19 GMT + - Tue, 28 Jun 2022 08:03:37 GMT expires: - '-1' pragma: @@ -1977,7 +1655,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -1992,7 +1670,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:20 GMT + - Tue, 28 Jun 2022 08:03:39 GMT expires: - '-1' pragma: @@ -2008,7 +1686,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2026,23 +1704,23 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0DbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3GqE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2498' + - '2524' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:21 GMT + - Tue, 28 Jun 2022 08:03:40 GMT expires: - '-1' pragma: @@ -2074,7 +1752,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2086,7 +1764,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:03:20 GMT + - Tue, 28 Jun 2022 08:03:40 GMT expires: - '-1' pragma: @@ -2116,7 +1794,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2131,7 +1809,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:22 GMT + - Tue, 28 Jun 2022 08:03:41 GMT expires: - '-1' pragma: @@ -2165,23 +1843,23 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0DbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3GqE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2498' + - '2524' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:22 GMT + - Tue, 28 Jun 2022 08:03:43 GMT expires: - '-1' pragma: @@ -2213,7 +1891,7 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2225,7 +1903,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:03:23 GMT + - Tue, 28 Jun 2022 08:03:43 GMT expires: - '-1' pragma: @@ -2255,7 +1933,7 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2270,7 +1948,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:23 GMT + - Tue, 28 Jun 2022 08:03:44 GMT expires: - '-1' pragma: @@ -2304,23 +1982,23 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0DbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3GqE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"keyBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2498' + - '2524' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:24 GMT + - Tue, 28 Jun 2022 08:03:45 GMT expires: - '-1' pragma: @@ -2339,7 +2017,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0DbI=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3GqE=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": @@ -2368,25 +2046,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0DbI=''}' + - '{''IF-MATCH'': ''AAAADGt3GqE=''}' ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0DbI=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3GqE=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMWNiYjIxNTMtYTFmNi00MTc0LWI5NDItNTZlMDAyYjZlYTNhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzU1MmFmMzAtMmZhOS00OWM4LWI1YjUtZGZmMmNkNjExOTNiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -2394,7 +2072,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:28 GMT + - Tue, 28 Jun 2022 08:03:53 GMT expires: - '-1' pragma: @@ -2424,9 +2102,9 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMWNiYjIxNTMtYTFmNi00MTc0LWI5NDItNTZlMDAyYjZlYTNhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzU1MmFmMzAtMmZhOS00OWM4LWI1YjUtZGZmMmNkNjExOTNiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -2438,7 +2116,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:59 GMT + - Tue, 28 Jun 2022 08:04:24 GMT expires: - '-1' pragma: @@ -2470,23 +2148,23 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0EDg=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3G98=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2503' + - '2529' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:59 GMT + - Tue, 28 Jun 2022 08:04:24 GMT expires: - '-1' pragma: @@ -2518,12 +2196,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-18T18:58:16Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:58:01Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -2532,7 +2210,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:03:59 GMT + - Tue, 28 Jun 2022 08:04:24 GMT expires: - '-1' pragma: @@ -2547,7 +2225,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "westus2", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -2558,37 +2237,37 @@ interactions: Connection: - keep-alive Content-Length: - - '72' + - '122' Content-Type: - application/json ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009","name":"ehNamespaceiothubfortest1000009","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"a386d5ea-ea90-441a-8263-d816368c84a1:ehnamespaceiothubfortest1nuk5aom","createdAt":"2022-05-18T19:04:01.327Z","updatedAt":"2022-05-18T19:04:01.327Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000009.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1tri4jcc","createdAt":"2022-06-28T08:04:28.577Z","updatedAt":"2022-06-28T08:04:28.577Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000009.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '776' + - '834' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:04:01 GMT + - Tue, 28 Jun 2022 08:04:29 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2616,31 +2295,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009","name":"ehNamespaceiothubfortest1000009","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"a386d5ea-ea90-441a-8263-d816368c84a1:ehnamespaceiothubfortest1nuk5aom","createdAt":"2022-05-18T19:04:01.327Z","updatedAt":"2022-05-18T19:04:01.327Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000009.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1tri4jcc","createdAt":"2022-06-28T08:04:28.577Z","updatedAt":"2022-06-28T08:04:28.577Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000009.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '776' + - '834' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:04:31 GMT + - Tue, 28 Jun 2022 08:05:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2666,31 +2345,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009","name":"ehNamespaceiothubfortest1000009","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a386d5ea-ea90-441a-8263-d816368c84a1:ehnamespaceiothubfortest1nuk5aom","createdAt":"2022-05-18T19:04:01.327Z","updatedAt":"2022-05-18T19:04:54.727Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000009.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1tri4jcc","createdAt":"2022-06-28T08:04:28.577Z","updatedAt":"2022-06-28T08:05:16.547Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000009.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '774' + - '832' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:01 GMT + - Tue, 28 Jun 2022 08:05:30 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2716,31 +2395,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009","name":"ehNamespaceiothubfortest1000009","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a386d5ea-ea90-441a-8263-d816368c84a1:ehnamespaceiothubfortest1nuk5aom","createdAt":"2022-05-18T19:04:01.327Z","updatedAt":"2022-05-18T19:04:54.727Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000009.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1tri4jcc","createdAt":"2022-06-28T08:04:28.577Z","updatedAt":"2022-06-28T08:05:16.547Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000009.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '774' + - '832' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:02 GMT + - Tue, 28 Jun 2022 08:05:31 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2770,13 +2449,13 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010","name":"eventHubiothubfortest000010","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-05-18T19:05:04.873Z","updatedAt":"2022-05-18T19:05:05.097Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T08:05:35.717Z","updatedAt":"2022-06-28T08:05:36.023Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache @@ -2785,7 +2464,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:05 GMT + - Tue, 28 Jun 2022 08:05:36 GMT expires: - '-1' pragma: @@ -2804,7 +2483,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2822,9 +2501,9 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames/any(c:c%20eq%20'4021c361-13b0-48ef-8a24-20c219b3e7d9') + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames/any(c:c%20eq%20'664ee917-09a2-4f79-9ac6-ffed91fee490') response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -2836,11 +2515,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 18 May 2022 19:05:05 GMT + - Tue, 28 Jun 2022 08:05:36 GMT odata-version: - '4.0' request-id: - - 237bb310-ae09-4b82-8fce-9df20b2d6545 + - 6fb63fb2-007f-4ce3-bb71-f84635476fdc strict-transport-security: - max-age=31536000 transfer-encoding: @@ -2848,14 +2527,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US 2","Slice":"E","Ring":"1","ScaleUnit":"001","RoleInstance":"MW2PEPF000031CC"}}' + - '{"ServerInfo":{"DataCenter":"Korea Central","Slice":"E","Ring":"3","ScaleUnit":"002","RoleInstance":"SE1PEPF00002FE2"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["4021c361-13b0-48ef-8a24-20c219b3e7d9"], "types": ["user", "group", + body: '{"ids": ["664ee917-09a2-4f79-9ac6-ffed91fee490"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -2873,12 +2552,12 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"4021c361-13b0-48ef-8a24-20c219b3e7d9","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003"],"appDisplayName":null,"appDescription":null,"appId":"a36a9d20-ef7f-4277-8076-d7fed0ade4b8","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2022-05-18T18:58:48Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"identitytesthub000003","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["a36a9d20-ef7f-4277-8076-d7fed0ade4b8","https://identity.azure.net/g2RW6l0ww8VAMo00gkInHaG8aZ2iqpY9xVFtwgtdVLM="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null},"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"8B75B5728A5C817590AAEC7FE00CD3CCCE3E85BB","displayName":"CN=a36a9d20-ef7f-4277-8076-d7fed0ade4b8","endDateTime":"2022-08-16T18:53:00Z","key":null,"keyId":"917a070f-0a13-48dc-8206-fb0fc5f4e55f","startDateTime":"2022-05-18T18:53:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[]}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"664ee917-09a2-4f79-9ac6-ffed91fee490","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=False","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003"],"appDisplayName":null,"appDescription":null,"appId":"a2d655df-d2df-4759-a35b-e8c992f5f31b","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2022-06-28T07:59:01Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"identitytesthub000003","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["a2d655df-d2df-4759-a35b-e8c992f5f31b","https://identity.azure.net/hEsTlHzgxxcAl+5rA9d7/yNrt23kW0xKNCEMfoDju6Q="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null},"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"961021425D43445C639BFC3A3443111DEAF15EBE","displayName":"CN=a2d655df-d2df-4759-a35b-e8c992f5f31b","endDateTime":"2022-09-26T07:54:00Z","key":null,"keyId":"3a49009c-137d-4221-bb55-5fa928230520","startDateTime":"2022-06-28T07:54:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[]}]}' headers: cache-control: - no-cache @@ -2887,13 +2566,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 18 May 2022 19:05:05 GMT + - Tue, 28 Jun 2022 08:05:37 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - 3013777c-16d1-4d68-b6a0-13c5b4a53487 + - 2d696ddc-32ae-4390-9bcb-d4f5a5e70af0 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -2901,7 +2580,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US 2","Slice":"E","Ring":"1","ScaleUnit":"001","RoleInstance":"MW2PEPF000031DA"}}' + - '{"ServerInfo":{"DataCenter":"Korea Central","Slice":"E","Ring":"3","ScaleUnit":"002","RoleInstance":"SE1PEPF0000091F"}}' x-ms-resource-unit: - '3' status: @@ -2921,8 +2600,8 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) msrest/0.6.21 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.4 + azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.37.0 accept-language: - en-US method: GET @@ -2939,7 +2618,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:06 GMT + - Tue, 28 Jun 2022 08:05:37 GMT expires: - '-1' pragma: @@ -2959,7 +2638,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975", - "principalId": "4021c361-13b0-48ef-8a24-20c219b3e7d9", "principalType": "ServicePrincipal"}}' + "principalId": "664ee917-09a2-4f79-9ac6-ffed91fee490", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json @@ -2978,15 +2657,15 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) msrest/0.6.21 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.4 + azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.37.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000002?api-version=2020-04-01-preview response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975","principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010","condition":null,"conditionVersion":null,"createdOn":"2022-05-18T19:05:07.2682974Z","updatedOn":"2022-05-18T19:05:07.5807980Z","createdBy":null,"updatedBy":"0417ddc2-87dc-4923-8865-84f5bd13acce","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000002","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000002"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975","principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010","condition":null,"conditionVersion":null,"createdOn":"2022-06-28T08:05:38.6666586Z","updatedOn":"2022-06-28T08:05:39.2291680Z","createdBy":null,"updatedBy":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000002","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000002"}' headers: cache-control: - no-cache @@ -2995,7 +2674,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:09 GMT + - Tue, 28 Jun 2022 08:05:42 GMT expires: - '-1' pragma: @@ -3007,7 +2686,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 201 message: Created @@ -3025,12 +2704,12 @@ interactions: ParameterSetName: - --id User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-msi/6.0.1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006?api-version=2021-09-30-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006","name":"iot-user-identity000006","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus2","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92","clientId":"62eb4676-c377-4e55-b415-1038ac38f22e"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006","name":"iot-user-identity000006","type":"Microsoft.ManagedIdentity/userAssignedIdentities","location":"westus2","tags":{},"properties":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a","clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed"}}' headers: cache-control: - no-cache @@ -3039,7 +2718,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:09 GMT + - Tue, 28 Jun 2022 08:05:43 GMT expires: - '-1' pragma: @@ -3069,9 +2748,9 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames/any(c:c%20eq%20'd345abd4-8a4e-4950-83f3-74dffab14d92') + uri: https://graph.microsoft.com/v1.0/servicePrincipals?$filter=servicePrincipalNames/any(c:c%20eq%20'da9279a2-b445-40df-92a8-3d20416a3c8a') response: body: string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#servicePrincipals","value":[]}' @@ -3083,11 +2762,11 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 18 May 2022 19:05:09 GMT + - Tue, 28 Jun 2022 08:05:43 GMT odata-version: - '4.0' request-id: - - 372ba4e2-0c3c-410d-806d-e2e8a9a9472b + - 8dcd5ae1-2c97-4ab3-b0e5-1c97155fe4c5 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -3095,14 +2774,14 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US 2","Slice":"E","Ring":"1","ScaleUnit":"001","RoleInstance":"MW2PEPF00009116"}}' + - '{"ServerInfo":{"DataCenter":"Korea Central","Slice":"E","Ring":"3","ScaleUnit":"002","RoleInstance":"SE1PEPF00001FEB"}}' x-ms-resource-unit: - '1' status: code: 200 message: OK - request: - body: '{"ids": ["d345abd4-8a4e-4950-83f3-74dffab14d92"], "types": ["user", "group", + body: '{"ids": ["da9279a2-b445-40df-92a8-3d20416a3c8a"], "types": ["user", "group", "servicePrincipal", "directoryObjectPartnerReference"]}' headers: Accept: @@ -3120,12 +2799,12 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: POST uri: https://graph.microsoft.com/v1.0/directoryObjects/getByIds response: body: - string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"d345abd4-8a4e-4950-83f3-74dffab14d92","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"],"appDisplayName":null,"appDescription":null,"appId":"62eb4676-c377-4e55-b415-1038ac38f22e","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2022-05-18T18:58:41Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"iot-user-identity000006","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["62eb4676-c377-4e55-b415-1038ac38f22e","https://identity.azure.net/Qr5OVCBedWFNvL+5c/LmkwiM1Dq74d+EmYgT0+U+BzQ="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null},"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"CA9A54068BD271338DC1080CCC5D39B85272811D","displayName":"CN=62eb4676-c377-4e55-b415-1038ac38f22e","endDateTime":"2022-08-16T18:53:00Z","key":null,"keyId":"22b03c90-505e-4f1c-93a4-b3e1f3680e72","startDateTime":"2022-05-18T18:53:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[]}]}' + string: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects","value":[{"@odata.type":"#microsoft.graph.servicePrincipal","id":"da9279a2-b445-40df-92a8-3d20416a3c8a","deletedDateTime":null,"accountEnabled":true,"alternativeNames":["isExplicit=True","/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"],"appDisplayName":null,"appDescription":null,"appId":"e9f03e68-b20c-4612-acb4-374334e9cfed","applicationTemplateId":null,"appOwnerOrganizationId":null,"appRoleAssignmentRequired":false,"createdDateTime":"2022-06-28T07:58:44Z","description":null,"disabledByMicrosoftStatus":null,"displayName":"iot-user-identity000006","homepage":null,"loginUrl":null,"logoutUrl":null,"notes":null,"notificationEmailAddresses":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyThumbprint":null,"replyUrls":[],"servicePrincipalNames":["e9f03e68-b20c-4612-acb4-374334e9cfed","https://identity.azure.net/mdGnAKWipdy66KrTdbmSD2wqknHmQ75u2w3GpsJCfVg="],"servicePrincipalType":"ManagedIdentity","signInAudience":null,"tags":[],"tokenEncryptionKeyId":null,"info":null,"samlSingleSignOnSettings":null,"verifiedPublisher":{"displayName":null,"verifiedPublisherId":null,"addedDateTime":null},"addIns":[],"appRoles":[],"keyCredentials":[{"customKeyIdentifier":"07384E08FEFC6DED5AC1D7B11239D9F0A2D4927A","displayName":"CN=e9f03e68-b20c-4612-acb4-374334e9cfed","endDateTime":"2022-09-26T07:53:00Z","key":null,"keyId":"e03c4377-5270-4c15-be04-7de0a27fd4a2","startDateTime":"2022-06-28T07:53:00Z","type":"AsymmetricX509Cert","usage":"Verify"}],"oauth2PermissionScopes":[],"passwordCredentials":[],"resourceSpecificApplicationPermissions":[]}]}' headers: cache-control: - no-cache @@ -3134,13 +2813,13 @@ interactions: content-type: - application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8 date: - - Wed, 18 May 2022 19:05:10 GMT + - Tue, 28 Jun 2022 08:05:43 GMT location: - https://graph.microsoft.com odata-version: - '4.0' request-id: - - 83a9493c-4c75-4c0a-ae6b-d5e42d8657cc + - d310d1c2-b770-4c86-ba64-200bfe7b0e73 strict-transport-security: - max-age=31536000 transfer-encoding: @@ -3148,7 +2827,7 @@ interactions: vary: - Accept-Encoding x-ms-ags-diagnostic: - - '{"ServerInfo":{"DataCenter":"West US 2","Slice":"E","Ring":"1","ScaleUnit":"001","RoleInstance":"MW2PEPF00009118"}}' + - '{"ServerInfo":{"DataCenter":"Korea Central","Slice":"E","Ring":"3","ScaleUnit":"002","RoleInstance":"SE1PEPF00002FDF"}}' x-ms-resource-unit: - '3' status: @@ -3168,8 +2847,8 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) msrest/0.6.21 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.4 + azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.37.0 accept-language: - en-US method: GET @@ -3186,7 +2865,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:10 GMT + - Tue, 28 Jun 2022 08:05:43 GMT expires: - '-1' pragma: @@ -3206,7 +2885,7 @@ interactions: message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975", - "principalId": "d345abd4-8a4e-4950-83f3-74dffab14d92", "principalType": "ServicePrincipal"}}' + "principalId": "da9279a2-b445-40df-92a8-3d20416a3c8a", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json @@ -3225,15 +2904,15 @@ interactions: ParameterSetName: - --role --assignee --scope User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) msrest/0.6.21 msrest_azure/0.6.4 - azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) msrest/0.6.21 msrest_azure/0.6.4 + azure-mgmt-authorization/0.61.0 Azure-SDK-For-Python AZURECLI/2.37.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000003?api-version=2020-04-01-preview response: body: - string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010","condition":null,"conditionVersion":null,"createdOn":"2022-05-18T19:05:11.1272796Z","updatedOn":"2022-05-18T19:05:11.4710504Z","createdBy":null,"updatedBy":"0417ddc2-87dc-4923-8865-84f5bd13acce","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000003","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000003"}' + string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/2b629674-e913-4c01-ae53-ef4638d8f975","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010","condition":null,"conditionVersion":null,"createdOn":"2022-06-28T08:05:45.3924991Z","updatedOn":"2022-06-28T08:05:45.8456310Z","createdBy":null,"updatedBy":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a","delegatedManagedIdentityResourceId":null,"description":null},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000009/eventhubs/eventHubiothubfortest000010/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000003","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000003"}' headers: cache-control: - no-cache @@ -3242,7 +2921,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:13 GMT + - Tue, 28 Jun 2022 08:05:48 GMT expires: - '-1' pragma: @@ -3254,7 +2933,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 201 message: Created @@ -3272,7 +2951,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -3284,7 +2963,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:05:12 GMT + - Tue, 28 Jun 2022 08:06:18 GMT expires: - '-1' pragma: @@ -3314,7 +2993,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -3329,7 +3008,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:13 GMT + - Tue, 28 Jun 2022 08:06:20 GMT expires: - '-1' pragma: @@ -3345,7 +3024,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -3363,23 +3042,23 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0EDg=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3G98=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2503' + - '2529' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:13 GMT + - Tue, 28 Jun 2022 08:06:21 GMT expires: - '-1' pragma: @@ -3398,13 +3077,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0EDg=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3G98=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"endpointUri": "sb://ehNamespaceiothubfortest1000009.servicebus.windows.net", "entityPath": "eventHubiothubfortest000010", "authenticationType": "identityBased", "name": - "EHSystemIdentityEndpoint000004", "subscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1", + "EHSystemIdentityEndpoint000004", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001"}], "storageContainers": []}, "routes": [], "fallbackRoute": {"name": "$fallback", "source": "DeviceMessages", "condition": "true", "endpointNames": ["events"], "isEnabled": true}}, "storageEndpoints": @@ -3431,25 +3110,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0EDg=''}' + - '{''IF-MATCH'': ''AAAADGt3G98=''}' ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0EDg=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3G98=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNjkwYzVjYzUtNDg4Yy00YzJhLWI3ZDktNDAyNGQ4ZGNmYjE2O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjYzNjI3Y2EtZDNiZC00NDgyLTg0NWItNmJjMjM0NGRkNjRlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -3457,7 +3136,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:19 GMT + - Tue, 28 Jun 2022 08:06:28 GMT expires: - '-1' pragma: @@ -3469,7 +3148,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -3487,9 +3166,9 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNjkwYzVjYzUtNDg4Yy00YzJhLWI3ZDktNDAyNGQ4ZGNmYjE2O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjYzNjI3Y2EtZDNiZC00NDgyLTg0NWItNmJjMjM0NGRkNjRlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -3501,7 +3180,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:49 GMT + - Tue, 28 Jun 2022 08:06:58 GMT expires: - '-1' pragma: @@ -3533,23 +3212,23 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0GIY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IKM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2835' + - '2861' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:50 GMT + - Tue, 28 Jun 2022 08:06:58 GMT expires: - '-1' pragma: @@ -3581,7 +3260,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --identity --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -3593,7 +3272,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:05:51 GMT + - Tue, 28 Jun 2022 08:06:59 GMT expires: - '-1' pragma: @@ -3623,7 +3302,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --identity --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -3638,7 +3317,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:52 GMT + - Tue, 28 Jun 2022 08:07:00 GMT expires: - '-1' pragma: @@ -3654,7 +3333,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -3672,23 +3351,23 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --identity --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0GIY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IKM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2835' + - '2861' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:53 GMT + - Tue, 28 Jun 2022 08:07:02 GMT expires: - '-1' pragma: @@ -3707,17 +3386,17 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0GIY=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3IKM=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "fab96d8a-85d9-4006-901c-f231e612a735", "endpointUri": "sb://ehNamespaceiothubfortest1000009.servicebus.windows.net", "entityPath": "eventHubiothubfortest000010", "authenticationType": "identityBased", - "name": "EHSystemIdentityEndpoint000004", "subscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1", + "name": "EHSystemIdentityEndpoint000004", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001"}, {"endpointUri": "sb://ehNamespaceiothubfortest1000009.servicebus.windows.net", "entityPath": "eventHubiothubfortest000010", "authenticationType": "identityBased", "identity": {"userAssignedIdentity": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"}, - "name": "EHUserIdentityEndpoint000005", "subscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1", + "name": "EHUserIdentityEndpoint000005", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001"}], "storageContainers": []}, "routes": [], "fallbackRoute": {"name": "$fallback", "source": "DeviceMessages", "condition": "true", "endpointNames": ["events"], "isEnabled": true}}, "storageEndpoints": @@ -3744,25 +3423,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0GIY=''}' + - '{''IF-MATCH'': ''AAAADGt3IKM=''}' ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --identity --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0GIY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"},{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"},"name":"EHUserIdentityEndpoint000005","id":"19f94aca-96ad-4ffa-a7f7-db6e661adac0","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IKM=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"},{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"},"name":"EHUserIdentityEndpoint000005","id":"d4932692-a121-4bd4-b1d4-2d456bb092df","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNjNhZTljNDItMjIzMS00NTIxLWEzOWUtYTczMjkxYjE4ZjM5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMTA1MTllOWYtNDk0MC00NGFiLWFkNGMtMTAwZTE1YTJjODgwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -3770,7 +3449,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:05:57 GMT + - Tue, 28 Jun 2022 08:07:08 GMT expires: - '-1' pragma: @@ -3782,7 +3461,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -3800,9 +3479,9 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --identity --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNjNhZTljNDItMjIzMS00NTIxLWEzOWUtYTczMjkxYjE4ZjM5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMTA1MTllOWYtNDk0MC00NGFiLWFkNGMtMTAwZTE1YTJjODgwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -3814,7 +3493,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:06:27 GMT + - Tue, 28 Jun 2022 08:07:39 GMT expires: - '-1' pragma: @@ -3846,23 +3525,23 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s --auth-type --identity --endpoint-uri --entity-path User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Gi0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"},{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"},"name":"EHUserIdentityEndpoint000005","id":"19f94aca-96ad-4ffa-a7f7-db6e661adac0","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IZo=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"},{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"},"name":"EHUserIdentityEndpoint000005","id":"d4932692-a121-4bd4-b1d4-2d456bb092df","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '3371' + - '3397' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:06:28 GMT + - Tue, 28 Jun 2022 08:07:40 GMT expires: - '-1' pragma: @@ -3894,7 +3573,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -3906,7 +3585,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:06:28 GMT + - Tue, 28 Jun 2022 08:07:40 GMT expires: - '-1' pragma: @@ -3936,7 +3615,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -3951,7 +3630,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:06:29 GMT + - Tue, 28 Jun 2022 08:07:42 GMT expires: - '-1' pragma: @@ -3967,7 +3646,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -3985,23 +3664,23 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Gi0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"},{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"},"name":"EHUserIdentityEndpoint000005","id":"19f94aca-96ad-4ffa-a7f7-db6e661adac0","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IZo=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"},{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","identity":{"userAssignedIdentity":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006"},"name":"EHUserIdentityEndpoint000005","id":"d4932692-a121-4bd4-b1d4-2d456bb092df","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '3371' + - '3397' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:06:30 GMT + - Tue, 28 Jun 2022 08:07:43 GMT expires: - '-1' pragma: @@ -4020,13 +3699,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0Gi0=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3IZo=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "fab96d8a-85d9-4006-901c-f231e612a735", "endpointUri": "sb://ehNamespaceiothubfortest1000009.servicebus.windows.net", "entityPath": "eventHubiothubfortest000010", "authenticationType": "identityBased", - "name": "EHSystemIdentityEndpoint000004", "subscriptionId": "a386d5ea-ea90-441a-8263-d816368c84a1", + "name": "EHSystemIdentityEndpoint000004", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001"}], "storageContainers": []}, "routes": [], "fallbackRoute": {"name": "$fallback", "source": "DeviceMessages", "condition": "true", "endpointNames": ["events"], "isEnabled": true}}, "storageEndpoints": @@ -4053,25 +3732,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0Gi0=''}' + - '{''IF-MATCH'': ''AAAADGt3IZo=''}' ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Gi0=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IZo=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYzg3Yzg3YmMtM2EyMy00ODA0LWIzYWEtNDFhZWZkMDQxNzVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYWY0MDAyYjYtM2QxYy00MmUwLTg1NjctNDMxOTc4NjRiNjcwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -4079,7 +3758,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:06:35 GMT + - Tue, 28 Jun 2022 08:07:49 GMT expires: - '-1' pragma: @@ -4091,7 +3770,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4996' status: code: 201 message: Created @@ -4109,9 +3788,9 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYzg3Yzg3YmMtM2EyMy00ODA0LWIzYWEtNDFhZWZkMDQxNzVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYWY0MDAyYjYtM2QxYy00MmUwLTg1NjctNDMxOTc4NjRiNjcwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -4123,7 +3802,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:04 GMT + - Tue, 28 Jun 2022 08:08:19 GMT expires: - '-1' pragma: @@ -4155,23 +3834,23 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0HJ0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IxA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2835' + - '2861' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:05 GMT + - Tue, 28 Jun 2022 08:08:19 GMT expires: - '-1' pragma: @@ -4203,7 +3882,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -4215,7 +3894,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:07:05 GMT + - Tue, 28 Jun 2022 08:08:20 GMT expires: - '-1' pragma: @@ -4245,7 +3924,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -4260,7 +3939,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:05 GMT + - Tue, 28 Jun 2022 08:08:22 GMT expires: - '-1' pragma: @@ -4276,7 +3955,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -4294,23 +3973,23 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0HJ0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"b19dcd58-9d4f-4418-ad64-5d3e67e4bcf4","subscriptionId":"a386d5ea-ea90-441a-8263-d816368c84a1","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IxA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"endpointUri":"sb://ehNamespaceiothubfortest1000009.servicebus.windows.net","entityPath":"eventHubiothubfortest000010","authenticationType":"identityBased","name":"EHSystemIdentityEndpoint000004","id":"fab96d8a-85d9-4006-901c-f231e612a735","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2835' + - '2861' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:06 GMT + - Tue, 28 Jun 2022 08:08:23 GMT expires: - '-1' pragma: @@ -4329,7 +4008,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0HJ0=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3IxA=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": @@ -4358,25 +4037,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0HJ0=''}' + - '{''IF-MATCH'': ''AAAADGt3IxA=''}' ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0HJ0=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3IxA=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzgwZTMzOWItNzQ1Ni00MzNmLThhZjMtMWM0M2FiYWIxZGE3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjdkZGJjNjAtMWNjMi00NDk0LWI1YjEtNzVmNmMyMGZkN2JhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -4384,7 +4063,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:10 GMT + - Tue, 28 Jun 2022 08:08:30 GMT expires: - '-1' pragma: @@ -4414,9 +4093,9 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzgwZTMzOWItNzQ1Ni00MzNmLThhZjMtMWM0M2FiYWIxZGE3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjdkZGJjNjAtMWNjMi00NDk0LWI1YjEtNzVmNmMyMGZkN2JhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -4428,7 +4107,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:41 GMT + - Tue, 28 Jun 2022 08:09:00 GMT expires: - '-1' pragma: @@ -4460,23 +4139,23 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Hoo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3JOw=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2503' + - '2529' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:42 GMT + - Tue, 28 Jun 2022 08:09:01 GMT expires: - '-1' pragma: @@ -4515,21 +4194,21 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"test-iot-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet\",\r\n - \ \"etag\": \"W/\\\"35b06563-04e3-4d47-893c-f0742d1f298a\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d159aee8-3b32-46a2-9425-5b7ba7cacbd2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"6ad1f2c8-4136-4a95-94d8-2f8a8a1560a0\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"7fea6ac8-2c93-40bc-b903-0bb5507adf68\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1\",\r\n - \ \"etag\": \"W/\\\"35b06563-04e3-4d47-893c-f0742d1f298a\\\"\",\r\n + \ \"etag\": \"W/\\\"d159aee8-3b32-46a2-9425-5b7ba7cacbd2\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -4540,7 +4219,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8747fbe8-a239-4c7b-8d92-6c56589e272f?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/24538683-f66e-41b0-a59e-f5e172d459e1?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -4548,7 +4227,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:44 GMT + - Tue, 28 Jun 2022 08:09:07 GMT expires: - '-1' pragma: @@ -4561,9 +4240,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 355bad48-ed26-4367-be97-69c267d3993d + - 6cbf86d4-8514-4645-ab25-bf4f3eba6927 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 201 message: Created @@ -4581,9 +4260,9 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/8747fbe8-a239-4c7b-8d92-6c56589e272f?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/24538683-f66e-41b0-a59e-f5e172d459e1?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -4595,7 +4274,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:47 GMT + - Tue, 28 Jun 2022 08:09:10 GMT expires: - '-1' pragma: @@ -4612,7 +4291,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 336789a6-9333-489a-8558-931ec6e581d7 + - a07296ab-8b80-411e-84ba-cf57249da2b8 status: code: 200 message: OK @@ -4630,21 +4309,21 @@ interactions: ParameterSetName: - -n -g -l --subnet-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"test-iot-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet\",\r\n - \ \"etag\": \"W/\\\"e9541482-5368-47dc-bc15-5ef08fffe9a3\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"6b651174-79c1-4e6d-a5c6-8c38b1e43825\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus2\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"6ad1f2c8-4136-4a95-94d8-2f8a8a1560a0\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"7fea6ac8-2c93-40bc-b903-0bb5507adf68\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1\",\r\n - \ \"etag\": \"W/\\\"e9541482-5368-47dc-bc15-5ef08fffe9a3\\\"\",\r\n + \ \"etag\": \"W/\\\"6b651174-79c1-4e6d-a5c6-8c38b1e43825\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -4659,9 +4338,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:47 GMT + - Tue, 28 Jun 2022 08:09:11 GMT etag: - - W/"e9541482-5368-47dc-bc15-5ef08fffe9a3" + - W/"6b651174-79c1-4e6d-a5c6-8c38b1e43825" expires: - '-1' pragma: @@ -4678,7 +4357,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - afaf5820-665a-4737-bfb7-e533e60a33f3 + - 6ca2d7af-9e76-4947-97b6-04df04ad0a57 status: code: 200 message: OK @@ -4696,13 +4375,13 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1\",\r\n - \ \"etag\": \"W/\\\"e9541482-5368-47dc-bc15-5ef08fffe9a3\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"6b651174-79c1-4e6d-a5c6-8c38b1e43825\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": @@ -4715,9 +4394,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:47 GMT + - Tue, 28 Jun 2022 08:09:11 GMT etag: - - W/"e9541482-5368-47dc-bc15-5ef08fffe9a3" + - W/"6b651174-79c1-4e6d-a5c6-8c38b1e43825" expires: - '-1' pragma: @@ -4734,7 +4413,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a678646e-fcc1-469d-8008-7ed9252856d2 + - 90e0da4b-4166-46df-a7a8-588bce91a2e3 status: code: 200 message: OK @@ -4759,20 +4438,20 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1\",\r\n - \ \"etag\": \"W/\\\"1ab8f51b-9771-4fec-b13d-706f67b7e99b\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"183861d7-5eb1-47f5-9d0a-c45a45bd8b49\\\"\",\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\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/67b461b4-0ca9-4125-ba15-cf565fc885a6?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef75a6b9-30dc-4359-a553-b64e49eeb949?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -4780,7 +4459,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:48 GMT + - Tue, 28 Jun 2022 08:09:12 GMT expires: - '-1' pragma: @@ -4797,9 +4476,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 85d70db4-4b15-44d6-8989-c9fc7070912c + - ff0060c6-e963-44ec-b510-27c34a48db41 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -4817,9 +4496,9 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/67b461b4-0ca9-4125-ba15-cf565fc885a6?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef75a6b9-30dc-4359-a553-b64e49eeb949?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -4831,7 +4510,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:51 GMT + - Tue, 28 Jun 2022 08:09:15 GMT expires: - '-1' pragma: @@ -4848,7 +4527,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bde60526-fa1e-466f-abf4-0a278b47b0d4 + - 6c12ba9a-ee74-4061-8d1d-8ab916a71936 status: code: 200 message: OK @@ -4866,13 +4545,13 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"subnet1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1\",\r\n - \ \"etag\": \"W/\\\"5ce3e34c-85a5-4481-895b-714aae4b8eb1\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"cb96d698-0f99-42fe-b862-2ef6094ed2c4\\\"\",\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\": \"Enabled\"\r\n },\r\n \"type\": @@ -4885,9 +4564,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:51 GMT + - Tue, 28 Jun 2022 08:09:16 GMT etag: - - W/"5ce3e34c-85a5-4481-895b-714aae4b8eb1" + - W/"cb96d698-0f99-42fe-b862-2ef6094ed2c4" expires: - '-1' pragma: @@ -4904,7 +4583,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2b5fee8e-11f4-4162-826f-33c28df10653 + - fc0976d2-c854-4aa1-a328-b7b1b294e863 status: code: 200 message: OK @@ -4922,7 +4601,7 @@ interactions: ParameterSetName: - --type -n -g User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateLinkResources?api-version=2020-03-01 response: @@ -4936,7 +4615,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:51 GMT + - Tue, 28 Jun 2022 08:09:17 GMT expires: - '-1' pragma: @@ -4968,7 +4647,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -4980,7 +4659,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:07:52 GMT + - Tue, 28 Jun 2022 08:09:17 GMT expires: - '-1' pragma: @@ -5010,7 +4689,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -5025,7 +4704,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:53 GMT + - Tue, 28 Jun 2022 08:09:19 GMT expires: - '-1' pragma: @@ -5059,23 +4738,23 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Hoo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3JOw=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2503' + - '2529' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:54 GMT + - Tue, 28 Jun 2022 08:09:21 GMT expires: - '-1' pragma: @@ -5116,19 +4795,19 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"iot-private-endpoint\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint\",\r\n - \ \"etag\": \"W/\\\"300e9fb8-7fb9-428a-8be8-7ea7452d24e4\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"d8d7ef5f-b7d1-4c85-b987-a3e399f4e3f7\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"520c834e-8d72-435d-a17a-11d3f4474112\",\r\n \"privateLinkServiceConnections\": + \"e000479c-a7bd-44a8-9ea4-fb1be3ad17a9\",\r\n \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"iot-private-endpoint-connection\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint/privateLinkServiceConnections/iot-private-endpoint-connection\",\r\n - \ \"etag\": \"W/\\\"300e9fb8-7fb9-428a-8be8-7ea7452d24e4\\\"\",\r\n + \ \"etag\": \"W/\\\"d8d7ef5f-b7d1-4c85-b987-a3e399f4e3f7\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003\",\r\n \ \"groupIds\": [\r\n \"iotHub\"\r\n ],\r\n \"privateLinkServiceConnectionState\": @@ -5139,13 +4818,13 @@ interactions: \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1\"\r\n \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/iot-private-endpoint.nic.94d5a90f-e5f2-4919-a6c1-25501f9a7c24\"\r\n + \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/iot-private-endpoint.nic.95bdd4f5-39f5-4f11-80f7-fb344fa053b2\"\r\n \ }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80689885-a5b9-4855-b9c1-fc4cfa3f3ff5?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef87a639-1fdf-45e4-ba60-12ca014e6e4d?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -5153,7 +4832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:07:56 GMT + - Tue, 28 Jun 2022 08:09:27 GMT expires: - '-1' pragma: @@ -5166,9 +4845,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0c4c37f0-4aac-4386-811d-b58f57e4ad38 + - 0fc41a7f-b809-4149-82c1-f1c496ee996d x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 201 message: Created @@ -5187,9 +4866,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80689885-a5b9-4855-b9c1-fc4cfa3f3ff5?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef87a639-1fdf-45e4-ba60-12ca014e6e4d?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5201,7 +4880,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:08:06 GMT + - Tue, 28 Jun 2022 08:09:37 GMT expires: - '-1' pragma: @@ -5218,7 +4897,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6d37984c-9454-4175-a856-95b3433c0999 + - 5b45fce8-7531-4ba6-9e31-b72405459d79 status: code: 200 message: OK @@ -5237,9 +4916,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80689885-a5b9-4855-b9c1-fc4cfa3f3ff5?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef87a639-1fdf-45e4-ba60-12ca014e6e4d?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5251,7 +4930,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:08:16 GMT + - Tue, 28 Jun 2022 08:09:47 GMT expires: - '-1' pragma: @@ -5268,7 +4947,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 286c60ff-02be-4097-93bc-df893854818a + - 7ab502ad-d630-4ddc-b6eb-7d3414a9bf49 status: code: 200 message: OK @@ -5287,9 +4966,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80689885-a5b9-4855-b9c1-fc4cfa3f3ff5?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef87a639-1fdf-45e4-ba60-12ca014e6e4d?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5301,7 +4980,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:08:36 GMT + - Tue, 28 Jun 2022 08:10:08 GMT expires: - '-1' pragma: @@ -5318,7 +4997,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - cdbe0086-2ac5-404e-bbbe-199746ddb9fc + - cdfbe5a6-d57f-4c87-a8e2-47a3b8598aef status: code: 200 message: OK @@ -5337,9 +5016,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80689885-a5b9-4855-b9c1-fc4cfa3f3ff5?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef87a639-1fdf-45e4-ba60-12ca014e6e4d?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5351,7 +5030,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:08:56 GMT + - Tue, 28 Jun 2022 08:10:28 GMT expires: - '-1' pragma: @@ -5368,7 +5047,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5e177f67-6c03-4a2f-b0ef-6c4457da7825 + - 070fb903-ec1b-457b-acf4-76da892c83ed status: code: 200 message: OK @@ -5387,9 +5066,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80689885-a5b9-4855-b9c1-fc4cfa3f3ff5?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef87a639-1fdf-45e4-ba60-12ca014e6e4d?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -5401,7 +5080,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:09:36 GMT + - Tue, 28 Jun 2022 08:11:08 GMT expires: - '-1' pragma: @@ -5418,7 +5097,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c7d008d3-7482-4675-852d-d8933590d1cb + - c43f379f-a991-416f-a66d-80c7c8d88846 status: code: 200 message: OK @@ -5437,9 +5116,9 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/80689885-a5b9-4855-b9c1-fc4cfa3f3ff5?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus2/operations/ef87a639-1fdf-45e4-ba60-12ca014e6e4d?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -5451,7 +5130,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:16 GMT + - Tue, 28 Jun 2022 08:11:48 GMT expires: - '-1' pragma: @@ -5468,7 +5147,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5b59d66c-727d-462c-bdba-a7cdc1f1e61b + - a8595729-8b51-4ad6-8950-9cf59aa1028f status: code: 200 message: OK @@ -5487,19 +5166,19 @@ interactions: - -g -n --vnet-name --subnet -l --connection-name --private-connection-resource-id --group-ids User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"iot-private-endpoint\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint\",\r\n - \ \"etag\": \"W/\\\"a6b3f405-d6af-49bb-bd79-6578117020e6\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"b158e94c-b819-43fd-93f1-a3b378f22c57\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus2\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"520c834e-8d72-435d-a17a-11d3f4474112\",\r\n \"privateLinkServiceConnections\": + \"e000479c-a7bd-44a8-9ea4-fb1be3ad17a9\",\r\n \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"iot-private-endpoint-connection\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint/privateLinkServiceConnections/iot-private-endpoint-connection\",\r\n - \ \"etag\": \"W/\\\"a6b3f405-d6af-49bb-bd79-6578117020e6\\\"\",\r\n + \ \"etag\": \"W/\\\"b158e94c-b819-43fd-93f1-a3b378f22c57\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003\",\r\n \ \"groupIds\": [\r\n \"iotHub\"\r\n ],\r\n \"privateLinkServiceConnectionState\": @@ -5510,11 +5189,11 @@ interactions: \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/virtualNetworks/test-iot-vnet/subnets/subnet1\"\r\n \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/iot-private-endpoint.nic.94d5a90f-e5f2-4919-a6c1-25501f9a7c24\"\r\n + \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/networkInterfaces/iot-private-endpoint.nic.95bdd4f5-39f5-4f11-80f7-fb344fa053b2\"\r\n \ }\r\n ],\r\n \"customDnsConfigs\": [\r\n {\r\n \"fqdn\": \"identitytesthub000003.azure-devices.net\",\r\n \"ipAddresses\": [\r\n \ \"10.0.0.4\"\r\n ]\r\n },\r\n {\r\n \"fqdn\": - \"iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net\",\r\n \"ipAddresses\": + \"iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net\",\r\n \"ipAddresses\": [\r\n \"10.0.0.5\"\r\n ]\r\n }\r\n ]\r\n }\r\n}" headers: cache-control: @@ -5524,9 +5203,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:17 GMT + - Tue, 28 Jun 2022 08:11:49 GMT etag: - - W/"a6b3f405-d6af-49bb-bd79-6578117020e6" + - W/"b158e94c-b819-43fd-93f1-a3b378f22c57" expires: - '-1' pragma: @@ -5543,7 +5222,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - fbf475f4-b931-477f-afa0-376c27bcd99a + - ccce460a-6ef8-4aca-b96a-877cd61fffc9 status: code: 200 message: OK @@ -5561,7 +5240,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -5573,7 +5252,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:10:18 GMT + - Tue, 28 Jun 2022 08:11:51 GMT expires: - '-1' pragma: @@ -5603,7 +5282,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -5618,7 +5297,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:18 GMT + - Tue, 28 Jun 2022 08:11:52 GMT expires: - '-1' pragma: @@ -5652,23 +5331,23 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0I40=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3KUE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '3206' + - '3232' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:19 GMT + - Tue, 28 Jun 2022 08:11:53 GMT expires: - '-1' pragma: @@ -5700,12 +5379,12 @@ interactions: ParameterSetName: - --type -n -g User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections?api-version=2020-03-01 response: body: - string: '{"value":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}]}' + string: '{"value":[{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}]}' headers: cache-control: - no-cache @@ -5714,7 +5393,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:19 GMT + - Tue, 28 Jun 2022 08:11:55 GMT expires: - '-1' pragma: @@ -5746,12 +5425,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -5760,7 +5439,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:20 GMT + - Tue, 28 Jun 2022 08:11:56 GMT expires: - '-1' pragma: @@ -5781,8 +5460,8 @@ interactions: - request: body: '{"properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"}, "privateLinkServiceConnectionState": {"status": "Approved", "description": "Approving - endpoint connection", "actionsRequired": "None"}}, "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b", - "name": "identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b", "type": + endpoint connection", "actionsRequired": "None"}}, "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb", + "name": "identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb", "type": "Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: Accept: @@ -5800,13 +5479,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Approving - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -5815,7 +5494,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:21 GMT + - Tue, 28 Jun 2022 08:11:57 GMT expires: - '-1' pragma: @@ -5831,7 +5510,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 200 message: OK @@ -5849,12 +5528,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -5863,7 +5542,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:32 GMT + - Tue, 28 Jun 2022 08:12:08 GMT expires: - '-1' pragma: @@ -5895,12 +5574,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -5909,7 +5588,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:42 GMT + - Tue, 28 Jun 2022 08:12:20 GMT expires: - '-1' pragma: @@ -5941,12 +5620,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -5955,7 +5634,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:10:53 GMT + - Tue, 28 Jun 2022 08:12:31 GMT expires: - '-1' pragma: @@ -5987,12 +5666,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6001,7 +5680,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:11:04 GMT + - Tue, 28 Jun 2022 08:12:42 GMT expires: - '-1' pragma: @@ -6033,12 +5712,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6047,7 +5726,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:11:14 GMT + - Tue, 28 Jun 2022 08:12:54 GMT expires: - '-1' pragma: @@ -6079,12 +5758,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6093,7 +5772,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:11:25 GMT + - Tue, 28 Jun 2022 08:13:05 GMT expires: - '-1' pragma: @@ -6125,12 +5804,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6139,7 +5818,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:11:35 GMT + - Tue, 28 Jun 2022 08:13:17 GMT expires: - '-1' pragma: @@ -6171,12 +5850,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6185,7 +5864,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:11:46 GMT + - Tue, 28 Jun 2022 08:13:29 GMT expires: - '-1' pragma: @@ -6217,12 +5896,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6231,7 +5910,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:11:57 GMT + - Tue, 28 Jun 2022 08:13:39 GMT expires: - '-1' pragma: @@ -6263,12 +5942,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6277,7 +5956,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:12:07 GMT + - Tue, 28 Jun 2022 08:13:51 GMT expires: - '-1' pragma: @@ -6309,12 +5988,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6323,7 +6002,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:12:18 GMT + - Tue, 28 Jun 2022 08:14:02 GMT expires: - '-1' pragma: @@ -6355,12 +6034,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6369,7 +6048,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:12:29 GMT + - Tue, 28 Jun 2022 08:14:13 GMT expires: - '-1' pragma: @@ -6401,12 +6080,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6415,7 +6094,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:12:39 GMT + - Tue, 28 Jun 2022 08:14:24 GMT expires: - '-1' pragma: @@ -6447,12 +6126,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6461,7 +6140,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:12:50 GMT + - Tue, 28 Jun 2022 08:14:36 GMT expires: - '-1' pragma: @@ -6493,12 +6172,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6507,7 +6186,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:13:00 GMT + - Tue, 28 Jun 2022 08:14:47 GMT expires: - '-1' pragma: @@ -6539,12 +6218,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6553,7 +6232,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:13:11 GMT + - Tue, 28 Jun 2022 08:14:59 GMT expires: - '-1' pragma: @@ -6585,12 +6264,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6599,7 +6278,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:13:22 GMT + - Tue, 28 Jun 2022 08:15:11 GMT expires: - '-1' pragma: @@ -6631,12 +6310,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6645,7 +6324,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:13:33 GMT + - Tue, 28 Jun 2022 08:15:22 GMT expires: - '-1' pragma: @@ -6677,12 +6356,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6691,7 +6370,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:13:43 GMT + - Tue, 28 Jun 2022 08:15:34 GMT expires: - '-1' pragma: @@ -6723,12 +6402,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6737,7 +6416,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:13:54 GMT + - Tue, 28 Jun 2022 08:15:44 GMT expires: - '-1' pragma: @@ -6769,12 +6448,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6783,7 +6462,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:13:54 GMT + - Tue, 28 Jun 2022 08:15:46 GMT expires: - '-1' pragma: @@ -6804,8 +6483,8 @@ interactions: - request: body: '{"properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"}, "privateLinkServiceConnectionState": {"status": "Approved", "description": "Approving - endpoint connection", "actionsRequired": "None"}}, "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b", - "name": "identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b", "type": + endpoint connection", "actionsRequired": "None"}}, "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb", + "name": "identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb", "type": "Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: Accept: @@ -6823,13 +6502,13 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Approving - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6838,7 +6517,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:13:56 GMT + - Tue, 28 Jun 2022 08:15:48 GMT expires: - '-1' pragma: @@ -6854,7 +6533,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -6872,12 +6551,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6886,7 +6565,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:14:07 GMT + - Tue, 28 Jun 2022 08:15:59 GMT expires: - '-1' pragma: @@ -6918,12 +6597,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6932,7 +6611,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:14:17 GMT + - Tue, 28 Jun 2022 08:16:11 GMT expires: - '-1' pragma: @@ -6964,12 +6643,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -6978,7 +6657,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:14:27 GMT + - Tue, 28 Jun 2022 08:16:21 GMT expires: - '-1' pragma: @@ -7010,12 +6689,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7024,7 +6703,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:14:38 GMT + - Tue, 28 Jun 2022 08:16:33 GMT expires: - '-1' pragma: @@ -7056,12 +6735,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7070,7 +6749,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:14:49 GMT + - Tue, 28 Jun 2022 08:16:45 GMT expires: - '-1' pragma: @@ -7102,12 +6781,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7116,7 +6795,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:15:00 GMT + - Tue, 28 Jun 2022 08:16:55 GMT expires: - '-1' pragma: @@ -7148,12 +6827,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7162,7 +6841,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:15:11 GMT + - Tue, 28 Jun 2022 08:17:06 GMT expires: - '-1' pragma: @@ -7194,12 +6873,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7208,7 +6887,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:15:21 GMT + - Tue, 28 Jun 2022 08:17:18 GMT expires: - '-1' pragma: @@ -7240,12 +6919,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7254,7 +6933,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:15:32 GMT + - Tue, 28 Jun 2022 08:17:29 GMT expires: - '-1' pragma: @@ -7286,12 +6965,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7300,7 +6979,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:15:42 GMT + - Tue, 28 Jun 2022 08:17:40 GMT expires: - '-1' pragma: @@ -7332,12 +7011,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7346,7 +7025,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:15:53 GMT + - Tue, 28 Jun 2022 08:17:52 GMT expires: - '-1' pragma: @@ -7378,12 +7057,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7392,7 +7071,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:16:04 GMT + - Tue, 28 Jun 2022 08:18:04 GMT expires: - '-1' pragma: @@ -7424,12 +7103,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7438,7 +7117,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:16:14 GMT + - Tue, 28 Jun 2022 08:18:16 GMT expires: - '-1' pragma: @@ -7470,12 +7149,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7484,7 +7163,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:16:25 GMT + - Tue, 28 Jun 2022 08:18:26 GMT expires: - '-1' pragma: @@ -7516,12 +7195,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7530,7 +7209,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:16:35 GMT + - Tue, 28 Jun 2022 08:18:38 GMT expires: - '-1' pragma: @@ -7562,12 +7241,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7576,7 +7255,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:16:46 GMT + - Tue, 28 Jun 2022 08:18:49 GMT expires: - '-1' pragma: @@ -7608,12 +7287,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7622,7 +7301,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:16:57 GMT + - Tue, 28 Jun 2022 08:19:00 GMT expires: - '-1' pragma: @@ -7654,12 +7333,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7668,7 +7347,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:17:07 GMT + - Tue, 28 Jun 2022 08:19:12 GMT expires: - '-1' pragma: @@ -7700,12 +7379,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7714,7 +7393,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:17:18 GMT + - Tue, 28 Jun 2022 08:19:23 GMT expires: - '-1' pragma: @@ -7746,12 +7425,12 @@ interactions: ParameterSetName: - --id --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7760,7 +7439,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:17:29 GMT + - Tue, 28 Jun 2022 08:19:35 GMT expires: - '-1' pragma: @@ -7792,12 +7471,12 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: - string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7806,7 +7485,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:17:30 GMT + - Tue, 28 Jun 2022 08:19:36 GMT expires: - '-1' pragma: @@ -7827,8 +7506,8 @@ interactions: - request: body: '{"properties": {"privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"}, "privateLinkServiceConnectionState": {"status": "Rejected", "description": "Rejecting - endpoint connection", "actionsRequired": "None"}}, "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b", - "name": "identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b", "type": + endpoint connection", "actionsRequired": "None"}}, "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb", + "name": "identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb", "type": "Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: Accept: @@ -7846,16 +7525,16 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNTQ0MTY0MjAtNzdiYi00YmE0LWI5NTktMzlkZDM4MDFmOGJjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfN2QwMDA2NTktMzJhOS00ZGM0LWExNjAtMDVkN2NiYzk0Y2ZmO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -7863,7 +7542,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:17:37 GMT + - Tue, 28 Jun 2022 08:19:41 GMT expires: - '-1' pragma: @@ -7875,7 +7554,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1193' status: code: 201 message: Created @@ -7893,13 +7572,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7908,7 +7587,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:17:47 GMT + - Tue, 28 Jun 2022 08:19:52 GMT expires: - '-1' pragma: @@ -7940,13 +7619,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -7955,7 +7634,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:17:57 GMT + - Tue, 28 Jun 2022 08:20:04 GMT expires: - '-1' pragma: @@ -7987,13 +7666,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8002,7 +7681,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:18:08 GMT + - Tue, 28 Jun 2022 08:20:16 GMT expires: - '-1' pragma: @@ -8034,13 +7713,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8049,7 +7728,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:18:19 GMT + - Tue, 28 Jun 2022 08:20:27 GMT expires: - '-1' pragma: @@ -8081,13 +7760,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8096,7 +7775,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:18:30 GMT + - Tue, 28 Jun 2022 08:20:38 GMT expires: - '-1' pragma: @@ -8128,13 +7807,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8143,7 +7822,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:18:40 GMT + - Tue, 28 Jun 2022 08:20:49 GMT expires: - '-1' pragma: @@ -8175,13 +7854,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8190,7 +7869,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:18:50 GMT + - Tue, 28 Jun 2022 08:21:01 GMT expires: - '-1' pragma: @@ -8222,13 +7901,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8237,7 +7916,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:19:01 GMT + - Tue, 28 Jun 2022 08:21:12 GMT expires: - '-1' pragma: @@ -8269,13 +7948,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8284,7 +7963,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:19:12 GMT + - Tue, 28 Jun 2022 08:21:24 GMT expires: - '-1' pragma: @@ -8316,13 +7995,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8331,7 +8010,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:19:23 GMT + - Tue, 28 Jun 2022 08:21:35 GMT expires: - '-1' pragma: @@ -8363,13 +8042,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8378,7 +8057,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:19:33 GMT + - Tue, 28 Jun 2022 08:21:46 GMT expires: - '-1' pragma: @@ -8410,13 +8089,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8425,7 +8104,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:19:44 GMT + - Tue, 28 Jun 2022 08:21:57 GMT expires: - '-1' pragma: @@ -8457,13 +8136,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8472,7 +8151,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:19:54 GMT + - Tue, 28 Jun 2022 08:22:08 GMT expires: - '-1' pragma: @@ -8504,13 +8183,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8519,7 +8198,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:20:05 GMT + - Tue, 28 Jun 2022 08:22:19 GMT expires: - '-1' pragma: @@ -8551,13 +8230,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8566,7 +8245,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:20:16 GMT + - Tue, 28 Jun 2022 08:22:31 GMT expires: - '-1' pragma: @@ -8598,13 +8277,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8613,7 +8292,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:20:27 GMT + - Tue, 28 Jun 2022 08:22:43 GMT expires: - '-1' pragma: @@ -8645,13 +8324,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8660,7 +8339,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:20:37 GMT + - Tue, 28 Jun 2022 08:22:54 GMT expires: - '-1' pragma: @@ -8692,13 +8371,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8707,7 +8386,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:20:47 GMT + - Tue, 28 Jun 2022 08:23:05 GMT expires: - '-1' pragma: @@ -8739,13 +8418,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8754,7 +8433,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:20:58 GMT + - Tue, 28 Jun 2022 08:23:16 GMT expires: - '-1' pragma: @@ -8786,13 +8465,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g --description User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8801,7 +8480,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:09 GMT + - Tue, 28 Jun 2022 08:23:28 GMT expires: - '-1' pragma: @@ -8833,13 +8512,13 @@ interactions: ParameterSetName: - --type -n --resource-name -g User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: '{"properties":{"privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Network/privateEndpoints/iot-private-endpoint"},"privateLinkServiceConnectionState":{"status":"Rejected","description":"Rejecting - endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","name":"identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' + endpoint connection","actionsRequired":"None"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/PrivateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","name":"identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb","type":"Microsoft.Devices/IotHubs/PrivateEndpointConnections"}' headers: cache-control: - no-cache @@ -8848,7 +8527,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:10 GMT + - Tue, 28 Jun 2022 08:23:29 GMT expires: - '-1' pragma: @@ -8882,15 +8561,15 @@ interactions: ParameterSetName: - --type -n --resource-name -g -y User-Agent: - - python/3.8.3 (Windows-10-10.0.22000-SP0) AZURECLI/2.36.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.86afaccb-2ffa-49da-b93b-106d1534be8b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003/privateEndpointConnections/identitytesthub000003.656baf86-6696-4ecd-a740-4873d2449fdb?api-version=2020-03-01 response: body: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODliODY1MjQtNjdjNi00YmVmLTg5MzQtNDE1MzUzMzAxMmZjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMmU2Mzg5MWQtOWFiYy00YjRhLWFmY2YtZGQxYzY1ZDlhMjlkO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -8898,11 +8577,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:14 GMT + - Tue, 28 Jun 2022 08:23:34 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODliODY1MjQtNjdjNi00YmVmLTg5MzQtNDE1MzUzMzAxMmZjO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMmU2Mzg5MWQtOWFiYy00YjRhLWFmY2YtZGQxYzY1ZDlhMjlkO3JlZ2lvbj13ZXN0dXMy?api-version=2020-03-01&operationSource=other pragma: - no-cache server: @@ -8930,7 +8609,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8942,7 +8621,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:21:14 GMT + - Tue, 28 Jun 2022 08:23:34 GMT expires: - '-1' pragma: @@ -8972,7 +8651,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -8987,7 +8666,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:15 GMT + - Tue, 28 Jun 2022 08:23:36 GMT expires: - '-1' pragma: @@ -9021,162 +8700,23 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Q90=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' - headers: - cache-control: - - no-cache - content-length: - - '2546' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:21:16 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - iot hub show - Connection: - - keep-alive - ParameterSetName: - - --n -g --query - User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) - method: HEAD - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 - response: - body: - string: '' - headers: - cache-control: - - no-cache - content-length: - - '0' - date: - - Wed, 18 May 2022 19:21:16 GMT - expires: - - '-1' - pragma: - - no-cache - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - status: - code: 204 - message: No Content -- request: - body: '{"name": "identitytesthub000003"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - iot hub show - Connection: - - keep-alive - Content-Length: - - '33' - Content-Type: - - application/json - ParameterSetName: - - --n -g --query - User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 - response: - body: - string: '{"nameAvailable":false,"reason":"AlreadyExists","message":"IotHub name - ''identitytesthub000003'' is not available"}' - headers: - cache-control: - - no-cache - content-length: - - '113' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:21:17 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - iot hub show - Connection: - - keep-alive - ParameterSetName: - - --n -g --query - User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Q90=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Qag=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2546' + - '2572' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:18 GMT + - Tue, 28 Jun 2022 08:23:37 GMT expires: - '-1' pragma: @@ -9208,7 +8748,7 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9220,7 +8760,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:21:28 GMT + - Tue, 28 Jun 2022 08:23:37 GMT expires: - '-1' pragma: @@ -9250,7 +8790,7 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9265,7 +8805,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:28 GMT + - Tue, 28 Jun 2022 08:23:39 GMT expires: - '-1' pragma: @@ -9281,7 +8821,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -9299,23 +8839,23 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0RCs=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Qag=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2546' + - '2572' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:29 GMT + - Tue, 28 Jun 2022 08:23:40 GMT expires: - '-1' pragma: @@ -9347,7 +8887,7 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9359,7 +8899,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:21:40 GMT + - Tue, 28 Jun 2022 08:23:50 GMT expires: - '-1' pragma: @@ -9389,7 +8929,7 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9404,7 +8944,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:40 GMT + - Tue, 28 Jun 2022 08:23:51 GMT expires: - '-1' pragma: @@ -9420,7 +8960,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -9438,23 +8978,23 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0RCs=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Qb4=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2546' + - '2572' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:41 GMT + - Tue, 28 Jun 2022 08:23:52 GMT expires: - '-1' pragma: @@ -9486,7 +9026,7 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9498,7 +9038,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:21:51 GMT + - Tue, 28 Jun 2022 08:24:03 GMT expires: - '-1' pragma: @@ -9528,7 +9068,7 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9543,7 +9083,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:52 GMT + - Tue, 28 Jun 2022 08:24:05 GMT expires: - '-1' pragma: @@ -9577,23 +9117,23 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0RCs=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Qb4=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Transitioning","provisioningState":"Transitioning","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2546' + - '2572' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:21:53 GMT + - Tue, 28 Jun 2022 08:24:06 GMT expires: - '-1' pragma: @@ -9625,7 +9165,7 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9637,7 +9177,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:22:04 GMT + - Tue, 28 Jun 2022 08:24:16 GMT expires: - '-1' pragma: @@ -9667,7 +9207,7 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9682,7 +9222,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:22:04 GMT + - Tue, 28 Jun 2022 08:24:17 GMT expires: - '-1' pragma: @@ -9698,7 +9238,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -9716,23 +9256,23 @@ interactions: ParameterSetName: - --n -g --query User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Rfw=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Qmc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2535' + - '2561' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:22:05 GMT + - Tue, 28 Jun 2022 08:24:18 GMT expires: - '-1' pragma: @@ -9764,7 +9304,7 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9776,7 +9316,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:22:05 GMT + - Tue, 28 Jun 2022 08:24:19 GMT expires: - '-1' pragma: @@ -9806,7 +9346,7 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9821,7 +9361,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:22:05 GMT + - Tue, 28 Jun 2022 08:24:20 GMT expires: - '-1' pragma: @@ -9855,23 +9395,23 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Rfw=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Qmc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2535' + - '2561' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:22:06 GMT + - Tue, 28 Jun 2022 08:24:21 GMT expires: - '-1' pragma: @@ -9890,7 +9430,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0Rfw=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3Qmc=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "privateEndpointConnections": [], "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -9922,25 +9462,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0Rfw=''}' + - '{''IF-MATCH'': ''AAAADGt3Qmc=''}' ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Rfw=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Qmc=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDM4N2UwOWQtMWI1Yi00NzJmLWFkMjktZWU3MWM2YTY2YjUyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTQ1NDBjM2MtZDJkZS00YTIxLThmZGItNjg4YTUzODRlMGNhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -9948,7 +9488,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:22:09 GMT + - Tue, 28 Jun 2022 08:24:29 GMT expires: - '-1' pragma: @@ -9978,55 +9518,9 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDM4N2UwOWQtMWI1Yi00NzJmLWFkMjktZWU3MWM2YTY2YjUyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:22:39 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - iot hub identity assign - Connection: - - keep-alive - ParameterSetName: - - -n -g --user - User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDM4N2UwOWQtMWI1Yi00NzJmLWFkMjktZWU3MWM2YTY2YjUyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTQ1NDBjM2MtZDJkZS00YTIxLThmZGItNjg4YTUzODRlMGNhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -10038,7 +9532,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:09 GMT + - Tue, 28 Jun 2022 08:24:59 GMT expires: - '-1' pragma: @@ -10070,23 +9564,23 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0R84=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"d6041b1b-72b6-4938-8f73-0884d638a825","principalId":"39452510-65c6-413d-8891-89a392b10d9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Q7U=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '3083' + - '3109' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:10 GMT + - Tue, 28 Jun 2022 08:25:00 GMT expires: - '-1' pragma: @@ -10118,7 +9612,7 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10130,7 +9624,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:23:11 GMT + - Tue, 28 Jun 2022 08:25:00 GMT expires: - '-1' pragma: @@ -10160,7 +9654,7 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10175,7 +9669,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:12 GMT + - Tue, 28 Jun 2022 08:25:01 GMT expires: - '-1' pragma: @@ -10209,23 +9703,23 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0R84=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"d6041b1b-72b6-4938-8f73-0884d638a825","principalId":"39452510-65c6-413d-8891-89a392b10d9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}},"principalId":"4021c361-13b0-48ef-8a24-20c219b3e7d9"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Q7U=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}},"principalId":"664ee917-09a2-4f79-9ac6-ffed91fee490"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '3083' + - '3109' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:12 GMT + - Tue, 28 Jun 2022 08:25:03 GMT expires: - '-1' pragma: @@ -10244,7 +9738,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0R84=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3Q7U=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "privateEndpointConnections": [], "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -10276,24 +9770,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0R84=''}' + - '{''IF-MATCH'': ''AAAADGt3Q7U=''}' ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0R84=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Q7U=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}}}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMTczYTEyODMtOTZjMi00NTFkLWE2NjAtMTFlM2JiNmM5MTBiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGM3ZDRiZmQtMTBkNi00ZjlkLThiNmItMjRkNThhZDNhN2MxO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -10301,7 +9795,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:17 GMT + - Tue, 28 Jun 2022 08:25:10 GMT expires: - '-1' pragma: @@ -10313,7 +9807,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -10331,9 +9825,9 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMTczYTEyODMtOTZjMi00NTFkLWE2NjAtMTFlM2JiNmM5MTBiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGM3ZDRiZmQtMTBkNi00ZjlkLThiNmItMjRkNThhZDNhN2MxO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -10345,7 +9839,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:47 GMT + - Tue, 28 Jun 2022 08:25:40 GMT expires: - '-1' pragma: @@ -10377,22 +9871,22 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0S6c=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"d6041b1b-72b6-4938-8f73-0884d638a825","principalId":"39452510-65c6-413d-8891-89a392b10d9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}}},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3RPc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}}},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2964' + - '2990' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:48 GMT + - Tue, 28 Jun 2022 08:25:40 GMT expires: - '-1' pragma: @@ -10424,7 +9918,7 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10436,7 +9930,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:23:48 GMT + - Tue, 28 Jun 2022 08:25:41 GMT expires: - '-1' pragma: @@ -10466,7 +9960,7 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10481,7 +9975,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:50 GMT + - Tue, 28 Jun 2022 08:25:42 GMT expires: - '-1' pragma: @@ -10515,22 +10009,22 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0S6c=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"d6041b1b-72b6-4938-8f73-0884d638a825","principalId":"39452510-65c6-413d-8891-89a392b10d9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}}},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3RPc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}}},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2964' + - '2990' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:50 GMT + - Tue, 28 Jun 2022 08:25:43 GMT expires: - '-1' pragma: @@ -10549,7 +10043,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0S6c=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3RPc=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "privateEndpointConnections": [], "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -10581,25 +10075,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0S6c=''}' + - '{''IF-MATCH'': ''AAAADGt3RPc=''}' ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0S6c=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}},"principalId":"026d3440-cad7-47aa-b055-87740b2e2a00"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3RPc=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}},"principalId":"745a07c7-ac2b-4068-8047-1808a93ef2ab"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYWUzM2RhMWYtZDI4MC00MTJlLTgxZmUtOGNjYmRhNzVmODA0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGM4MTQ2ZDctNGRlMy00YTA1LThhZmItYjQ5ZTlmZTM0M2Q3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -10607,7 +10101,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:23:54 GMT + - Tue, 28 Jun 2022 08:25:50 GMT expires: - '-1' pragma: @@ -10637,55 +10131,9 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYWUzM2RhMWYtZDI4MC00MTJlLTgxZmUtOGNjYmRhNzVmODA0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 18 May 2022 19:24:23 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - iot hub identity assign - Connection: - - keep-alive - ParameterSetName: - - -n -g --system - User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYWUzM2RhMWYtZDI4MC00MTJlLTgxZmUtOGNjYmRhNzVmODA0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGM4MTQ2ZDctNGRlMy00YTA1LThhZmItYjQ5ZTlmZTM0M2Q3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -10697,7 +10145,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:24:54 GMT + - Tue, 28 Jun 2022 08:26:20 GMT expires: - '-1' pragma: @@ -10729,23 +10177,23 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Tig=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"d6041b1b-72b6-4938-8f73-0884d638a825","principalId":"39452510-65c6-413d-8891-89a392b10d9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}},"principalId":"026d3440-cad7-47aa-b055-87740b2e2a00"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Riw=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}},"principalId":"745a07c7-ac2b-4068-8047-1808a93ef2ab"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '3083' + - '3109' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:24:55 GMT + - Tue, 28 Jun 2022 08:26:21 GMT expires: - '-1' pragma: @@ -10777,7 +10225,7 @@ interactions: ParameterSetName: - -n -g --system-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10789,7 +10237,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:24:55 GMT + - Tue, 28 Jun 2022 08:26:21 GMT expires: - '-1' pragma: @@ -10819,7 +10267,7 @@ interactions: ParameterSetName: - -n -g --system-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10834,7 +10282,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:24:56 GMT + - Tue, 28 Jun 2022 08:26:22 GMT expires: - '-1' pragma: @@ -10868,23 +10316,23 @@ interactions: ParameterSetName: - -n -g --system-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Tig=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"d6041b1b-72b6-4938-8f73-0884d638a825","principalId":"39452510-65c6-413d-8891-89a392b10d9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}},"principalId":"026d3440-cad7-47aa-b055-87740b2e2a00"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Riw=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}},"principalId":"745a07c7-ac2b-4068-8047-1808a93ef2ab"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '3083' + - '3109' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:24:57 GMT + - Tue, 28 Jun 2022 08:26:24 GMT expires: - '-1' pragma: @@ -10903,7 +10351,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0Tig=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3Riw=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "privateEndpointConnections": [], "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -10935,24 +10383,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0Tig=''}' + - '{''IF-MATCH'': ''AAAADGt3Riw=''}' ParameterSetName: - -n -g --system-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Tig=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Riw=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}}}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjgzMTJiMzItNDM4Mi00ZTI5LWI2ZDYtM2I5NTg0NTYzZWU2O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODI3YjUyNzYtYjNkMi00OTZkLTkxNzMtZGJjOWQ3ZjlhZmY1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -10960,7 +10408,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:25:01 GMT + - Tue, 28 Jun 2022 08:26:30 GMT expires: - '-1' pragma: @@ -10990,9 +10438,9 @@ interactions: ParameterSetName: - -n -g --system-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjgzMTJiMzItNDM4Mi00ZTI5LWI2ZDYtM2I5NTg0NTYzZWU2O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODI3YjUyNzYtYjNkMi00OTZkLTkxNzMtZGJjOWQ3ZjlhZmY1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -11004,7 +10452,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:25:31 GMT + - Tue, 28 Jun 2022 08:27:01 GMT expires: - '-1' pragma: @@ -11036,22 +10484,22 @@ interactions: ParameterSetName: - -n -g --system-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0VGY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"d6041b1b-72b6-4938-8f73-0884d638a825","principalId":"39452510-65c6-413d-8891-89a392b10d9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}}},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Ruo=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}}},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2964' + - '2990' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:25:32 GMT + - Tue, 28 Jun 2022 08:27:02 GMT expires: - '-1' pragma: @@ -11083,7 +10531,7 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11095,7 +10543,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:25:32 GMT + - Tue, 28 Jun 2022 08:27:02 GMT expires: - '-1' pragma: @@ -11125,7 +10573,7 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11140,7 +10588,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:25:33 GMT + - Tue, 28 Jun 2022 08:27:03 GMT expires: - '-1' pragma: @@ -11174,22 +10622,22 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0VGY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"d6041b1b-72b6-4938-8f73-0884d638a825","principalId":"39452510-65c6-413d-8891-89a392b10d9e"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}}},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Ruo=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000007":{"clientId":"b83d137b-0928-49fa-a87c-7d58b1acde7f","principalId":"d2c31bf5-d52c-40ed-a5a4-c0f001fa1089"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}}},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2964' + - '2990' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:25:34 GMT + - Tue, 28 Jun 2022 08:27:05 GMT expires: - '-1' pragma: @@ -11208,7 +10656,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0VGY=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3Ruo=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "privateEndpointConnections": [], "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -11239,24 +10687,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0VGY=''}' + - '{''IF-MATCH'': ''AAAADGt3Ruo=''}' ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0VGY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}}}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Ruo=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}}}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTZlNjI5NTYtMWU0Yi00MWQyLWIyNzctMWRjNzU3ODBkYjAwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzMzMTA0MzgtNmMyYy00NDhmLWFjNmMtN2FhNTI5OTk5M2Q4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -11264,7 +10712,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:25:37 GMT + - Tue, 28 Jun 2022 08:27:13 GMT expires: - '-1' pragma: @@ -11294,9 +10742,9 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTZlNjI5NTYtMWU0Yi00MWQyLWIyNzctMWRjNzU3ODBkYjAwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzMzMTA0MzgtNmMyYy00NDhmLWFjNmMtN2FhNTI5OTk5M2Q4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -11308,7 +10756,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:07 GMT + - Tue, 28 Jun 2022 08:27:43 GMT expires: - '-1' pragma: @@ -11340,22 +10788,22 @@ interactions: ParameterSetName: - -n -g --user User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Vz0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}}},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3SA8=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}}},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2690' + - '2716' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:07 GMT + - Tue, 28 Jun 2022 08:27:44 GMT expires: - '-1' pragma: @@ -11387,7 +10835,7 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11399,7 +10847,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:26:08 GMT + - Tue, 28 Jun 2022 08:27:45 GMT expires: - '-1' pragma: @@ -11429,7 +10877,7 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11444,7 +10892,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:09 GMT + - Tue, 28 Jun 2022 08:27:46 GMT expires: - '-1' pragma: @@ -11460,7 +10908,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -11478,22 +10926,22 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Vz0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}}},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3SA8=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}}},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2690' + - '2716' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:10 GMT + - Tue, 28 Jun 2022 08:27:47 GMT expires: - '-1' pragma: @@ -11512,7 +10960,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0Vz0=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3SA8=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "privateEndpointConnections": [], "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -11543,25 +10991,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0Vz0=''}' + - '{''IF-MATCH'': ''AAAADGt3SA8=''}' ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0Vz0=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}},"principalId":"d79db07c-9637-4561-814c-0864368f2c76"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3SA8=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{}},"principalId":"9c783773-1300-4ff9-a3a5-6ab6379aa680"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDBmM2U4MDgtNmY5OS00MjkyLTljYjYtMDM0NzE0MjE0YTQ1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjVhMmUwNjgtY2E4Yy00ZDZkLWFlZjQtZGJkYjIyYTk0NzBiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -11569,7 +11017,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:14 GMT + - Tue, 28 Jun 2022 08:27:53 GMT expires: - '-1' pragma: @@ -11599,9 +11047,9 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDBmM2U4MDgtNmY5OS00MjkyLTljYjYtMDM0NzE0MjE0YTQ1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjVhMmUwNjgtY2E4Yy00ZDZkLWFlZjQtZGJkYjIyYTk0NzBiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -11613,7 +11061,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:45 GMT + - Tue, 28 Jun 2022 08:28:24 GMT expires: - '-1' pragma: @@ -11645,23 +11093,23 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0WmA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}},"principalId":"d79db07c-9637-4561-814c-0864368f2c76"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3SSk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}},"principalId":"9c783773-1300-4ff9-a3a5-6ab6379aa680"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2809' + - '2835' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:45 GMT + - Tue, 28 Jun 2022 08:28:25 GMT expires: - '-1' pragma: @@ -11693,7 +11141,7 @@ interactions: ParameterSetName: - -n -g --user-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11705,7 +11153,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:26:46 GMT + - Tue, 28 Jun 2022 08:28:25 GMT expires: - '-1' pragma: @@ -11735,7 +11183,7 @@ interactions: ParameterSetName: - -n -g --user-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11750,7 +11198,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:47 GMT + - Tue, 28 Jun 2022 08:28:26 GMT expires: - '-1' pragma: @@ -11784,23 +11232,23 @@ interactions: ParameterSetName: - -n -g --user-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0WmA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, - UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"62eb4676-c377-4e55-b415-1038ac38f22e","principalId":"d345abd4-8a4e-4950-83f3-74dffab14d92"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"3d92c501-2694-4fd1-a8ff-52f2479ba72d","principalId":"b35f8f5f-bd16-4632-bd31-95e019884f06"}},"principalId":"d79db07c-9637-4561-814c-0864368f2c76"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3SSk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned, + UserAssigned","userAssignedIdentities":{"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000006":{"clientId":"e9f03e68-b20c-4612-acb4-374334e9cfed","principalId":"da9279a2-b445-40df-92a8-3d20416a3c8a"},"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.ManagedIdentity/userAssignedIdentities/iot-user-identity000008":{"clientId":"e2415dd2-2e17-4f8b-9d7f-9d7fe9d580e0","principalId":"6fe40daf-e5aa-463f-bf38-e104c632fc9c"}},"principalId":"9c783773-1300-4ff9-a3a5-6ab6379aa680"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2809' + - '2835' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:48 GMT + - Tue, 28 Jun 2022 08:28:28 GMT expires: - '-1' pragma: @@ -11819,7 +11267,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0WmA=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3SSk=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "privateEndpointConnections": [], "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -11848,24 +11296,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0WmA=''}' + - '{''IF-MATCH'': ''AAAADGt3SSk=''}' ParameterSetName: - -n -g --user-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0WmA=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"d79db07c-9637-4561-814c-0864368f2c76"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3SSk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"9c783773-1300-4ff9-a3a5-6ab6379aa680"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZmY5OWUyMTctODliMC00NjNhLWE3NjctMjEwYTYzZmM1ZTkyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfM2VlYTdmNjItYzkwNS00NzdmLWI4YTktYTdjYTMwMWU0MDA4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -11873,7 +11321,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:26:51 GMT + - Tue, 28 Jun 2022 08:28:35 GMT expires: - '-1' pragma: @@ -11903,9 +11351,9 @@ interactions: ParameterSetName: - -n -g --user-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZmY5OWUyMTctODliMC00NjNhLWE3NjctMjEwYTYzZmM1ZTkyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfM2VlYTdmNjItYzkwNS00NzdmLWI4YTktYTdjYTMwMWU0MDA4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -11917,7 +11365,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:27:21 GMT + - Tue, 28 Jun 2022 08:29:06 GMT expires: - '-1' pragma: @@ -11949,22 +11397,22 @@ interactions: ParameterSetName: - -n -g --user-assigned User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0XZA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"d79db07c-9637-4561-814c-0864368f2c76"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Sow=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"9c783773-1300-4ff9-a3a5-6ab6379aa680"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2220' + - '2246' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:27:21 GMT + - Tue, 28 Jun 2022 08:29:06 GMT expires: - '-1' pragma: @@ -11996,7 +11444,7 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -12008,7 +11456,7 @@ interactions: content-length: - '0' date: - - Wed, 18 May 2022 19:27:22 GMT + - Tue, 28 Jun 2022 08:29:06 GMT expires: - '-1' pragma: @@ -12038,7 +11486,7 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -12053,7 +11501,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:27:23 GMT + - Tue, 28 Jun 2022 08:29:07 GMT expires: - '-1' pragma: @@ -12087,22 +11535,22 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0XZA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"d79db07c-9637-4561-814c-0864368f2c76"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Sow=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned","principalId":"9c783773-1300-4ff9-a3a5-6ab6379aa680"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2220' + - '2246' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:27:24 GMT + - Tue, 28 Jun 2022 08:29:09 GMT expires: - '-1' pragma: @@ -12121,7 +11569,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {}, "etag": "AAAADGi0XZA=", "properties": + body: '{"location": "westus2", "tags": {}, "etag": "AAAADGt3Sow=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "privateEndpointConnections": [], "eventHubEndpoints": {"events": {"retentionTimeInDays": 1, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -12150,24 +11598,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGi0XZA=''}' + - '{''IF-MATCH'': ''AAAADGt3Sow=''}' ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0XZA=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-253c79b2-39d3-4a12-beb8-498977ff4ba1-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-b95371dc-fc1a-47ad-ad7c-ef059c913d6a-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 18 May 2022 19:00:24 GMT","ModifiedTime":"Wed, 18 May 2022 19:00:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3Sow=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j-operationmonitoring","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-0b55c92a-7fa4-4512-b7af-78f8ac3a52c2-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-294117a1-85ed-401c-b270-d4986c2658dc-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 08:00:33 GMT","ModifiedTime":"Tue, 28 Jun 2022 08:00:33 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfY2IwOTgyYzMtMjVjMS00MTQzLWEwOTktNTM0OThhN2RiZjRlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZGUxZWMwMWYtYTY5Mi00YmU5LWE3OWItNzI5NjBkZDY2MmEwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -12175,7 +11623,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:27:29 GMT + - Tue, 28 Jun 2022 08:29:15 GMT expires: - '-1' pragma: @@ -12205,9 +11653,9 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfY2IwOTgyYzMtMjVjMS00MTQzLWEwOTktNTM0OThhN2RiZjRlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZGUxZWMwMWYtYTY5Mi00YmU5LWE3OWItNzI5NjBkZDY2MmEwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -12219,7 +11667,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:27:59 GMT + - Tue, 28 Jun 2022 08:29:44 GMT expires: - '-1' pragma: @@ -12251,22 +11699,22 @@ interactions: ParameterSetName: - -n -g --system User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.8.3 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"a386d5ea-ea90-441a-8263-d816368c84a1","resourcegroup":"clitest.rg000001","etag":"AAAADGi0YCg=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubzuc5eoijne","endpoint":"sb://iothub-ns-identityte-19200855-6797dbb8a6.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-18T18:58:52.11Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/identitytesthub000003","name":"identitytesthub000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3S4I=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"identitytesthub000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"identitytesthubke7n5w4b4j","endpoint":"sb://iothub-ns-identityte-19993013-fbec2d0b0f.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer","authenticationType":"identityBased"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","minTlsVersion":"1.2","privateEndpointConnections":[],"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T07:59:04.1833333Z"}}' headers: cache-control: - no-cache content-length: - - '2107' + - '2133' content-type: - application/json; charset=utf-8 date: - - Wed, 18 May 2022 19:27:59 GMT + - Tue, 28 Jun 2022 08:29:45 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_iot_hub.yaml b/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_iot_hub.yaml index 7a539ac9c50..f97ff8a5b29 100644 --- a/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_iot_hub.yaml +++ b/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_iot_hub.yaml @@ -13,21 +13,22 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2021-09-01 response: body: - string: '{"value":[{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Storage/storageAccounts/azext","name":"azext","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-15T07:20:26.3629732Z","key2":"2021-10-15T07:20:26.3629732Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T07:20:26.3629732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T07:20:26.3629732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-15T07:20:26.2379798Z","primaryEndpoints":{"dfs":"https://azext.dfs.core.windows.net/","web":"https://azext.z13.web.core.windows.net/","blob":"https://azext.blob.core.windows.net/","queue":"https://azext.queue.core.windows.net/","table":"https://azext.table.core.windows.net/","file":"https://azext.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://azext-secondary.dfs.core.windows.net/","web":"https://azext-secondary.z13.web.core.windows.net/","blob":"https://azext-secondary.blob.core.windows.net/","queue":"https://azext-secondary.queue.core.windows.net/","table":"https://azext-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestresult/providers/Microsoft.Storage/storageAccounts/clitestresultstac","name":"clitestresultstac","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-15T06:20:52.7844389Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-15T06:20:52.7844389Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-07-15T06:20:52.6907255Z","primaryEndpoints":{"dfs":"https://clitestresultstac.dfs.core.windows.net/","web":"https://clitestresultstac.z13.web.core.windows.net/","blob":"https://clitestresultstac.blob.core.windows.net/","queue":"https://clitestresultstac.queue.core.windows.net/","table":"https://clitestresultstac.table.core.windows.net/","file":"https://clitestresultstac.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://clitestresultstac-secondary.dfs.core.windows.net/","web":"https://clitestresultstac-secondary.z13.web.core.windows.net/","blob":"https://clitestresultstac-secondary.blob.core.windows.net/","queue":"https://clitestresultstac-secondary.queue.core.windows.net/","table":"https://clitestresultstac-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/galleryapptestaccount","name":"galleryapptestaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-20T02:51:38.9977139Z","key2":"2021-10-20T02:51:38.9977139Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-20T02:51:38.9977139Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-20T02:51:38.9977139Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-20T02:51:38.8727156Z","primaryEndpoints":{"dfs":"https://galleryapptestaccount.dfs.core.windows.net/","web":"https://galleryapptestaccount.z13.web.core.windows.net/","blob":"https://galleryapptestaccount.blob.core.windows.net/","queue":"https://galleryapptestaccount.queue.core.windows.net/","table":"https://galleryapptestaccount.table.core.windows.net/","file":"https://galleryapptestaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hang-rg/providers/Microsoft.Storage/storageAccounts/hangstorage","name":"hangstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-04-22T03:09:52.5634047Z","key2":"2022-04-22T03:09:52.5634047Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"isSftpEnabled":false,"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-22T03:09:52.5790274Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-22T03:09:52.5790274Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-22T03:09:52.4227640Z","primaryEndpoints":{"dfs":"https://hangstorage.dfs.core.windows.net/","web":"https://hangstorage.z13.web.core.windows.net/","blob":"https://hangstorage.blob.core.windows.net/","queue":"https://hangstorage.queue.core.windows.net/","table":"https://hangstorage.table.core.windows.net/","file":"https://hangstorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/portal2cli/providers/Microsoft.Storage/storageAccounts/portal2clistorage","name":"portal2clistorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-10-14T07:23:08.8752602Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-10-14T07:23:08.8752602Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-10-14T07:23:08.7502552Z","primaryEndpoints":{"dfs":"https://portal2clistorage.dfs.core.windows.net/","web":"https://portal2clistorage.z13.web.core.windows.net/","blob":"https://portal2clistorage.blob.core.windows.net/","queue":"https://portal2clistorage.queue.core.windows.net/","table":"https://portal2clistorage.table.core.windows.net/","file":"https://portal2clistorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://portal2clistorage-secondary.dfs.core.windows.net/","web":"https://portal2clistorage-secondary.z13.web.core.windows.net/","blob":"https://portal2clistorage-secondary.blob.core.windows.net/","queue":"https://portal2clistorage-secondary.queue.core.windows.net/","table":"https://portal2clistorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/privatepackage","name":"privatepackage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-19T08:53:09.0238938Z","key2":"2021-10-19T08:53:09.0238938Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-19T08:53:09.0238938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-19T08:53:09.0238938Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-19T08:53:08.9301661Z","primaryEndpoints":{"dfs":"https://privatepackage.dfs.core.windows.net/","web":"https://privatepackage.z13.web.core.windows.net/","blob":"https://privatepackage.blob.core.windows.net/","queue":"https://privatepackage.queue.core.windows.net/","table":"https://privatepackage.table.core.windows.net/","file":"https://privatepackage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://privatepackage-secondary.dfs.core.windows.net/","web":"https://privatepackage-secondary.z13.web.core.windows.net/","blob":"https://privatepackage-secondary.blob.core.windows.net/","queue":"https://privatepackage-secondary.queue.core.windows.net/","table":"https://privatepackage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/queuetest/providers/Microsoft.Storage/storageAccounts/qteststac","name":"qteststac","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-11-10T05:21:49.0582561Z","key2":"2021-11-10T05:21:49.0582561Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-10T05:21:49.0582561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-10T05:21:49.0582561Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-10T05:21:48.9488735Z","primaryEndpoints":{"dfs":"https://qteststac.dfs.core.windows.net/","web":"https://qteststac.z13.web.core.windows.net/","blob":"https://qteststac.blob.core.windows.net/","queue":"https://qteststac.queue.core.windows.net/","table":"https://qteststac.table.core.windows.net/","file":"https://qteststac.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://qteststac-secondary.dfs.core.windows.net/","web":"https://qteststac-secondary.z13.web.core.windows.net/","blob":"https://qteststac-secondary.blob.core.windows.net/","queue":"https://qteststac-secondary.queue.core.windows.net/","table":"https://qteststac-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/managed-rg-purview-msyyc/providers/Microsoft.Storage/storageAccounts/scaneastusxncccyt","name":"scaneastusxncccyt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-23T01:56:19.6672075Z","key2":"2021-08-23T01:56:19.6672075Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-23T01:56:19.6672075Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-23T01:56:19.6672075Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-23T01:56:19.5422473Z","primaryEndpoints":{"dfs":"https://scaneastusxncccyt.dfs.core.windows.net/","web":"https://scaneastusxncccyt.z13.web.core.windows.net/","blob":"https://scaneastusxncccyt.blob.core.windows.net/","queue":"https://scaneastusxncccyt.queue.core.windows.net/","table":"https://scaneastusxncccyt.table.core.windows.net/","file":"https://scaneastusxncccyt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Storage/storageAccounts/storageaccountsynapse1","name":"storageaccountsynapse1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-03T06:18:46.5540684Z","key2":"2022-03-03T06:18:46.5540684Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T06:18:46.5696968Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T06:18:46.5696968Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T06:18:46.4134367Z","primaryEndpoints":{"dfs":"https://storageaccountsynapse1.dfs.core.windows.net/","web":"https://storageaccountsynapse1.z13.web.core.windows.net/","blob":"https://storageaccountsynapse1.blob.core.windows.net/","queue":"https://storageaccountsynapse1.queue.core.windows.net/","table":"https://storageaccountsynapse1.table.core.windows.net/","file":"https://storageaccountsynapse1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storageaccountsynapse1-secondary.dfs.core.windows.net/","web":"https://storageaccountsynapse1-secondary.z13.web.core.windows.net/","blob":"https://storageaccountsynapse1-secondary.blob.core.windows.net/","queue":"https://storageaccountsynapse1-secondary.queue.core.windows.net/","table":"https://storageaccountsynapse1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testvlw","name":"testvlw","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-27T06:47:50.5497427Z","key2":"2021-10-27T06:47:50.5497427Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T06:47:50.5497427Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T06:47:50.5497427Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-27T06:47:50.4247606Z","primaryEndpoints":{"dfs":"https://testvlw.dfs.core.windows.net/","web":"https://testvlw.z13.web.core.windows.net/","blob":"https://testvlw.blob.core.windows.net/","queue":"https://testvlw.queue.core.windows.net/","table":"https://testvlw.table.core.windows.net/","file":"https://testvlw.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testvlw-secondary.dfs.core.windows.net/","web":"https://testvlw-secondary.z13.web.core.windows.net/","blob":"https://testvlw-secondary.blob.core.windows.net/","queue":"https://testvlw-secondary.queue.core.windows.net/","table":"https://testvlw-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/yssa","name":"yssa","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"key1":"value1"},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-16T08:39:21.3287573Z","key2":"2021-08-16T08:39:21.3287573Z"},"privateEndpointConnections":[],"hnsOnMigrationInProgress":false,"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-16T08:39:21.3287573Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-16T08:39:21.3287573Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-16T08:39:21.2193709Z","primaryEndpoints":{"dfs":"https://yssa.dfs.core.windows.net/","web":"https://yssa.z13.web.core.windows.net/","blob":"https://yssa.blob.core.windows.net/","queue":"https://yssa.queue.core.windows.net/","table":"https://yssa.table.core.windows.net/","file":"https://yssa.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/yufan1","name":"yufan1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-10T08:41:43.1979384Z","key2":"2022-01-10T08:41:43.1979384Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-10T08:41:43.1979384Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-10T08:41:43.1979384Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-10T08:41:43.0729495Z","primaryEndpoints":{"dfs":"https://yufan1.dfs.core.windows.net/","web":"https://yufan1.z13.web.core.windows.net/","blob":"https://yufan1.blob.core.windows.net/","queue":"https://yufan1.queue.core.windows.net/","table":"https://yufan1.table.core.windows.net/","file":"https://yufan1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yufan1-secondary.dfs.core.windows.net/","web":"https://yufan1-secondary.z13.web.core.windows.net/","blob":"https://yufan1-secondary.blob.core.windows.net/","queue":"https://yufan1-secondary.queue.core.windows.net/","table":"https://yufan1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/yufanaccount","name":"yufanaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-19T13:30:24.7349090Z","key2":"2022-02-19T13:30:24.7349090Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-19T13:30:24.7505500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-19T13:30:24.7505500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-19T13:30:24.6099071Z","primaryEndpoints":{"dfs":"https://yufanaccount.dfs.core.windows.net/","web":"https://yufanaccount.z13.web.core.windows.net/","blob":"https://yufanaccount.blob.core.windows.net/","queue":"https://yufanaccount.queue.core.windows.net/","table":"https://yufanaccount.table.core.windows.net/","file":"https://yufanaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yufanaccount-secondary.dfs.core.windows.net/","web":"https://yufanaccount-secondary.z13.web.core.windows.net/","blob":"https://yufanaccount-secondary.blob.core.windows.net/","queue":"https://yufanaccount-secondary.queue.core.windows.net/","table":"https://yufanaccount-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/yuzhi123","name":"yuzhi123","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-21T07:39:07.9936963Z","key2":"2022-01-21T07:39:07.9936963Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-21T07:39:07.9936963Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-21T07:39:07.9936963Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-21T07:39:07.8530689Z","primaryEndpoints":{"dfs":"https://yuzhi123.dfs.core.windows.net/","web":"https://yuzhi123.z13.web.core.windows.net/","blob":"https://yuzhi123.blob.core.windows.net/","queue":"https://yuzhi123.queue.core.windows.net/","table":"https://yuzhi123.table.core.windows.net/","file":"https://yuzhi123.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuzhi123-secondary.dfs.core.windows.net/","web":"https://yuzhi123-secondary.z13.web.core.windows.net/","blob":"https://yuzhi123-secondary.blob.core.windows.net/","queue":"https://yuzhi123-secondary.queue.core.windows.net/","table":"https://yuzhi123-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Storage/storageAccounts/zhiyihuangsa","name":"zhiyihuangsa","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-09-10T05:47:01.2111871Z","key2":"2021-09-10T05:47:01.2111871Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T05:47:01.2111871Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T05:47:01.2111871Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-10T05:47:01.0861745Z","primaryEndpoints":{"dfs":"https://zhiyihuangsa.dfs.core.windows.net/","web":"https://zhiyihuangsa.z13.web.core.windows.net/","blob":"https://zhiyihuangsa.blob.core.windows.net/","queue":"https://zhiyihuangsa.queue.core.windows.net/","table":"https://zhiyihuangsa.table.core.windows.net/","file":"https://zhiyihuangsa.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://zhiyihuangsa-secondary.dfs.core.windows.net/","web":"https://zhiyihuangsa-secondary.z13.web.core.windows.net/","blob":"https://zhiyihuangsa-secondary.blob.core.windows.net/","queue":"https://zhiyihuangsa-secondary.queue.core.windows.net/","table":"https://zhiyihuangsa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Storage/storageAccounts/azextensionedge","name":"azextensionedge","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-22T08:51:57.7728758Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-22T08:51:57.7728758Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-22T08:51:57.6947156Z","primaryEndpoints":{"dfs":"https://azextensionedge.dfs.core.windows.net/","web":"https://azextensionedge.z22.web.core.windows.net/","blob":"https://azextensionedge.blob.core.windows.net/","queue":"https://azextensionedge.queue.core.windows.net/","table":"https://azextensionedge.table.core.windows.net/","file":"https://azextensionedge.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://azextensionedge-secondary.dfs.core.windows.net/","web":"https://azextensionedge-secondary.z22.web.core.windows.net/","blob":"https://azextensionedge-secondary.blob.core.windows.net/","queue":"https://azextensionedge-secondary.queue.core.windows.net/","table":"https://azextensionedge-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Storage/storageAccounts/azurecliedge","name":"azurecliedge","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-13T08:41:36.3326539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-13T08:41:36.3326539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-13T08:41:36.2389304Z","primaryEndpoints":{"dfs":"https://azurecliedge.dfs.core.windows.net/","web":"https://azurecliedge.z22.web.core.windows.net/","blob":"https://azurecliedge.blob.core.windows.net/","queue":"https://azurecliedge.queue.core.windows.net/","table":"https://azurecliedge.table.core.windows.net/","file":"https://azurecliedge.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgndqcnhtzbgfvywayllmropscysoonfvdiqt3yy2f2owek56fmxotp4xkaed4ctlml/providers/Microsoft.Storage/storageAccounts/clitesthbyb7yke3ybao3eon","name":"clitesthbyb7yke3ybao3eon","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-07T04:18:13.1067632Z","key2":"2022-05-07T04:18:13.1067632Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-07T04:18:13.1067632Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-07T04:18:13.1067632Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-07T04:18:12.9818218Z","primaryEndpoints":{"dfs":"https://clitesthbyb7yke3ybao3eon.dfs.core.windows.net/","web":"https://clitesthbyb7yke3ybao3eon.z22.web.core.windows.net/","blob":"https://clitesthbyb7yke3ybao3eon.blob.core.windows.net/","queue":"https://clitesthbyb7yke3ybao3eon.queue.core.windows.net/","table":"https://clitesthbyb7yke3ybao3eon.table.core.windows.net/","file":"https://clitesthbyb7yke3ybao3eon.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest3vcuatamkn4ohekzh7n4dxejiwnu2jwkb3elruui3zxs6wm72xplcabigcfaqgduhl4i/providers/Microsoft.Storage/storageAccounts/clitestutbqsovxkwef67jxo","name":"clitestutbqsovxkwef67jxo","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-11T05:56:09.1774401Z","key2":"2022-05-11T05:56:09.1774401Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T05:56:09.1774401Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T05:56:09.1774401Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-11T05:56:09.0368232Z","primaryEndpoints":{"blob":"https://clitestutbqsovxkwef67jxo.blob.core.windows.net/","queue":"https://clitestutbqsovxkwef67jxo.queue.core.windows.net/","table":"https://clitestutbqsovxkwef67jxo.table.core.windows.net/","file":"https://clitestutbqsovxkwef67jxo.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-11T06:20:36.0907189Z","key2":"2022-05-11T06:20:36.0907189Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T06:20:36.0907189Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T06:20:36.0907189Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-11T06:20:35.9813489Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"BlobStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-test-workspace-hfgsgq7lxm59z/providers/Microsoft.Storage/storageAccounts/dbstoragekexnzukbx7wei","name":"dbstoragekexnzukbx7wei","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"application":"databricks","databricks-environment":"true"},"properties":{"keyCreationTime":{"key1":"2022-04-07T21:53:36.5152948Z","key2":"2022-04-07T21:53:36.5152948Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T21:53:36.5152948Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T21:53:36.5152948Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-07T21:53:36.4059208Z","primaryEndpoints":{"dfs":"https://dbstoragekexnzukbx7wei.dfs.core.windows.net/","blob":"https://dbstoragekexnzukbx7wei.blob.core.windows.net/","table":"https://dbstoragekexnzukbx7wei.table.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kairu-persist/providers/Microsoft.Storage/storageAccounts/kairu","name":"kairu","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-13T07:35:19.0950431Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-13T07:35:19.0950431Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-01-13T07:35:18.9856251Z","primaryEndpoints":{"blob":"https://kairu.blob.core.windows.net/","queue":"https://kairu.queue.core.windows.net/","table":"https://kairu.table.core.windows.net/","file":"https://kairu.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/pythonsdkmsyyc","name":"pythonsdkmsyyc","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-30T09:03:04.8209550Z","key2":"2021-06-30T09:03:04.8209550Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-30T09:03:04.8209550Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-30T09:03:04.8209550Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-30T09:03:04.7272348Z","primaryEndpoints":{"dfs":"https://pythonsdkmsyyc.dfs.core.windows.net/","web":"https://pythonsdkmsyyc.z22.web.core.windows.net/","blob":"https://pythonsdkmsyyc.blob.core.windows.net/","queue":"https://pythonsdkmsyyc.queue.core.windows.net/","table":"https://pythonsdkmsyyc.table.core.windows.net/","file":"https://pythonsdkmsyyc.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Storage/storageAccounts/storageyyc","name":"storageyyc","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-09-26T05:53:22.9974267Z","key2":"2021-09-26T05:53:22.9974267Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:53:22.9974267Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:53:22.9974267Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T05:53:22.9192578Z","primaryEndpoints":{"dfs":"https://storageyyc.dfs.core.windows.net/","web":"https://storageyyc.z22.web.core.windows.net/","blob":"https://storageyyc.blob.core.windows.net/","queue":"https://storageyyc.queue.core.windows.net/","table":"https://storageyyc.table.core.windows.net/","file":"https://storageyyc.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testalw","name":"testalw","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"immutableStorageWithVersioning":{"enabled":true,"immutabilityPolicy":{"immutabilityPeriodSinceCreationInDays":3,"state":"Disabled"}},"keyCreationTime":{"key1":"2021-10-27T06:27:50.3554138Z","key2":"2021-10-27T06:27:50.3554138Z"},"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testalw/privateEndpointConnections/testalw.cefd3d56-feb9-4be9-978b-fb9416daa1ab","name":"testalw.cefd3d56-feb9-4be9-978b-fb9416daa1ab","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Network/privateEndpoints/testpe"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T06:27:50.3554138Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T06:27:50.3554138Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-27T06:27:50.2616355Z","primaryEndpoints":{"dfs":"https://testalw.dfs.core.windows.net/","web":"https://testalw.z22.web.core.windows.net/","blob":"https://testalw.blob.core.windows.net/","queue":"https://testalw.queue.core.windows.net/","table":"https://testalw.table.core.windows.net/","file":"https://testalw.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testalw-secondary.dfs.core.windows.net/","web":"https://testalw-secondary.z22.web.core.windows.net/","blob":"https://testalw-secondary.blob.core.windows.net/","queue":"https://testalw-secondary.queue.core.windows.net/","table":"https://testalw-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testalw1027","name":"testalw1027","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"immutableStorageWithVersioning":{"enabled":true,"immutabilityPolicy":{"immutabilityPeriodSinceCreationInDays":1,"state":"Unlocked"}},"keyCreationTime":{"key1":"2021-10-27T07:34:49.7592232Z","key2":"2021-10-27T07:34:49.7592232Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T07:34:49.7592232Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T07:34:49.7592232Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-27T07:34:49.6810731Z","primaryEndpoints":{"dfs":"https://testalw1027.dfs.core.windows.net/","web":"https://testalw1027.z22.web.core.windows.net/","blob":"https://testalw1027.blob.core.windows.net/","queue":"https://testalw1027.queue.core.windows.net/","table":"https://testalw1027.table.core.windows.net/","file":"https://testalw1027.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testalw1027-secondary.dfs.core.windows.net/","web":"https://testalw1027-secondary.z22.web.core.windows.net/","blob":"https://testalw1027-secondary.blob.core.windows.net/","queue":"https://testalw1027-secondary.queue.core.windows.net/","table":"https://testalw1027-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testalw1028","name":"testalw1028","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"immutableStorageWithVersioning":{"enabled":true,"immutabilityPolicy":{"immutabilityPeriodSinceCreationInDays":1,"state":"Unlocked"}},"keyCreationTime":{"key1":"2021-10-28T01:49:10.2414505Z","key2":"2021-10-28T01:49:10.2414505Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T01:49:10.2414505Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T01:49:10.2414505Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-28T01:49:10.1633042Z","primaryEndpoints":{"dfs":"https://testalw1028.dfs.core.windows.net/","web":"https://testalw1028.z22.web.core.windows.net/","blob":"https://testalw1028.blob.core.windows.net/","queue":"https://testalw1028.queue.core.windows.net/","table":"https://testalw1028.table.core.windows.net/","file":"https://testalw1028.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testalw1028-secondary.dfs.core.windows.net/","web":"https://testalw1028-secondary.z22.web.core.windows.net/","blob":"https://testalw1028-secondary.blob.core.windows.net/","queue":"https://testalw1028-secondary.queue.core.windows.net/","table":"https://testalw1028-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/yshns","name":"yshns","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-15T02:10:28.4103368Z","key2":"2021-10-15T02:10:28.4103368Z"},"privateEndpointConnections":[],"hnsOnMigrationInProgress":false,"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T02:10:28.4103368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T02:10:28.4103368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-15T02:10:28.3165819Z","primaryEndpoints":{"dfs":"https://yshns.dfs.core.windows.net/","web":"https://yshns.z22.web.core.windows.net/","blob":"https://yshns.blob.core.windows.net/","queue":"https://yshns.queue.core.windows.net/","table":"https://yshns.table.core.windows.net/","file":"https://yshns.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yshns-secondary.dfs.core.windows.net/","web":"https://yshns-secondary.z22.web.core.windows.net/","blob":"https://yshns-secondary.blob.core.windows.net/","queue":"https://yshns-secondary.queue.core.windows.net/","table":"https://yshns-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/azuresdktest","name":"azuresdktest","type":"Microsoft.Storage/storageAccounts","location":"eastasia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-12T06:32:07.1157877Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-12T06:32:07.1157877Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-08-12T06:32:07.0689199Z","primaryEndpoints":{"dfs":"https://azuresdktest.dfs.core.windows.net/","web":"https://azuresdktest.z7.web.core.windows.net/","blob":"https://azuresdktest.blob.core.windows.net/","queue":"https://azuresdktest.queue.core.windows.net/","table":"https://azuresdktest.table.core.windows.net/","file":"https://azuresdktest.file.core.windows.net/"},"primaryLocation":"eastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggrglkh7zr7/providers/Microsoft.Storage/storageAccounts/clitest2f63bh43aix4wcnlh","name":"clitest2f63bh43aix4wcnlh","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:17:38.5541453Z","key2":"2021-04-22T08:17:38.5541453Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.5541453Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.5541453Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:17:38.4760163Z","primaryEndpoints":{"blob":"https://clitest2f63bh43aix4wcnlh.blob.core.windows.net/","queue":"https://clitest2f63bh43aix4wcnlh.queue.core.windows.net/","table":"https://clitest2f63bh43aix4wcnlh.table.core.windows.net/","file":"https://clitest2f63bh43aix4wcnlh.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgrli6qx2bll/providers/Microsoft.Storage/storageAccounts/clitest2kskuzyfvkqd7xx4y","name":"clitest2kskuzyfvkqd7xx4y","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T23:34:08.0367829Z","key2":"2022-03-16T23:34:08.0367829Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T23:34:08.0367829Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T23:34:08.0367829Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-03-16T23:34:07.9430240Z","primaryEndpoints":{"blob":"https://clitest2kskuzyfvkqd7xx4y.blob.core.windows.net/","queue":"https://clitest2kskuzyfvkqd7xx4y.queue.core.windows.net/","table":"https://clitest2kskuzyfvkqd7xx4y.table.core.windows.net/","file":"https://clitest2kskuzyfvkqd7xx4y.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgh5duq2f6uh/providers/Microsoft.Storage/storageAccounts/clitest2vjedutxs37ymp4ni","name":"clitest2vjedutxs37ymp4ni","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:21.0424866Z","key2":"2021-04-23T07:13:21.0424866Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0581083Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0581083Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.9643257Z","primaryEndpoints":{"blob":"https://clitest2vjedutxs37ymp4ni.blob.core.windows.net/","queue":"https://clitest2vjedutxs37ymp4ni.queue.core.windows.net/","table":"https://clitest2vjedutxs37ymp4ni.table.core.windows.net/","file":"https://clitest2vjedutxs37ymp4ni.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgl6l3rg6atb/providers/Microsoft.Storage/storageAccounts/clitest4sjmiwke5nz3f67pu","name":"clitest4sjmiwke5nz3f67pu","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:02:15.3305055Z","key2":"2021-04-22T08:02:15.3305055Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:02:15.3305055Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:02:15.3305055Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:02:15.2523305Z","primaryEndpoints":{"blob":"https://clitest4sjmiwke5nz3f67pu.blob.core.windows.net/","queue":"https://clitest4sjmiwke5nz3f67pu.queue.core.windows.net/","table":"https://clitest4sjmiwke5nz3f67pu.table.core.windows.net/","file":"https://clitest4sjmiwke5nz3f67pu.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbbt37xr2le/providers/Microsoft.Storage/storageAccounts/clitest5frikrzhxwryrkfel","name":"clitest5frikrzhxwryrkfel","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:19:22.9620171Z","key2":"2021-04-22T08:19:22.9620171Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:19:22.9776721Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:19:22.9776721Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:19:22.8838883Z","primaryEndpoints":{"blob":"https://clitest5frikrzhxwryrkfel.blob.core.windows.net/","queue":"https://clitest5frikrzhxwryrkfel.queue.core.windows.net/","table":"https://clitest5frikrzhxwryrkfel.table.core.windows.net/","file":"https://clitest5frikrzhxwryrkfel.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgrc4sjsrzt4/providers/Microsoft.Storage/storageAccounts/clitest63b5vtkhuf7auho6z","name":"clitest63b5vtkhuf7auho6z","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:17:38.3198561Z","key2":"2021-04-22T08:17:38.3198561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.3198561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.3198561Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:17:38.2416459Z","primaryEndpoints":{"blob":"https://clitest63b5vtkhuf7auho6z.blob.core.windows.net/","queue":"https://clitest63b5vtkhuf7auho6z.queue.core.windows.net/","table":"https://clitest63b5vtkhuf7auho6z.table.core.windows.net/","file":"https://clitest63b5vtkhuf7auho6z.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgekim5ct43n/providers/Microsoft.Storage/storageAccounts/clitest6jusqp4qvczw52pql","name":"clitest6jusqp4qvczw52pql","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:05:08.7847684Z","key2":"2021-04-22T08:05:08.7847684Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:05:08.8003328Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:05:08.8003328Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:05:08.7065579Z","primaryEndpoints":{"blob":"https://clitest6jusqp4qvczw52pql.blob.core.windows.net/","queue":"https://clitest6jusqp4qvczw52pql.queue.core.windows.net/","table":"https://clitest6jusqp4qvczw52pql.table.core.windows.net/","file":"https://clitest6jusqp4qvczw52pql.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbbt37xr2le/providers/Microsoft.Storage/storageAccounts/clitest74vl6rwuxl5fbuklw","name":"clitest74vl6rwuxl5fbuklw","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:17:38.2260082Z","key2":"2021-04-22T08:17:38.2260082Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.2260082Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.2260082Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:17:38.1635154Z","primaryEndpoints":{"blob":"https://clitest74vl6rwuxl5fbuklw.blob.core.windows.net/","queue":"https://clitest74vl6rwuxl5fbuklw.queue.core.windows.net/","table":"https://clitest74vl6rwuxl5fbuklw.table.core.windows.net/","file":"https://clitest74vl6rwuxl5fbuklw.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgy6swh3vebl/providers/Microsoft.Storage/storageAccounts/clitestaxq4uhxp4axa3uagg","name":"clitestaxq4uhxp4axa3uagg","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-10T05:18:34.9019274Z","key2":"2021-12-10T05:18:34.9019274Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-10T05:18:34.9175551Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-10T05:18:34.9175551Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-10T05:18:34.8238281Z","primaryEndpoints":{"blob":"https://clitestaxq4uhxp4axa3uagg.blob.core.windows.net/","queue":"https://clitestaxq4uhxp4axa3uagg.queue.core.windows.net/","table":"https://clitestaxq4uhxp4axa3uagg.table.core.windows.net/","file":"https://clitestaxq4uhxp4axa3uagg.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgiudkrkxpl4/providers/Microsoft.Storage/storageAccounts/clitestbiegaggvgwivkqyyi","name":"clitestbiegaggvgwivkqyyi","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:20.8705764Z","key2":"2021-04-23T07:13:20.8705764Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.8861995Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.8861995Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.7925187Z","primaryEndpoints":{"blob":"https://clitestbiegaggvgwivkqyyi.blob.core.windows.net/","queue":"https://clitestbiegaggvgwivkqyyi.queue.core.windows.net/","table":"https://clitestbiegaggvgwivkqyyi.table.core.windows.net/","file":"https://clitestbiegaggvgwivkqyyi.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg46ia57tmnz/providers/Microsoft.Storage/storageAccounts/clitestdlxtp24ycnjl3jui2","name":"clitestdlxtp24ycnjl3jui2","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T03:42:54.3217696Z","key2":"2021-04-23T03:42:54.3217696Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:42:54.3217696Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:42:54.3217696Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T03:42:54.2436164Z","primaryEndpoints":{"blob":"https://clitestdlxtp24ycnjl3jui2.blob.core.windows.net/","queue":"https://clitestdlxtp24ycnjl3jui2.queue.core.windows.net/","table":"https://clitestdlxtp24ycnjl3jui2.table.core.windows.net/","file":"https://clitestdlxtp24ycnjl3jui2.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg23akmjlz2r/providers/Microsoft.Storage/storageAccounts/clitestdmmxq6bklh35yongi","name":"clitestdmmxq6bklh35yongi","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-05T19:49:04.6966074Z","key2":"2021-08-05T19:49:04.6966074Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T19:49:04.6966074Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T19:49:04.6966074Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T19:49:04.6185933Z","primaryEndpoints":{"blob":"https://clitestdmmxq6bklh35yongi.blob.core.windows.net/","queue":"https://clitestdmmxq6bklh35yongi.queue.core.windows.net/","table":"https://clitestdmmxq6bklh35yongi.table.core.windows.net/","file":"https://clitestdmmxq6bklh35yongi.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgv3m577d7ho/providers/Microsoft.Storage/storageAccounts/clitestej2fvhoj3zogyp5e7","name":"clitestej2fvhoj3zogyp5e7","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T03:42:54.7279926Z","key2":"2021-04-23T03:42:54.7279926Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:42:54.7279926Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:42:54.7279926Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T03:42:54.6342444Z","primaryEndpoints":{"blob":"https://clitestej2fvhoj3zogyp5e7.blob.core.windows.net/","queue":"https://clitestej2fvhoj3zogyp5e7.queue.core.windows.net/","table":"https://clitestej2fvhoj3zogyp5e7.table.core.windows.net/","file":"https://clitestej2fvhoj3zogyp5e7.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgp6ikwpcsq7/providers/Microsoft.Storage/storageAccounts/clitestggvkyebv5o55dhakj","name":"clitestggvkyebv5o55dhakj","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:21.2300019Z","key2":"2021-04-23T07:13:21.2300019Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.2456239Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.2456239Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:21.1518492Z","primaryEndpoints":{"blob":"https://clitestggvkyebv5o55dhakj.blob.core.windows.net/","queue":"https://clitestggvkyebv5o55dhakj.queue.core.windows.net/","table":"https://clitestggvkyebv5o55dhakj.table.core.windows.net/","file":"https://clitestggvkyebv5o55dhakj.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgn6glpfa25c/providers/Microsoft.Storage/storageAccounts/clitestgt3fjzabc7taya5zo","name":"clitestgt3fjzabc7taya5zo","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:20.6675009Z","key2":"2021-04-23T07:13:20.6675009Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.6831653Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.6831653Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.5894204Z","primaryEndpoints":{"blob":"https://clitestgt3fjzabc7taya5zo.blob.core.windows.net/","queue":"https://clitestgt3fjzabc7taya5zo.queue.core.windows.net/","table":"https://clitestgt3fjzabc7taya5zo.table.core.windows.net/","file":"https://clitestgt3fjzabc7taya5zo.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgptzwacrnwa/providers/Microsoft.Storage/storageAccounts/clitestivtrt5tp624n63ast","name":"clitestivtrt5tp624n63ast","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:17:38.1166795Z","key2":"2021-04-22T08:17:38.1166795Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.1166795Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.1166795Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:17:38.0541529Z","primaryEndpoints":{"blob":"https://clitestivtrt5tp624n63ast.blob.core.windows.net/","queue":"https://clitestivtrt5tp624n63ast.queue.core.windows.net/","table":"https://clitestivtrt5tp624n63ast.table.core.windows.net/","file":"https://clitestivtrt5tp624n63ast.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgaz5eufnx7d/providers/Microsoft.Storage/storageAccounts/clitestkj3e2bodztqdfqsa2","name":"clitestkj3e2bodztqdfqsa2","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-08T09:02:59.1361396Z","key2":"2021-12-08T09:02:59.1361396Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-08T09:02:59.1361396Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-08T09:02:59.1361396Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-08T09:02:59.0267650Z","primaryEndpoints":{"blob":"https://clitestkj3e2bodztqdfqsa2.blob.core.windows.net/","queue":"https://clitestkj3e2bodztqdfqsa2.queue.core.windows.net/","table":"https://clitestkj3e2bodztqdfqsa2.table.core.windows.net/","file":"https://clitestkj3e2bodztqdfqsa2.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgeghfcmpfiw/providers/Microsoft.Storage/storageAccounts/clitestkoxtfkf67yodgckyb","name":"clitestkoxtfkf67yodgckyb","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-28T10:04:35.2504002Z","key2":"2022-02-28T10:04:35.2504002Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T10:04:35.2504002Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T10:04:35.2504002Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-28T10:04:35.1410179Z","primaryEndpoints":{"blob":"https://clitestkoxtfkf67yodgckyb.blob.core.windows.net/","queue":"https://clitestkoxtfkf67yodgckyb.queue.core.windows.net/","table":"https://clitestkoxtfkf67yodgckyb.table.core.windows.net/","file":"https://clitestkoxtfkf67yodgckyb.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgdc25pvki6m/providers/Microsoft.Storage/storageAccounts/clitestkxu4ahsqaxv42cyyf","name":"clitestkxu4ahsqaxv42cyyf","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:02:15.7523496Z","key2":"2021-04-22T08:02:15.7523496Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:02:15.7523496Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:02:15.7523496Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:02:15.6742355Z","primaryEndpoints":{"blob":"https://clitestkxu4ahsqaxv42cyyf.blob.core.windows.net/","queue":"https://clitestkxu4ahsqaxv42cyyf.queue.core.windows.net/","table":"https://clitestkxu4ahsqaxv42cyyf.table.core.windows.net/","file":"https://clitestkxu4ahsqaxv42cyyf.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgawbqkye7l4/providers/Microsoft.Storage/storageAccounts/clitestlsjx67ujuhjr7zkah","name":"clitestlsjx67ujuhjr7zkah","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-09T04:30:23.0266730Z","key2":"2022-05-09T04:30:23.0266730Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-09T04:30:23.0266730Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-09T04:30:23.0266730Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-09T04:30:22.9172929Z","primaryEndpoints":{"blob":"https://clitestlsjx67ujuhjr7zkah.blob.core.windows.net/","queue":"https://clitestlsjx67ujuhjr7zkah.queue.core.windows.net/","table":"https://clitestlsjx67ujuhjr7zkah.table.core.windows.net/","file":"https://clitestlsjx67ujuhjr7zkah.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4chnkoo7ql/providers/Microsoft.Storage/storageAccounts/clitestmevgvn7p2e7ydqz44","name":"clitestmevgvn7p2e7ydqz44","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-08T03:32:22.3716191Z","key2":"2021-12-08T03:32:22.3716191Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-08T03:32:22.3872332Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-08T03:32:22.3872332Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-08T03:32:22.2778291Z","primaryEndpoints":{"blob":"https://clitestmevgvn7p2e7ydqz44.blob.core.windows.net/","queue":"https://clitestmevgvn7p2e7ydqz44.queue.core.windows.net/","table":"https://clitestmevgvn7p2e7ydqz44.table.core.windows.net/","file":"https://clitestmevgvn7p2e7ydqz44.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgghkyqf7pb5/providers/Microsoft.Storage/storageAccounts/clitestpuea6vlqwxw6ihiws","name":"clitestpuea6vlqwxw6ihiws","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:21.0581083Z","key2":"2021-04-23T07:13:21.0581083Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0737014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0737014Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.9799581Z","primaryEndpoints":{"blob":"https://clitestpuea6vlqwxw6ihiws.blob.core.windows.net/","queue":"https://clitestpuea6vlqwxw6ihiws.queue.core.windows.net/","table":"https://clitestpuea6vlqwxw6ihiws.table.core.windows.net/","file":"https://clitestpuea6vlqwxw6ihiws.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbo2ure7pgp/providers/Microsoft.Storage/storageAccounts/clitestsnv7joygpazk23npj","name":"clitestsnv7joygpazk23npj","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-21T02:19:20.7474327Z","key2":"2021-05-21T02:19:20.7474327Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T02:19:20.7474327Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T02:19:20.7474327Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-21T02:19:20.6537267Z","primaryEndpoints":{"blob":"https://clitestsnv7joygpazk23npj.blob.core.windows.net/","queue":"https://clitestsnv7joygpazk23npj.queue.core.windows.net/","table":"https://clitestsnv7joygpazk23npj.table.core.windows.net/","file":"https://clitestsnv7joygpazk23npj.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg6i4hl6iakg/providers/Microsoft.Storage/storageAccounts/clitestu3p7a7ib4n4y7gt4m","name":"clitestu3p7a7ib4n4y7gt4m","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-12-30T01:51:53.0814418Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-12-30T01:51:53.0814418Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-12-30T01:51:53.0189478Z","primaryEndpoints":{"blob":"https://clitestu3p7a7ib4n4y7gt4m.blob.core.windows.net/","queue":"https://clitestu3p7a7ib4n4y7gt4m.queue.core.windows.net/","table":"https://clitestu3p7a7ib4n4y7gt4m.table.core.windows.net/","file":"https://clitestu3p7a7ib4n4y7gt4m.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgu7jwflzo6g/providers/Microsoft.Storage/storageAccounts/clitestwqzjytdeun46rphfd","name":"clitestwqzjytdeun46rphfd","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T03:44:35.3668592Z","key2":"2021-04-23T03:44:35.3668592Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:44:35.3668592Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:44:35.3668592Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T03:44:35.2887580Z","primaryEndpoints":{"blob":"https://clitestwqzjytdeun46rphfd.blob.core.windows.net/","queue":"https://clitestwqzjytdeun46rphfd.queue.core.windows.net/","table":"https://clitestwqzjytdeun46rphfd.table.core.windows.net/","file":"https://clitestwqzjytdeun46rphfd.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgltfej7yr4u/providers/Microsoft.Storage/storageAccounts/clitestwvsg2uskf4i7vjfto","name":"clitestwvsg2uskf4i7vjfto","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-13T07:48:30.9247776Z","key2":"2021-05-13T07:48:30.9247776Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-13T07:48:30.9403727Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-13T07:48:30.9403727Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-13T07:48:30.8309682Z","primaryEndpoints":{"blob":"https://clitestwvsg2uskf4i7vjfto.blob.core.windows.net/","queue":"https://clitestwvsg2uskf4i7vjfto.queue.core.windows.net/","table":"https://clitestwvsg2uskf4i7vjfto.table.core.windows.net/","file":"https://clitestwvsg2uskf4i7vjfto.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgzjznhcqaoh/providers/Microsoft.Storage/storageAccounts/clitestwznnmnfot33xjztmk","name":"clitestwznnmnfot33xjztmk","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:20.7299628Z","key2":"2021-04-23T07:13:20.7299628Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.7456181Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.7456181Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.6518776Z","primaryEndpoints":{"blob":"https://clitestwznnmnfot33xjztmk.blob.core.windows.net/","queue":"https://clitestwznnmnfot33xjztmk.queue.core.windows.net/","table":"https://clitestwznnmnfot33xjztmk.table.core.windows.net/","file":"https://clitestwznnmnfot33xjztmk.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4yns4yxisb/providers/Microsoft.Storage/storageAccounts/clitestyt6rxgad3kebqzh26","name":"clitestyt6rxgad3kebqzh26","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-05T19:49:04.8528440Z","key2":"2021-08-05T19:49:04.8528440Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T19:49:04.8528440Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T19:49:04.8528440Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T19:49:04.7747435Z","primaryEndpoints":{"blob":"https://clitestyt6rxgad3kebqzh26.blob.core.windows.net/","queue":"https://clitestyt6rxgad3kebqzh26.queue.core.windows.net/","table":"https://clitestyt6rxgad3kebqzh26.table.core.windows.net/","file":"https://clitestyt6rxgad3kebqzh26.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgovptfsocfg/providers/Microsoft.Storage/storageAccounts/clitestz72bbbbv2cio2pmom","name":"clitestz72bbbbv2cio2pmom","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:21.0112600Z","key2":"2021-04-23T07:13:21.0112600Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0268549Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0268549Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.9330720Z","primaryEndpoints":{"blob":"https://clitestz72bbbbv2cio2pmom.blob.core.windows.net/","queue":"https://clitestz72bbbbv2cio2pmom.queue.core.windows.net/","table":"https://clitestz72bbbbv2cio2pmom.table.core.windows.net/","file":"https://clitestz72bbbbv2cio2pmom.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgxp7uwuibs5/providers/Microsoft.Storage/storageAccounts/clitestzrwidkqplnw3jmz4z","name":"clitestzrwidkqplnw3jmz4z","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:20.6831653Z","key2":"2021-04-23T07:13:20.6831653Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.6987004Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.6987004Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.6049571Z","primaryEndpoints":{"blob":"https://clitestzrwidkqplnw3jmz4z.blob.core.windows.net/","queue":"https://clitestzrwidkqplnw3jmz4z.queue.core.windows.net/","table":"https://clitestzrwidkqplnw3jmz4z.table.core.windows.net/","file":"https://clitestzrwidkqplnw3jmz4z.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320004dd89524","name":"cs1100320004dd89524","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-03-26T05:48:15.7013062Z","key2":"2021-03-26T05:48:15.7013062Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-26T05:48:15.7169621Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-26T05:48:15.7169621Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-26T05:48:15.6545059Z","primaryEndpoints":{"dfs":"https://cs1100320004dd89524.dfs.core.windows.net/","web":"https://cs1100320004dd89524.z23.web.core.windows.net/","blob":"https://cs1100320004dd89524.blob.core.windows.net/","queue":"https://cs1100320004dd89524.queue.core.windows.net/","table":"https://cs1100320004dd89524.table.core.windows.net/","file":"https://cs1100320004dd89524.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320005416c8c9","name":"cs1100320005416c8c9","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-07-09T05:58:20.1898753Z","key2":"2021-07-09T05:58:20.1898753Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-09T05:58:20.2055665Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-09T05:58:20.2055665Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-09T05:58:20.0961322Z","primaryEndpoints":{"dfs":"https://cs1100320005416c8c9.dfs.core.windows.net/","web":"https://cs1100320005416c8c9.z23.web.core.windows.net/","blob":"https://cs1100320005416c8c9.blob.core.windows.net/","queue":"https://cs1100320005416c8c9.queue.core.windows.net/","table":"https://cs1100320005416c8c9.table.core.windows.net/","file":"https://cs1100320005416c8c9.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320007b1ce356","name":"cs1100320007b1ce356","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-08-31T13:56:10.5497663Z","key2":"2021-08-31T13:56:10.5497663Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T13:56:10.5497663Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T13:56:10.5497663Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-31T13:56:10.4560533Z","primaryEndpoints":{"dfs":"https://cs1100320007b1ce356.dfs.core.windows.net/","web":"https://cs1100320007b1ce356.z23.web.core.windows.net/","blob":"https://cs1100320007b1ce356.blob.core.windows.net/","queue":"https://cs1100320007b1ce356.queue.core.windows.net/","table":"https://cs1100320007b1ce356.table.core.windows.net/","file":"https://cs1100320007b1ce356.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/cs1100320007de01867","name":"cs1100320007de01867","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-25T03:24:00.9959166Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-25T03:24:00.9959166Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-25T03:24:00.9490326Z","primaryEndpoints":{"dfs":"https://cs1100320007de01867.dfs.core.windows.net/","web":"https://cs1100320007de01867.z23.web.core.windows.net/","blob":"https://cs1100320007de01867.blob.core.windows.net/","queue":"https://cs1100320007de01867.queue.core.windows.net/","table":"https://cs1100320007de01867.table.core.windows.net/","file":"https://cs1100320007de01867.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320007f91393f","name":"cs1100320007f91393f","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-22T18:02:15.3088372Z","key2":"2022-01-22T18:02:15.3088372Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-22T18:02:15.3088372Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-22T18:02:15.3088372Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-22T18:02:15.1681915Z","primaryEndpoints":{"dfs":"https://cs1100320007f91393f.dfs.core.windows.net/","web":"https://cs1100320007f91393f.z23.web.core.windows.net/","blob":"https://cs1100320007f91393f.blob.core.windows.net/","queue":"https://cs1100320007f91393f.queue.core.windows.net/","table":"https://cs1100320007f91393f.table.core.windows.net/","file":"https://cs1100320007f91393f.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs11003200087c55daf","name":"cs11003200087c55daf","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-07-21T00:43:24.0011691Z","key2":"2021-07-21T00:43:24.0011691Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-21T00:43:24.0011691Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-21T00:43:24.0011691Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-21T00:43:23.9230250Z","primaryEndpoints":{"dfs":"https://cs11003200087c55daf.dfs.core.windows.net/","web":"https://cs11003200087c55daf.z23.web.core.windows.net/","blob":"https://cs11003200087c55daf.blob.core.windows.net/","queue":"https://cs11003200087c55daf.queue.core.windows.net/","table":"https://cs11003200087c55daf.table.core.windows.net/","file":"https://cs11003200087c55daf.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320008debd5bc","name":"cs1100320008debd5bc","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-03-17T07:12:44.1132341Z","key2":"2021-03-17T07:12:44.1132341Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-17T07:12:44.1132341Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-17T07:12:44.1132341Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-17T07:12:44.0351358Z","primaryEndpoints":{"dfs":"https://cs1100320008debd5bc.dfs.core.windows.net/","web":"https://cs1100320008debd5bc.z23.web.core.windows.net/","blob":"https://cs1100320008debd5bc.blob.core.windows.net/","queue":"https://cs1100320008debd5bc.queue.core.windows.net/","table":"https://cs1100320008debd5bc.table.core.windows.net/","file":"https://cs1100320008debd5bc.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000919ef7c5","name":"cs110032000919ef7c5","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-09T02:02:43.1652268Z","key2":"2021-10-09T02:02:43.1652268Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-09T02:02:43.1652268Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-09T02:02:43.1652268Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-09T02:02:43.0714900Z","primaryEndpoints":{"dfs":"https://cs110032000919ef7c5.dfs.core.windows.net/","web":"https://cs110032000919ef7c5.z23.web.core.windows.net/","blob":"https://cs110032000919ef7c5.blob.core.windows.net/","queue":"https://cs110032000919ef7c5.queue.core.windows.net/","table":"https://cs110032000919ef7c5.table.core.windows.net/","file":"https://cs110032000919ef7c5.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs11003200092fe0771","name":"cs11003200092fe0771","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-03-23T07:08:51.1436686Z","key2":"2021-03-23T07:08:51.1436686Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-23T07:08:51.1593202Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-23T07:08:51.1593202Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-23T07:08:51.0811120Z","primaryEndpoints":{"dfs":"https://cs11003200092fe0771.dfs.core.windows.net/","web":"https://cs11003200092fe0771.z23.web.core.windows.net/","blob":"https://cs11003200092fe0771.blob.core.windows.net/","queue":"https://cs11003200092fe0771.queue.core.windows.net/","table":"https://cs11003200092fe0771.table.core.windows.net/","file":"https://cs11003200092fe0771.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000b6f3c90c","name":"cs110032000b6f3c90c","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-06T05:28:23.2493456Z","key2":"2021-05-06T05:28:23.2493456Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-06T05:28:23.2493456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-06T05:28:23.2493456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-06T05:28:23.1868245Z","primaryEndpoints":{"dfs":"https://cs110032000b6f3c90c.dfs.core.windows.net/","web":"https://cs110032000b6f3c90c.z23.web.core.windows.net/","blob":"https://cs110032000b6f3c90c.blob.core.windows.net/","queue":"https://cs110032000b6f3c90c.queue.core.windows.net/","table":"https://cs110032000b6f3c90c.table.core.windows.net/","file":"https://cs110032000b6f3c90c.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000c31bae71","name":"cs110032000c31bae71","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-04-15T06:39:35.4649198Z","key2":"2021-04-15T06:39:35.4649198Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-15T06:39:35.4649198Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-15T06:39:35.4649198Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-15T06:39:35.4180004Z","primaryEndpoints":{"dfs":"https://cs110032000c31bae71.dfs.core.windows.net/","web":"https://cs110032000c31bae71.z23.web.core.windows.net/","blob":"https://cs110032000c31bae71.blob.core.windows.net/","queue":"https://cs110032000c31bae71.queue.core.windows.net/","table":"https://cs110032000c31bae71.table.core.windows.net/","file":"https://cs110032000c31bae71.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/cs110032000ca62af00","name":"cs110032000ca62af00","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-22T02:06:18.4998653Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-22T02:06:18.4998653Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-22T02:06:18.4217109Z","primaryEndpoints":{"dfs":"https://cs110032000ca62af00.dfs.core.windows.net/","web":"https://cs110032000ca62af00.z23.web.core.windows.net/","blob":"https://cs110032000ca62af00.blob.core.windows.net/","queue":"https://cs110032000ca62af00.queue.core.windows.net/","table":"https://cs110032000ca62af00.table.core.windows.net/","file":"https://cs110032000ca62af00.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000e1cb9f41","name":"cs110032000e1cb9f41","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-06-01T02:14:02.8985613Z","key2":"2021-06-01T02:14:02.8985613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-01T02:14:02.9140912Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-01T02:14:02.9140912Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-01T02:14:02.8047066Z","primaryEndpoints":{"dfs":"https://cs110032000e1cb9f41.dfs.core.windows.net/","web":"https://cs110032000e1cb9f41.z23.web.core.windows.net/","blob":"https://cs110032000e1cb9f41.blob.core.windows.net/","queue":"https://cs110032000e1cb9f41.queue.core.windows.net/","table":"https://cs110032000e1cb9f41.table.core.windows.net/","file":"https://cs110032000e1cb9f41.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000e3121978","name":"cs110032000e3121978","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-04-25T07:26:43.6124221Z","key2":"2021-04-25T07:26:43.6124221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-25T07:26:43.6124221Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-25T07:26:43.6124221Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-25T07:26:43.5343583Z","primaryEndpoints":{"dfs":"https://cs110032000e3121978.dfs.core.windows.net/","web":"https://cs110032000e3121978.z23.web.core.windows.net/","blob":"https://cs110032000e3121978.blob.core.windows.net/","queue":"https://cs110032000e3121978.queue.core.windows.net/","table":"https://cs110032000e3121978.table.core.windows.net/","file":"https://cs110032000e3121978.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000f3aac891","name":"cs110032000f3aac891","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-08T11:18:17.0122606Z","key2":"2021-10-08T11:18:17.0122606Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-08T11:18:17.0122606Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-08T11:18:17.0122606Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-08T11:18:16.9184856Z","primaryEndpoints":{"dfs":"https://cs110032000f3aac891.dfs.core.windows.net/","web":"https://cs110032000f3aac891.z23.web.core.windows.net/","blob":"https://cs110032000f3aac891.blob.core.windows.net/","queue":"https://cs110032000f3aac891.queue.core.windows.net/","table":"https://cs110032000f3aac891.table.core.windows.net/","file":"https://cs110032000f3aac891.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320010339dce7","name":"cs1100320010339dce7","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-07-01T12:55:31.1442388Z","key2":"2021-07-01T12:55:31.1442388Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-01T12:55:31.1442388Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-01T12:55:31.1442388Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-01T12:55:31.0661165Z","primaryEndpoints":{"dfs":"https://cs1100320010339dce7.dfs.core.windows.net/","web":"https://cs1100320010339dce7.z23.web.core.windows.net/","blob":"https://cs1100320010339dce7.blob.core.windows.net/","queue":"https://cs1100320010339dce7.queue.core.windows.net/","table":"https://cs1100320010339dce7.table.core.windows.net/","file":"https://cs1100320010339dce7.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs11003200127365c47","name":"cs11003200127365c47","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-03-25T03:10:52.6098894Z","key2":"2021-03-25T03:10:52.6098894Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-25T03:10:52.6098894Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-25T03:10:52.6098894Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-25T03:10:52.5318146Z","primaryEndpoints":{"dfs":"https://cs11003200127365c47.dfs.core.windows.net/","web":"https://cs11003200127365c47.z23.web.core.windows.net/","blob":"https://cs11003200127365c47.blob.core.windows.net/","queue":"https://cs11003200127365c47.queue.core.windows.net/","table":"https://cs11003200127365c47.table.core.windows.net/","file":"https://cs11003200127365c47.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs11003200129e38348","name":"cs11003200129e38348","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-24T06:59:16.3135399Z","key2":"2021-05-24T06:59:16.3135399Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-24T06:59:16.3135399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-24T06:59:16.3135399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-24T06:59:16.2198282Z","primaryEndpoints":{"dfs":"https://cs11003200129e38348.dfs.core.windows.net/","web":"https://cs11003200129e38348.z23.web.core.windows.net/","blob":"https://cs11003200129e38348.blob.core.windows.net/","queue":"https://cs11003200129e38348.queue.core.windows.net/","table":"https://cs11003200129e38348.table.core.windows.net/","file":"https://cs11003200129e38348.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320012c36c452","name":"cs1100320012c36c452","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-04-09T08:04:25.5979407Z","key2":"2021-04-09T08:04:25.5979407Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-09T08:04:25.5979407Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-09T08:04:25.5979407Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-09T08:04:25.5198295Z","primaryEndpoints":{"dfs":"https://cs1100320012c36c452.dfs.core.windows.net/","web":"https://cs1100320012c36c452.z23.web.core.windows.net/","blob":"https://cs1100320012c36c452.blob.core.windows.net/","queue":"https://cs1100320012c36c452.queue.core.windows.net/","table":"https://cs1100320012c36c452.table.core.windows.net/","file":"https://cs1100320012c36c452.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001520b2764","name":"cs110032001520b2764","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-09-03T08:56:46.2009376Z","key2":"2021-09-03T08:56:46.2009376Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-03T08:56:46.2009376Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-03T08:56:46.2009376Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-03T08:56:46.1071770Z","primaryEndpoints":{"dfs":"https://cs110032001520b2764.dfs.core.windows.net/","web":"https://cs110032001520b2764.z23.web.core.windows.net/","blob":"https://cs110032001520b2764.blob.core.windows.net/","queue":"https://cs110032001520b2764.queue.core.windows.net/","table":"https://cs110032001520b2764.table.core.windows.net/","file":"https://cs110032001520b2764.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320016ac59291","name":"cs1100320016ac59291","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-08-10T06:12:25.7518719Z","key2":"2021-08-10T06:12:25.7518719Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-10T06:12:25.7518719Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-10T06:12:25.7518719Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-10T06:12:25.6581170Z","primaryEndpoints":{"dfs":"https://cs1100320016ac59291.dfs.core.windows.net/","web":"https://cs1100320016ac59291.z23.web.core.windows.net/","blob":"https://cs1100320016ac59291.blob.core.windows.net/","queue":"https://cs1100320016ac59291.queue.core.windows.net/","table":"https://cs1100320016ac59291.table.core.windows.net/","file":"https://cs1100320016ac59291.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320018cedbbd6","name":"cs1100320018cedbbd6","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-11-02T06:32:13.4022120Z","key2":"2021-11-02T06:32:13.4022120Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T06:32:13.4022120Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T06:32:13.4022120Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T06:32:13.3084745Z","primaryEndpoints":{"dfs":"https://cs1100320018cedbbd6.dfs.core.windows.net/","web":"https://cs1100320018cedbbd6.z23.web.core.windows.net/","blob":"https://cs1100320018cedbbd6.blob.core.windows.net/","queue":"https://cs1100320018cedbbd6.queue.core.windows.net/","table":"https://cs1100320018cedbbd6.table.core.windows.net/","file":"https://cs1100320018cedbbd6.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320018db36b92","name":"cs1100320018db36b92","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-28T03:36:34.2370202Z","key2":"2022-03-28T03:36:34.2370202Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-28T03:36:34.2370202Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-28T03:36:34.2370202Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-28T03:36:34.1432960Z","primaryEndpoints":{"dfs":"https://cs1100320018db36b92.dfs.core.windows.net/","web":"https://cs1100320018db36b92.z23.web.core.windows.net/","blob":"https://cs1100320018db36b92.blob.core.windows.net/","queue":"https://cs1100320018db36b92.queue.core.windows.net/","table":"https://cs1100320018db36b92.table.core.windows.net/","file":"https://cs1100320018db36b92.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001b3f915f1","name":"cs110032001b3f915f1","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-01T09:52:15.5623314Z","key2":"2021-12-01T09:52:15.5623314Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-01T09:52:15.5623314Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-01T09:52:15.5623314Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-01T09:52:15.4529548Z","primaryEndpoints":{"dfs":"https://cs110032001b3f915f1.dfs.core.windows.net/","web":"https://cs110032001b3f915f1.z23.web.core.windows.net/","blob":"https://cs110032001b3f915f1.blob.core.windows.net/","queue":"https://cs110032001b3f915f1.queue.core.windows.net/","table":"https://cs110032001b3f915f1.table.core.windows.net/","file":"https://cs110032001b3f915f1.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001b429e302","name":"cs110032001b429e302","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-03T08:36:37.1925814Z","key2":"2022-03-03T08:36:37.1925814Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T08:36:37.1925814Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T08:36:37.1925814Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T08:36:37.0989854Z","primaryEndpoints":{"dfs":"https://cs110032001b429e302.dfs.core.windows.net/","web":"https://cs110032001b429e302.z23.web.core.windows.net/","blob":"https://cs110032001b429e302.blob.core.windows.net/","queue":"https://cs110032001b429e302.queue.core.windows.net/","table":"https://cs110032001b429e302.table.core.windows.net/","file":"https://cs110032001b429e302.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001b42c9a19","name":"cs110032001b42c9a19","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-07T06:17:44.4758914Z","key2":"2021-12-07T06:17:44.4758914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-07T06:17:44.4915329Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-07T06:17:44.4915329Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-07T06:17:44.3665152Z","primaryEndpoints":{"dfs":"https://cs110032001b42c9a19.dfs.core.windows.net/","web":"https://cs110032001b42c9a19.z23.web.core.windows.net/","blob":"https://cs110032001b42c9a19.blob.core.windows.net/","queue":"https://cs110032001b42c9a19.queue.core.windows.net/","table":"https://cs110032001b42c9a19.table.core.windows.net/","file":"https://cs110032001b42c9a19.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001c7af275f","name":"cs110032001c7af275f","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-11T02:46:33.2282076Z","key2":"2022-01-11T02:46:33.2282076Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-11T02:46:33.2438448Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-11T02:46:33.2438448Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-11T02:46:33.1190309Z","primaryEndpoints":{"dfs":"https://cs110032001c7af275f.dfs.core.windows.net/","web":"https://cs110032001c7af275f.z23.web.core.windows.net/","blob":"https://cs110032001c7af275f.blob.core.windows.net/","queue":"https://cs110032001c7af275f.queue.core.windows.net/","table":"https://cs110032001c7af275f.table.core.windows.net/","file":"https://cs110032001c7af275f.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001d33a7d6b","name":"cs110032001d33a7d6b","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-23T09:31:11.8736695Z","key2":"2022-03-23T09:31:11.8736695Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-23T09:31:11.8736695Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-23T09:31:11.8736695Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-23T09:31:11.7641980Z","primaryEndpoints":{"dfs":"https://cs110032001d33a7d6b.dfs.core.windows.net/","web":"https://cs110032001d33a7d6b.z23.web.core.windows.net/","blob":"https://cs110032001d33a7d6b.blob.core.windows.net/","queue":"https://cs110032001d33a7d6b.queue.core.windows.net/","table":"https://cs110032001d33a7d6b.table.core.windows.net/","file":"https://cs110032001d33a7d6b.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/managed-rg-feng-purview/providers/Microsoft.Storage/storageAccounts/scansouthcentralusdteqbx","name":"scansouthcentralusdteqbx","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-23T06:00:34.2251607Z","key2":"2021-09-23T06:00:34.2251607Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-23T06:00:34.2251607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-23T06:00:34.2251607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-23T06:00:34.1313540Z","primaryEndpoints":{"dfs":"https://scansouthcentralusdteqbx.dfs.core.windows.net/","web":"https://scansouthcentralusdteqbx.z21.web.core.windows.net/","blob":"https://scansouthcentralusdteqbx.blob.core.windows.net/","queue":"https://scansouthcentralusdteqbx.queue.core.windows.net/","table":"https://scansouthcentralusdteqbx.table.core.windows.net/","file":"https://scansouthcentralusdteqbx.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/extmigrate","name":"extmigrate","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-16T08:26:10.6796218Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-16T08:26:10.6796218Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-03-16T08:26:10.5858998Z","primaryEndpoints":{"blob":"https://extmigrate.blob.core.windows.net/","queue":"https://extmigrate.queue.core.windows.net/","table":"https://extmigrate.table.core.windows.net/","file":"https://extmigrate.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"blob":"https://extmigrate-secondary.blob.core.windows.net/","queue":"https://extmigrate-secondary.queue.core.windows.net/","table":"https://extmigrate-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/fengsa","name":"fengsa","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-14T06:47:20.1106748Z","key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-06T04:33:22.9379802Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-06T04:33:22.9379802Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-06T04:33:22.8754625Z","primaryEndpoints":{"dfs":"https://fengsa.dfs.core.windows.net/","web":"https://fengsa.z19.web.core.windows.net/","blob":"https://fengsa.blob.core.windows.net/","queue":"https://fengsa.queue.core.windows.net/","table":"https://fengsa.table.core.windows.net/","file":"https://fengsa.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://fengsa-secondary.dfs.core.windows.net/","web":"https://fengsa-secondary.z19.web.core.windows.net/","blob":"https://fengsa-secondary.blob.core.windows.net/","queue":"https://fengsa-secondary.queue.core.windows.net/","table":"https://fengsa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/fengtestsa","name":"fengtestsa","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-10-29T03:10:28.7204355Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-10-29T03:10:28.7204355Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-10-29T03:10:28.6266623Z","primaryEndpoints":{"dfs":"https://fengtestsa.dfs.core.windows.net/","web":"https://fengtestsa.z19.web.core.windows.net/","blob":"https://fengtestsa.blob.core.windows.net/","queue":"https://fengtestsa.queue.core.windows.net/","table":"https://fengtestsa.table.core.windows.net/","file":"https://fengtestsa.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://fengtestsa-secondary.dfs.core.windows.net/","web":"https://fengtestsa-secondary.z19.web.core.windows.net/","blob":"https://fengtestsa-secondary.blob.core.windows.net/","queue":"https://fengtestsa-secondary.queue.core.windows.net/","table":"https://fengtestsa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro1","name":"storagesfrepro1","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:07:42.2058942Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:07:42.2058942Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:07:42.1277444Z","primaryEndpoints":{"dfs":"https://storagesfrepro1.dfs.core.windows.net/","web":"https://storagesfrepro1.z19.web.core.windows.net/","blob":"https://storagesfrepro1.blob.core.windows.net/","queue":"https://storagesfrepro1.queue.core.windows.net/","table":"https://storagesfrepro1.table.core.windows.net/","file":"https://storagesfrepro1.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro1-secondary.dfs.core.windows.net/","web":"https://storagesfrepro1-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro1-secondary.blob.core.windows.net/","queue":"https://storagesfrepro1-secondary.queue.core.windows.net/","table":"https://storagesfrepro1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro10","name":"storagesfrepro10","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:14:00.8753334Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:14:00.8753334Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:14:00.7815921Z","primaryEndpoints":{"dfs":"https://storagesfrepro10.dfs.core.windows.net/","web":"https://storagesfrepro10.z19.web.core.windows.net/","blob":"https://storagesfrepro10.blob.core.windows.net/","queue":"https://storagesfrepro10.queue.core.windows.net/","table":"https://storagesfrepro10.table.core.windows.net/","file":"https://storagesfrepro10.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro10-secondary.dfs.core.windows.net/","web":"https://storagesfrepro10-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro10-secondary.blob.core.windows.net/","queue":"https://storagesfrepro10-secondary.queue.core.windows.net/","table":"https://storagesfrepro10-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro11","name":"storagesfrepro11","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:14:28.9859417Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:14:28.9859417Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:14:28.8609347Z","primaryEndpoints":{"dfs":"https://storagesfrepro11.dfs.core.windows.net/","web":"https://storagesfrepro11.z19.web.core.windows.net/","blob":"https://storagesfrepro11.blob.core.windows.net/","queue":"https://storagesfrepro11.queue.core.windows.net/","table":"https://storagesfrepro11.table.core.windows.net/","file":"https://storagesfrepro11.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro11-secondary.dfs.core.windows.net/","web":"https://storagesfrepro11-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro11-secondary.blob.core.windows.net/","queue":"https://storagesfrepro11-secondary.queue.core.windows.net/","table":"https://storagesfrepro11-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro12","name":"storagesfrepro12","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:15:15.6785362Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:15:15.6785362Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:15:15.5848345Z","primaryEndpoints":{"dfs":"https://storagesfrepro12.dfs.core.windows.net/","web":"https://storagesfrepro12.z19.web.core.windows.net/","blob":"https://storagesfrepro12.blob.core.windows.net/","queue":"https://storagesfrepro12.queue.core.windows.net/","table":"https://storagesfrepro12.table.core.windows.net/","file":"https://storagesfrepro12.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro12-secondary.dfs.core.windows.net/","web":"https://storagesfrepro12-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro12-secondary.blob.core.windows.net/","queue":"https://storagesfrepro12-secondary.queue.core.windows.net/","table":"https://storagesfrepro12-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro13","name":"storagesfrepro13","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:16:55.7609361Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:16:55.7609361Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:16:55.6671828Z","primaryEndpoints":{"dfs":"https://storagesfrepro13.dfs.core.windows.net/","web":"https://storagesfrepro13.z19.web.core.windows.net/","blob":"https://storagesfrepro13.blob.core.windows.net/","queue":"https://storagesfrepro13.queue.core.windows.net/","table":"https://storagesfrepro13.table.core.windows.net/","file":"https://storagesfrepro13.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro13-secondary.dfs.core.windows.net/","web":"https://storagesfrepro13-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro13-secondary.blob.core.windows.net/","queue":"https://storagesfrepro13-secondary.queue.core.windows.net/","table":"https://storagesfrepro13-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro14","name":"storagesfrepro14","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:17:40.7661469Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:17:40.7661469Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:17:40.6880204Z","primaryEndpoints":{"dfs":"https://storagesfrepro14.dfs.core.windows.net/","web":"https://storagesfrepro14.z19.web.core.windows.net/","blob":"https://storagesfrepro14.blob.core.windows.net/","queue":"https://storagesfrepro14.queue.core.windows.net/","table":"https://storagesfrepro14.table.core.windows.net/","file":"https://storagesfrepro14.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro14-secondary.dfs.core.windows.net/","web":"https://storagesfrepro14-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro14-secondary.blob.core.windows.net/","queue":"https://storagesfrepro14-secondary.queue.core.windows.net/","table":"https://storagesfrepro14-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro15","name":"storagesfrepro15","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:18:52.1812445Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:18:52.1812445Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:18:52.0718543Z","primaryEndpoints":{"dfs":"https://storagesfrepro15.dfs.core.windows.net/","web":"https://storagesfrepro15.z19.web.core.windows.net/","blob":"https://storagesfrepro15.blob.core.windows.net/","queue":"https://storagesfrepro15.queue.core.windows.net/","table":"https://storagesfrepro15.table.core.windows.net/","file":"https://storagesfrepro15.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro15-secondary.dfs.core.windows.net/","web":"https://storagesfrepro15-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro15-secondary.blob.core.windows.net/","queue":"https://storagesfrepro15-secondary.queue.core.windows.net/","table":"https://storagesfrepro15-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro16","name":"storagesfrepro16","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:19:33.1863807Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:19:33.1863807Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:19:33.0770034Z","primaryEndpoints":{"dfs":"https://storagesfrepro16.dfs.core.windows.net/","web":"https://storagesfrepro16.z19.web.core.windows.net/","blob":"https://storagesfrepro16.blob.core.windows.net/","queue":"https://storagesfrepro16.queue.core.windows.net/","table":"https://storagesfrepro16.table.core.windows.net/","file":"https://storagesfrepro16.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro16-secondary.dfs.core.windows.net/","web":"https://storagesfrepro16-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro16-secondary.blob.core.windows.net/","queue":"https://storagesfrepro16-secondary.queue.core.windows.net/","table":"https://storagesfrepro16-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro17","name":"storagesfrepro17","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:04:23.5553513Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:04:23.5553513Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:04:23.4771469Z","primaryEndpoints":{"dfs":"https://storagesfrepro17.dfs.core.windows.net/","web":"https://storagesfrepro17.z19.web.core.windows.net/","blob":"https://storagesfrepro17.blob.core.windows.net/","queue":"https://storagesfrepro17.queue.core.windows.net/","table":"https://storagesfrepro17.table.core.windows.net/","file":"https://storagesfrepro17.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro17-secondary.dfs.core.windows.net/","web":"https://storagesfrepro17-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro17-secondary.blob.core.windows.net/","queue":"https://storagesfrepro17-secondary.queue.core.windows.net/","table":"https://storagesfrepro17-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro18","name":"storagesfrepro18","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:04:53.8320772Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:04:53.8320772Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:04:53.7383176Z","primaryEndpoints":{"dfs":"https://storagesfrepro18.dfs.core.windows.net/","web":"https://storagesfrepro18.z19.web.core.windows.net/","blob":"https://storagesfrepro18.blob.core.windows.net/","queue":"https://storagesfrepro18.queue.core.windows.net/","table":"https://storagesfrepro18.table.core.windows.net/","file":"https://storagesfrepro18.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro18-secondary.dfs.core.windows.net/","web":"https://storagesfrepro18-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro18-secondary.blob.core.windows.net/","queue":"https://storagesfrepro18-secondary.queue.core.windows.net/","table":"https://storagesfrepro18-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro19","name":"storagesfrepro19","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:05:26.3650238Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:05:26.3650238Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:05:26.2556326Z","primaryEndpoints":{"dfs":"https://storagesfrepro19.dfs.core.windows.net/","web":"https://storagesfrepro19.z19.web.core.windows.net/","blob":"https://storagesfrepro19.blob.core.windows.net/","queue":"https://storagesfrepro19.queue.core.windows.net/","table":"https://storagesfrepro19.table.core.windows.net/","file":"https://storagesfrepro19.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro19-secondary.dfs.core.windows.net/","web":"https://storagesfrepro19-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro19-secondary.blob.core.windows.net/","queue":"https://storagesfrepro19-secondary.queue.core.windows.net/","table":"https://storagesfrepro19-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro2","name":"storagesfrepro2","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:08:45.8498203Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:08:45.8498203Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:08:45.7717196Z","primaryEndpoints":{"dfs":"https://storagesfrepro2.dfs.core.windows.net/","web":"https://storagesfrepro2.z19.web.core.windows.net/","blob":"https://storagesfrepro2.blob.core.windows.net/","queue":"https://storagesfrepro2.queue.core.windows.net/","table":"https://storagesfrepro2.table.core.windows.net/","file":"https://storagesfrepro2.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro2-secondary.dfs.core.windows.net/","web":"https://storagesfrepro2-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro2-secondary.blob.core.windows.net/","queue":"https://storagesfrepro2-secondary.queue.core.windows.net/","table":"https://storagesfrepro2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro20","name":"storagesfrepro20","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:07.4295934Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:07.4295934Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:06:07.3358422Z","primaryEndpoints":{"dfs":"https://storagesfrepro20.dfs.core.windows.net/","web":"https://storagesfrepro20.z19.web.core.windows.net/","blob":"https://storagesfrepro20.blob.core.windows.net/","queue":"https://storagesfrepro20.queue.core.windows.net/","table":"https://storagesfrepro20.table.core.windows.net/","file":"https://storagesfrepro20.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro20-secondary.dfs.core.windows.net/","web":"https://storagesfrepro20-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro20-secondary.blob.core.windows.net/","queue":"https://storagesfrepro20-secondary.queue.core.windows.net/","table":"https://storagesfrepro20-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro21","name":"storagesfrepro21","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:37.4780251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:37.4780251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:06:37.3686460Z","primaryEndpoints":{"dfs":"https://storagesfrepro21.dfs.core.windows.net/","web":"https://storagesfrepro21.z19.web.core.windows.net/","blob":"https://storagesfrepro21.blob.core.windows.net/","queue":"https://storagesfrepro21.queue.core.windows.net/","table":"https://storagesfrepro21.table.core.windows.net/","file":"https://storagesfrepro21.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro21-secondary.dfs.core.windows.net/","web":"https://storagesfrepro21-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro21-secondary.blob.core.windows.net/","queue":"https://storagesfrepro21-secondary.queue.core.windows.net/","table":"https://storagesfrepro21-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro22","name":"storagesfrepro22","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:59.8295391Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:59.8295391Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:06:59.7201581Z","primaryEndpoints":{"dfs":"https://storagesfrepro22.dfs.core.windows.net/","web":"https://storagesfrepro22.z19.web.core.windows.net/","blob":"https://storagesfrepro22.blob.core.windows.net/","queue":"https://storagesfrepro22.queue.core.windows.net/","table":"https://storagesfrepro22.table.core.windows.net/","file":"https://storagesfrepro22.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro22-secondary.dfs.core.windows.net/","web":"https://storagesfrepro22-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro22-secondary.blob.core.windows.net/","queue":"https://storagesfrepro22-secondary.queue.core.windows.net/","table":"https://storagesfrepro22-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro23","name":"storagesfrepro23","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:07:29.0846619Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:07:29.0846619Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:07:29.0065050Z","primaryEndpoints":{"dfs":"https://storagesfrepro23.dfs.core.windows.net/","web":"https://storagesfrepro23.z19.web.core.windows.net/","blob":"https://storagesfrepro23.blob.core.windows.net/","queue":"https://storagesfrepro23.queue.core.windows.net/","table":"https://storagesfrepro23.table.core.windows.net/","file":"https://storagesfrepro23.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro23-secondary.dfs.core.windows.net/","web":"https://storagesfrepro23-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro23-secondary.blob.core.windows.net/","queue":"https://storagesfrepro23-secondary.queue.core.windows.net/","table":"https://storagesfrepro23-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro24","name":"storagesfrepro24","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:07:53.2658712Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:07:53.2658712Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:07:53.1565651Z","primaryEndpoints":{"dfs":"https://storagesfrepro24.dfs.core.windows.net/","web":"https://storagesfrepro24.z19.web.core.windows.net/","blob":"https://storagesfrepro24.blob.core.windows.net/","queue":"https://storagesfrepro24.queue.core.windows.net/","table":"https://storagesfrepro24.table.core.windows.net/","file":"https://storagesfrepro24.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro24-secondary.dfs.core.windows.net/","web":"https://storagesfrepro24-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro24-secondary.blob.core.windows.net/","queue":"https://storagesfrepro24-secondary.queue.core.windows.net/","table":"https://storagesfrepro24-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro25","name":"storagesfrepro25","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:08:18.7432319Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:08:18.7432319Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:08:18.6338258Z","primaryEndpoints":{"dfs":"https://storagesfrepro25.dfs.core.windows.net/","web":"https://storagesfrepro25.z19.web.core.windows.net/","blob":"https://storagesfrepro25.blob.core.windows.net/","queue":"https://storagesfrepro25.queue.core.windows.net/","table":"https://storagesfrepro25.table.core.windows.net/","file":"https://storagesfrepro25.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro25-secondary.dfs.core.windows.net/","web":"https://storagesfrepro25-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro25-secondary.blob.core.windows.net/","queue":"https://storagesfrepro25-secondary.queue.core.windows.net/","table":"https://storagesfrepro25-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro3","name":"storagesfrepro3","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:09:19.5698333Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:09:19.5698333Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:09:19.3510997Z","primaryEndpoints":{"dfs":"https://storagesfrepro3.dfs.core.windows.net/","web":"https://storagesfrepro3.z19.web.core.windows.net/","blob":"https://storagesfrepro3.blob.core.windows.net/","queue":"https://storagesfrepro3.queue.core.windows.net/","table":"https://storagesfrepro3.table.core.windows.net/","file":"https://storagesfrepro3.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro3-secondary.dfs.core.windows.net/","web":"https://storagesfrepro3-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro3-secondary.blob.core.windows.net/","queue":"https://storagesfrepro3-secondary.queue.core.windows.net/","table":"https://storagesfrepro3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro4","name":"storagesfrepro4","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:09:54.9930953Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:09:54.9930953Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:09:54.8993063Z","primaryEndpoints":{"dfs":"https://storagesfrepro4.dfs.core.windows.net/","web":"https://storagesfrepro4.z19.web.core.windows.net/","blob":"https://storagesfrepro4.blob.core.windows.net/","queue":"https://storagesfrepro4.queue.core.windows.net/","table":"https://storagesfrepro4.table.core.windows.net/","file":"https://storagesfrepro4.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro4-secondary.dfs.core.windows.net/","web":"https://storagesfrepro4-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro4-secondary.blob.core.windows.net/","queue":"https://storagesfrepro4-secondary.queue.core.windows.net/","table":"https://storagesfrepro4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro5","name":"storagesfrepro5","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:10:48.1114395Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:10:48.1114395Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:10:48.0177273Z","primaryEndpoints":{"dfs":"https://storagesfrepro5.dfs.core.windows.net/","web":"https://storagesfrepro5.z19.web.core.windows.net/","blob":"https://storagesfrepro5.blob.core.windows.net/","queue":"https://storagesfrepro5.queue.core.windows.net/","table":"https://storagesfrepro5.table.core.windows.net/","file":"https://storagesfrepro5.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro5-secondary.dfs.core.windows.net/","web":"https://storagesfrepro5-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro5-secondary.blob.core.windows.net/","queue":"https://storagesfrepro5-secondary.queue.core.windows.net/","table":"https://storagesfrepro5-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro6","name":"storagesfrepro6","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:11:28.0269117Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:11:28.0269117Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:11:27.9331594Z","primaryEndpoints":{"dfs":"https://storagesfrepro6.dfs.core.windows.net/","web":"https://storagesfrepro6.z19.web.core.windows.net/","blob":"https://storagesfrepro6.blob.core.windows.net/","queue":"https://storagesfrepro6.queue.core.windows.net/","table":"https://storagesfrepro6.table.core.windows.net/","file":"https://storagesfrepro6.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro6-secondary.dfs.core.windows.net/","web":"https://storagesfrepro6-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro6-secondary.blob.core.windows.net/","queue":"https://storagesfrepro6-secondary.queue.core.windows.net/","table":"https://storagesfrepro6-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro7","name":"storagesfrepro7","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:12:08.7761892Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:12:08.7761892Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:12:08.6824637Z","primaryEndpoints":{"dfs":"https://storagesfrepro7.dfs.core.windows.net/","web":"https://storagesfrepro7.z19.web.core.windows.net/","blob":"https://storagesfrepro7.blob.core.windows.net/","queue":"https://storagesfrepro7.queue.core.windows.net/","table":"https://storagesfrepro7.table.core.windows.net/","file":"https://storagesfrepro7.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro7-secondary.dfs.core.windows.net/","web":"https://storagesfrepro7-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro7-secondary.blob.core.windows.net/","queue":"https://storagesfrepro7-secondary.queue.core.windows.net/","table":"https://storagesfrepro7-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro8","name":"storagesfrepro8","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:12:39.5221164Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:12:39.5221164Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:12:39.4283923Z","primaryEndpoints":{"dfs":"https://storagesfrepro8.dfs.core.windows.net/","web":"https://storagesfrepro8.z19.web.core.windows.net/","blob":"https://storagesfrepro8.blob.core.windows.net/","queue":"https://storagesfrepro8.queue.core.windows.net/","table":"https://storagesfrepro8.table.core.windows.net/","file":"https://storagesfrepro8.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro8-secondary.dfs.core.windows.net/","web":"https://storagesfrepro8-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro8-secondary.blob.core.windows.net/","queue":"https://storagesfrepro8-secondary.queue.core.windows.net/","table":"https://storagesfrepro8-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro9","name":"storagesfrepro9","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:13:18.1628430Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:13:18.1628430Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:13:18.0691096Z","primaryEndpoints":{"dfs":"https://storagesfrepro9.dfs.core.windows.net/","web":"https://storagesfrepro9.z19.web.core.windows.net/","blob":"https://storagesfrepro9.blob.core.windows.net/","queue":"https://storagesfrepro9.queue.core.windows.net/","table":"https://storagesfrepro9.table.core.windows.net/","file":"https://storagesfrepro9.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro9-secondary.dfs.core.windows.net/","web":"https://storagesfrepro9-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro9-secondary.blob.core.windows.net/","queue":"https://storagesfrepro9-secondary.queue.core.windows.net/","table":"https://storagesfrepro9-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_acctestRG-ibt-24_acctest-IBT-0710-2_4ebedb5a-e3b1-4675-aa4c-3c160fe70907/providers/Microsoft.Storage/storageAccounts/6ynst8ytvcms52eviy9cme3e","name":"6ynst8ytvcms52eviy9cme3e","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T11:43:30.0119558Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T11:43:30.0119558Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-10T11:43:29.9651518Z","primaryEndpoints":{"blob":"https://6ynst8ytvcms52eviy9cme3e.blob.core.windows.net/","queue":"https://6ynst8ytvcms52eviy9cme3e.queue.core.windows.net/","table":"https://6ynst8ytvcms52eviy9cme3e.table.core.windows.net/","file":"https://6ynst8ytvcms52eviy9cme3e.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/managed-rg-fypurview/providers/Microsoft.Storage/storageAccounts/scanwestus2ghwdfbf","name":"scanwestus2ghwdfbf","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-28T03:24:36.3735480Z","key2":"2021-09-28T03:24:36.3735480Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T03:24:36.3891539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T03:24:36.3891539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T03:24:36.2797988Z","primaryEndpoints":{"dfs":"https://scanwestus2ghwdfbf.dfs.core.windows.net/","web":"https://scanwestus2ghwdfbf.z5.web.core.windows.net/","blob":"https://scanwestus2ghwdfbf.blob.core.windows.net/","queue":"https://scanwestus2ghwdfbf.queue.core.windows.net/","table":"https://scanwestus2ghwdfbf.table.core.windows.net/","file":"https://scanwestus2ghwdfbf.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-file-handle-rg/providers/Microsoft.Storage/storageAccounts/testfilehandlesa","name":"testfilehandlesa","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-11-02T02:22:24.9147695Z","key2":"2021-11-02T02:22:24.9147695Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T02:22:24.9147695Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T02:22:24.9147695Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T02:22:24.8209748Z","primaryEndpoints":{"dfs":"https://testfilehandlesa.dfs.core.windows.net/","web":"https://testfilehandlesa.z5.web.core.windows.net/","blob":"https://testfilehandlesa.blob.core.windows.net/","queue":"https://testfilehandlesa.queue.core.windows.net/","table":"https://testfilehandlesa.table.core.windows.net/","file":"https://testfilehandlesa.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testfilehandlesa-secondary.dfs.core.windows.net/","web":"https://testfilehandlesa-secondary.z5.web.core.windows.net/","blob":"https://testfilehandlesa-secondary.blob.core.windows.net/","queue":"https://testfilehandlesa-secondary.queue.core.windows.net/","table":"https://testfilehandlesa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgk3dgx6acfu6yrvvipseyqbiwldnaohcywhpi65w7jys42kv5gjs2pljpz5o7bsoah/providers/Microsoft.Storage/storageAccounts/clitest3tllg4jqytzq27ejk","name":"clitest3tllg4jqytzq27ejk","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-01T19:36:53.0876733Z","key2":"2021-11-01T19:36:53.0876733Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-01T19:36:53.0876733Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-01T19:36:53.0876733Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-01T19:36:53.0095332Z","primaryEndpoints":{"dfs":"https://clitest3tllg4jqytzq27ejk.dfs.core.windows.net/","web":"https://clitest3tllg4jqytzq27ejk.z3.web.core.windows.net/","blob":"https://clitest3tllg4jqytzq27ejk.blob.core.windows.net/","queue":"https://clitest3tllg4jqytzq27ejk.queue.core.windows.net/","table":"https://clitest3tllg4jqytzq27ejk.table.core.windows.net/","file":"https://clitest3tllg4jqytzq27ejk.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg7ywcjwwkyqro7r54bzsggg3efujfc54tpvg3pmzto2wg3ifd5i2omb2oqz4ru44b3/providers/Microsoft.Storage/storageAccounts/clitest42lr3sjjyceqm2dsa","name":"clitest42lr3sjjyceqm2dsa","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-11T14:04:08.6091074Z","key2":"2022-04-11T14:04:08.6091074Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:04:08.6248156Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:04:08.6248156Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T14:04:08.5153865Z","primaryEndpoints":{"dfs":"https://clitest42lr3sjjyceqm2dsa.dfs.core.windows.net/","web":"https://clitest42lr3sjjyceqm2dsa.z3.web.core.windows.net/","blob":"https://clitest42lr3sjjyceqm2dsa.blob.core.windows.net/","queue":"https://clitest42lr3sjjyceqm2dsa.queue.core.windows.net/","table":"https://clitest42lr3sjjyceqm2dsa.table.core.windows.net/","file":"https://clitest42lr3sjjyceqm2dsa.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkgt6nin66or5swlkcbzuqqqvuatsme4t5spkwkygh4sziqlamyxv2fckdajclbire/providers/Microsoft.Storage/storageAccounts/clitest4hsuf3zwslxuux46y","name":"clitest4hsuf3zwslxuux46y","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T09:25:04.0198418Z","key2":"2022-03-16T09:25:04.0198418Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:25:04.0354560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:25:04.0354560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T09:25:03.8948335Z","primaryEndpoints":{"dfs":"https://clitest4hsuf3zwslxuux46y.dfs.core.windows.net/","web":"https://clitest4hsuf3zwslxuux46y.z3.web.core.windows.net/","blob":"https://clitest4hsuf3zwslxuux46y.blob.core.windows.net/","queue":"https://clitest4hsuf3zwslxuux46y.queue.core.windows.net/","table":"https://clitest4hsuf3zwslxuux46y.table.core.windows.net/","file":"https://clitest4hsuf3zwslxuux46y.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg5rbhj2siyn33fb3buqv4nfrpbtszdqvkeyymdjvwdzj2tgg6z5ig5v4fsnlngl6zy/providers/Microsoft.Storage/storageAccounts/clitest4k6c57bhb3fbeaeb2","name":"clitest4k6c57bhb3fbeaeb2","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-02T23:19:47.3184925Z","key2":"2021-12-02T23:19:47.3184925Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:19:47.3184925Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:19:47.3184925Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-02T23:19:47.2247436Z","primaryEndpoints":{"dfs":"https://clitest4k6c57bhb3fbeaeb2.dfs.core.windows.net/","web":"https://clitest4k6c57bhb3fbeaeb2.z3.web.core.windows.net/","blob":"https://clitest4k6c57bhb3fbeaeb2.blob.core.windows.net/","queue":"https://clitest4k6c57bhb3fbeaeb2.queue.core.windows.net/","table":"https://clitest4k6c57bhb3fbeaeb2.table.core.windows.net/","file":"https://clitest4k6c57bhb3fbeaeb2.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgllxoprxwjouhrzsd4vrfhqkpy7ft2fwgtiub56wonkmtvsogumww7h36czdisqqxm/providers/Microsoft.Storage/storageAccounts/clitest4slutm4qduocdiy7o","name":"clitest4slutm4qduocdiy7o","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-18T23:17:57.1095774Z","key2":"2021-11-18T23:17:57.1095774Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:17:57.1252046Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:17:57.1252046Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-18T23:17:57.0471042Z","primaryEndpoints":{"dfs":"https://clitest4slutm4qduocdiy7o.dfs.core.windows.net/","web":"https://clitest4slutm4qduocdiy7o.z3.web.core.windows.net/","blob":"https://clitest4slutm4qduocdiy7o.blob.core.windows.net/","queue":"https://clitest4slutm4qduocdiy7o.queue.core.windows.net/","table":"https://clitest4slutm4qduocdiy7o.table.core.windows.net/","file":"https://clitest4slutm4qduocdiy7o.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkqf4cu665yaejvrvcvhfklfoep7xw2qhgk7q5qkmosqpcdypz6aubtjovadrpefmu/providers/Microsoft.Storage/storageAccounts/clitest4ypv67tuvo34umfu5","name":"clitest4ypv67tuvo34umfu5","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-27T08:37:30.4318022Z","key2":"2021-09-27T08:37:30.4318022Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-27T08:37:30.4474578Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-27T08:37:30.4474578Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-27T08:37:30.3536782Z","primaryEndpoints":{"dfs":"https://clitest4ypv67tuvo34umfu5.dfs.core.windows.net/","web":"https://clitest4ypv67tuvo34umfu5.z3.web.core.windows.net/","blob":"https://clitest4ypv67tuvo34umfu5.blob.core.windows.net/","queue":"https://clitest4ypv67tuvo34umfu5.queue.core.windows.net/","table":"https://clitest4ypv67tuvo34umfu5.table.core.windows.net/","file":"https://clitest4ypv67tuvo34umfu5.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgdug325lrcvzanqv3lzbjf3is3c3nkte77zapxydbwac3gjkwncn6mb4f7ac5quodl/providers/Microsoft.Storage/storageAccounts/clitest52hhfb76nrue6ykoz","name":"clitest52hhfb76nrue6ykoz","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T01:18:06.6255130Z","key2":"2022-03-18T01:18:06.6255130Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:18:06.6255130Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:18:06.6255130Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T01:18:06.5317315Z","primaryEndpoints":{"dfs":"https://clitest52hhfb76nrue6ykoz.dfs.core.windows.net/","web":"https://clitest52hhfb76nrue6ykoz.z3.web.core.windows.net/","blob":"https://clitest52hhfb76nrue6ykoz.blob.core.windows.net/","queue":"https://clitest52hhfb76nrue6ykoz.queue.core.windows.net/","table":"https://clitest52hhfb76nrue6ykoz.table.core.windows.net/","file":"https://clitest52hhfb76nrue6ykoz.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rglsqzig6e5xb6f6yy7vcn6ga3cecladn475k3busnwddg7bekcbznawxwrs2fzwqsg/providers/Microsoft.Storage/storageAccounts/clitest5em3dvci6rx26joqq","name":"clitest5em3dvci6rx26joqq","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-23T22:13:15.3267815Z","key2":"2021-12-23T22:13:15.3267815Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:13:15.3267815Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:13:15.3267815Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-23T22:13:15.2330713Z","primaryEndpoints":{"dfs":"https://clitest5em3dvci6rx26joqq.dfs.core.windows.net/","web":"https://clitest5em3dvci6rx26joqq.z3.web.core.windows.net/","blob":"https://clitest5em3dvci6rx26joqq.blob.core.windows.net/","queue":"https://clitest5em3dvci6rx26joqq.queue.core.windows.net/","table":"https://clitest5em3dvci6rx26joqq.table.core.windows.net/","file":"https://clitest5em3dvci6rx26joqq.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgq5owppg4dci2qdrj7vzc5jfe2wkpqdndt73aoulpqbpqyme4ys6qp5yegc6x72nfg/providers/Microsoft.Storage/storageAccounts/clitest6xc3bnyzkpbv277hw","name":"clitest6xc3bnyzkpbv277hw","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-03T23:21:13.3577773Z","key2":"2022-03-03T23:21:13.3577773Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:21:13.3733610Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:21:13.3733610Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T23:21:13.2640292Z","primaryEndpoints":{"dfs":"https://clitest6xc3bnyzkpbv277hw.dfs.core.windows.net/","web":"https://clitest6xc3bnyzkpbv277hw.z3.web.core.windows.net/","blob":"https://clitest6xc3bnyzkpbv277hw.blob.core.windows.net/","queue":"https://clitest6xc3bnyzkpbv277hw.queue.core.windows.net/","table":"https://clitest6xc3bnyzkpbv277hw.table.core.windows.net/","file":"https://clitest6xc3bnyzkpbv277hw.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgvricmqr6tftghdb2orhfvwwflb5yrmjlbbxfre27xo56m3yaowwocmuew3mkp6dch/providers/Microsoft.Storage/storageAccounts/clitesta6vvdbwzccmdhnmh7","name":"clitesta6vvdbwzccmdhnmh7","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-10T23:46:41.0268928Z","key2":"2022-03-10T23:46:41.0268928Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-10T23:46:41.0425154Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-10T23:46:41.0425154Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-10T23:46:40.9331185Z","primaryEndpoints":{"dfs":"https://clitesta6vvdbwzccmdhnmh7.dfs.core.windows.net/","web":"https://clitesta6vvdbwzccmdhnmh7.z3.web.core.windows.net/","blob":"https://clitesta6vvdbwzccmdhnmh7.blob.core.windows.net/","queue":"https://clitesta6vvdbwzccmdhnmh7.queue.core.windows.net/","table":"https://clitesta6vvdbwzccmdhnmh7.table.core.windows.net/","file":"https://clitesta6vvdbwzccmdhnmh7.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgefj7prpkkfwowsohocdcgln4afkr36ayb7msfujq5xbxbhzxt6nl6226d6wpfd2v6/providers/Microsoft.Storage/storageAccounts/clitestajyrm6yrgbf4c5i2s","name":"clitestajyrm6yrgbf4c5i2s","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T05:36:26.5400357Z","key2":"2021-09-26T05:36:26.5400357Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:36:26.5400357Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:36:26.5400357Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T05:36:26.4619069Z","primaryEndpoints":{"dfs":"https://clitestajyrm6yrgbf4c5i2s.dfs.core.windows.net/","web":"https://clitestajyrm6yrgbf4c5i2s.z3.web.core.windows.net/","blob":"https://clitestajyrm6yrgbf4c5i2s.blob.core.windows.net/","queue":"https://clitestajyrm6yrgbf4c5i2s.queue.core.windows.net/","table":"https://clitestajyrm6yrgbf4c5i2s.table.core.windows.net/","file":"https://clitestajyrm6yrgbf4c5i2s.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgdj7xp7djs6mthgx5vg7frkzob6fa4r4ee6jyrvgncvnjvn36lppo6bqbxzdz75tll/providers/Microsoft.Storage/storageAccounts/clitestb3umzlekxb2476otp","name":"clitestb3umzlekxb2476otp","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T23:03:50.2317299Z","key2":"2022-04-21T23:03:50.2317299Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:03:50.2317299Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:03:50.2317299Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-21T23:03:50.1379870Z","primaryEndpoints":{"dfs":"https://clitestb3umzlekxb2476otp.dfs.core.windows.net/","web":"https://clitestb3umzlekxb2476otp.z3.web.core.windows.net/","blob":"https://clitestb3umzlekxb2476otp.blob.core.windows.net/","queue":"https://clitestb3umzlekxb2476otp.queue.core.windows.net/","table":"https://clitestb3umzlekxb2476otp.table.core.windows.net/","file":"https://clitestb3umzlekxb2476otp.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rglbpqpmgzjcfuaz4feleprn435rcjy72gfcclbzlno6zqjglg4vmjeekjfwp5ftczi/providers/Microsoft.Storage/storageAccounts/clitestbokalj4mocrwa4z32","name":"clitestbokalj4mocrwa4z32","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-29T22:30:16.8234389Z","key2":"2021-10-29T22:30:16.8234389Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-29T22:30:16.8234389Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-29T22:30:16.8234389Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-29T22:30:16.7453107Z","primaryEndpoints":{"dfs":"https://clitestbokalj4mocrwa4z32.dfs.core.windows.net/","web":"https://clitestbokalj4mocrwa4z32.z3.web.core.windows.net/","blob":"https://clitestbokalj4mocrwa4z32.blob.core.windows.net/","queue":"https://clitestbokalj4mocrwa4z32.queue.core.windows.net/","table":"https://clitestbokalj4mocrwa4z32.table.core.windows.net/","file":"https://clitestbokalj4mocrwa4z32.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgtspw4qvairmgdzy7n5rmnqkgvofttquawuj4gqd2vfu4vovezcfc7sf547caizzrh/providers/Microsoft.Storage/storageAccounts/clitestbsembxlqwsnj2fgge","name":"clitestbsembxlqwsnj2fgge","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-07T22:55:33.1867654Z","key2":"2022-04-07T22:55:33.1867654Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T22:55:33.2023896Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T22:55:33.2023896Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-07T22:55:33.0930101Z","primaryEndpoints":{"dfs":"https://clitestbsembxlqwsnj2fgge.dfs.core.windows.net/","web":"https://clitestbsembxlqwsnj2fgge.z3.web.core.windows.net/","blob":"https://clitestbsembxlqwsnj2fgge.blob.core.windows.net/","queue":"https://clitestbsembxlqwsnj2fgge.queue.core.windows.net/","table":"https://clitestbsembxlqwsnj2fgge.table.core.windows.net/","file":"https://clitestbsembxlqwsnj2fgge.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgslmenloyni5hf6ungu5xnok6xazrqmqukr6gorcq64rq2u7hadght6uvzpmpbpg3u/providers/Microsoft.Storage/storageAccounts/clitestcw54yeqtizanybuwo","name":"clitestcw54yeqtizanybuwo","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-14T23:27:19.9861627Z","key2":"2022-04-14T23:27:19.9861627Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:27:20.0017698Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:27:20.0017698Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-14T23:27:19.8923715Z","primaryEndpoints":{"dfs":"https://clitestcw54yeqtizanybuwo.dfs.core.windows.net/","web":"https://clitestcw54yeqtizanybuwo.z3.web.core.windows.net/","blob":"https://clitestcw54yeqtizanybuwo.blob.core.windows.net/","queue":"https://clitestcw54yeqtizanybuwo.queue.core.windows.net/","table":"https://clitestcw54yeqtizanybuwo.table.core.windows.net/","file":"https://clitestcw54yeqtizanybuwo.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgzqoxctlppqseceswyeq36zau2eysrbugzmir6vxpsztoivt4atecrszzqgzpvjalj/providers/Microsoft.Storage/storageAccounts/clitestexazhooj6txsp4bif","name":"clitestexazhooj6txsp4bif","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T06:28:55.7862697Z","key2":"2021-09-26T06:28:55.7862697Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:28:55.8018954Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:28:55.8018954Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T06:28:55.7237634Z","primaryEndpoints":{"dfs":"https://clitestexazhooj6txsp4bif.dfs.core.windows.net/","web":"https://clitestexazhooj6txsp4bif.z3.web.core.windows.net/","blob":"https://clitestexazhooj6txsp4bif.blob.core.windows.net/","queue":"https://clitestexazhooj6txsp4bif.queue.core.windows.net/","table":"https://clitestexazhooj6txsp4bif.table.core.windows.net/","file":"https://clitestexazhooj6txsp4bif.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgastf744wty5rbe3b42dtbtj6m3u4njqshp3uezxwhayjl4gumhvlnx4umngpnd37j/providers/Microsoft.Storage/storageAccounts/clitestfoxs5cndjzuwfbysg","name":"clitestfoxs5cndjzuwfbysg","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T05:29:08.4012945Z","key2":"2022-03-16T05:29:08.4012945Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:29:08.4012945Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:29:08.4012945Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T05:29:08.3076366Z","primaryEndpoints":{"dfs":"https://clitestfoxs5cndjzuwfbysg.dfs.core.windows.net/","web":"https://clitestfoxs5cndjzuwfbysg.z3.web.core.windows.net/","blob":"https://clitestfoxs5cndjzuwfbysg.blob.core.windows.net/","queue":"https://clitestfoxs5cndjzuwfbysg.queue.core.windows.net/","table":"https://clitestfoxs5cndjzuwfbysg.table.core.windows.net/","file":"https://clitestfoxs5cndjzuwfbysg.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgqgjamsip45eiod37k5ava3icxn6g65gkuyffmj7fd2ipic36deyjqhzs5f5amepjw/providers/Microsoft.Storage/storageAccounts/clitestfseuqgiqhdcp3ufhh","name":"clitestfseuqgiqhdcp3ufhh","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-16T23:43:04.7242746Z","key2":"2021-12-16T23:43:04.7242746Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:43:04.7242746Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:43:04.7242746Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-16T23:43:04.6461064Z","primaryEndpoints":{"dfs":"https://clitestfseuqgiqhdcp3ufhh.dfs.core.windows.net/","web":"https://clitestfseuqgiqhdcp3ufhh.z3.web.core.windows.net/","blob":"https://clitestfseuqgiqhdcp3ufhh.blob.core.windows.net/","queue":"https://clitestfseuqgiqhdcp3ufhh.queue.core.windows.net/","table":"https://clitestfseuqgiqhdcp3ufhh.table.core.windows.net/","file":"https://clitestfseuqgiqhdcp3ufhh.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4bazn4hnlcnsaasp63k6nvrlmtkyo7dqcjkyopsehticnihafl57ntorbz7ixqwos/providers/Microsoft.Storage/storageAccounts/clitestgnremsz2uxbgdy6uo","name":"clitestgnremsz2uxbgdy6uo","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-05T08:33:08.0149596Z","key2":"2021-11-05T08:33:08.0149596Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-05T08:33:08.0305829Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-05T08:33:08.0305829Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-05T08:33:07.9368092Z","primaryEndpoints":{"dfs":"https://clitestgnremsz2uxbgdy6uo.dfs.core.windows.net/","web":"https://clitestgnremsz2uxbgdy6uo.z3.web.core.windows.net/","blob":"https://clitestgnremsz2uxbgdy6uo.blob.core.windows.net/","queue":"https://clitestgnremsz2uxbgdy6uo.queue.core.windows.net/","table":"https://clitestgnremsz2uxbgdy6uo.table.core.windows.net/","file":"https://clitestgnremsz2uxbgdy6uo.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgiojjcuhfzayzrer4xt3xelo5irqyhos7zzodnkr36kccmj3tkike4hj2z333kq54w/providers/Microsoft.Storage/storageAccounts/clitestgzh5gtd7dvvavu4r7","name":"clitestgzh5gtd7dvvavu4r7","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-24T23:41:39.2992459Z","key2":"2022-03-24T23:41:39.2992459Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:41:39.3148704Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:41:39.3148704Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-24T23:41:39.2057201Z","primaryEndpoints":{"dfs":"https://clitestgzh5gtd7dvvavu4r7.dfs.core.windows.net/","web":"https://clitestgzh5gtd7dvvavu4r7.z3.web.core.windows.net/","blob":"https://clitestgzh5gtd7dvvavu4r7.blob.core.windows.net/","queue":"https://clitestgzh5gtd7dvvavu4r7.queue.core.windows.net/","table":"https://clitestgzh5gtd7dvvavu4r7.table.core.windows.net/","file":"https://clitestgzh5gtd7dvvavu4r7.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgn2hrmou3vupc7hxv534r6ythn2qz6v45svfb666d75bigid4v562yvcrcu3zvopvd/providers/Microsoft.Storage/storageAccounts/clitesthn6lf7bmqfq4lihgr","name":"clitesthn6lf7bmqfq4lihgr","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-22T23:36:25.4655609Z","key2":"2021-10-22T23:36:25.4655609Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T23:36:25.4655609Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T23:36:25.4655609Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T23:36:25.4186532Z","primaryEndpoints":{"dfs":"https://clitesthn6lf7bmqfq4lihgr.dfs.core.windows.net/","web":"https://clitesthn6lf7bmqfq4lihgr.z3.web.core.windows.net/","blob":"https://clitesthn6lf7bmqfq4lihgr.blob.core.windows.net/","queue":"https://clitesthn6lf7bmqfq4lihgr.queue.core.windows.net/","table":"https://clitesthn6lf7bmqfq4lihgr.table.core.windows.net/","file":"https://clitesthn6lf7bmqfq4lihgr.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg3uh3ecchugblssjzzurmbz3fwz3si25txvdhbc3t7jo6zlnbitco2s4mnnjpqst2v/providers/Microsoft.Storage/storageAccounts/clitestif7zaqb3uji3nhacq","name":"clitestif7zaqb3uji3nhacq","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-26T08:48:10.2092425Z","key2":"2022-04-26T08:48:10.2092425Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:48:10.2092425Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:48:10.2092425Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-26T08:48:10.0998779Z","primaryEndpoints":{"dfs":"https://clitestif7zaqb3uji3nhacq.dfs.core.windows.net/","web":"https://clitestif7zaqb3uji3nhacq.z3.web.core.windows.net/","blob":"https://clitestif7zaqb3uji3nhacq.blob.core.windows.net/","queue":"https://clitestif7zaqb3uji3nhacq.queue.core.windows.net/","table":"https://clitestif7zaqb3uji3nhacq.table.core.windows.net/","file":"https://clitestif7zaqb3uji3nhacq.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgddpmpp3buqip4f3ztkpw2okh4vd5lblxcs36olwlxmrn6hqzkgms3jgye5t72fahh/providers/Microsoft.Storage/storageAccounts/clitestlp7xyjhqdanlvdk7l","name":"clitestlp7xyjhqdanlvdk7l","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-30T22:32:05.3181693Z","key2":"2021-12-30T22:32:05.3181693Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:32:05.3181693Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:32:05.3181693Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-30T22:32:05.2244193Z","primaryEndpoints":{"dfs":"https://clitestlp7xyjhqdanlvdk7l.dfs.core.windows.net/","web":"https://clitestlp7xyjhqdanlvdk7l.z3.web.core.windows.net/","blob":"https://clitestlp7xyjhqdanlvdk7l.blob.core.windows.net/","queue":"https://clitestlp7xyjhqdanlvdk7l.queue.core.windows.net/","table":"https://clitestlp7xyjhqdanlvdk7l.table.core.windows.net/","file":"https://clitestlp7xyjhqdanlvdk7l.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgiqgpdt6kvdporvteyacy5t5zw43gekna5gephtplex4buchsqnucjh24ke6ian63g/providers/Microsoft.Storage/storageAccounts/clitestlpnuh5cbq4gzlb4mt","name":"clitestlpnuh5cbq4gzlb4mt","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T21:40:23.1450434Z","key2":"2022-03-17T21:40:23.1450434Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T21:40:23.1606676Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T21:40:23.1606676Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T21:40:23.0669136Z","primaryEndpoints":{"dfs":"https://clitestlpnuh5cbq4gzlb4mt.dfs.core.windows.net/","web":"https://clitestlpnuh5cbq4gzlb4mt.z3.web.core.windows.net/","blob":"https://clitestlpnuh5cbq4gzlb4mt.blob.core.windows.net/","queue":"https://clitestlpnuh5cbq4gzlb4mt.queue.core.windows.net/","table":"https://clitestlpnuh5cbq4gzlb4mt.table.core.windows.net/","file":"https://clitestlpnuh5cbq4gzlb4mt.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggyyky3pdv7kfgca2zw6tt2uuyakcfh4mhe5jv652ywkhjplo2g3hkpg5l5vlzmscx/providers/Microsoft.Storage/storageAccounts/clitestlrazz3fr4p7ma2aqu","name":"clitestlrazz3fr4p7ma2aqu","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T06:26:22.0140081Z","key2":"2021-09-26T06:26:22.0140081Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:26:22.0140081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:26:22.0140081Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T06:26:21.9514992Z","primaryEndpoints":{"dfs":"https://clitestlrazz3fr4p7ma2aqu.dfs.core.windows.net/","web":"https://clitestlrazz3fr4p7ma2aqu.z3.web.core.windows.net/","blob":"https://clitestlrazz3fr4p7ma2aqu.blob.core.windows.net/","queue":"https://clitestlrazz3fr4p7ma2aqu.queue.core.windows.net/","table":"https://clitestlrazz3fr4p7ma2aqu.table.core.windows.net/","file":"https://clitestlrazz3fr4p7ma2aqu.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg6wjfol23jdbl2gkdoeiou4nae4tnyxkvqazscvbwkazi5dbugwnwlcr7gn2nvblbz/providers/Microsoft.Storage/storageAccounts/clitestlvmg3eu2v3vfviots","name":"clitestlvmg3eu2v3vfviots","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-25T00:19:23.5149380Z","key2":"2022-02-25T00:19:23.5149380Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:19:23.5305640Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:19:23.5305640Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-25T00:19:23.4055624Z","primaryEndpoints":{"dfs":"https://clitestlvmg3eu2v3vfviots.dfs.core.windows.net/","web":"https://clitestlvmg3eu2v3vfviots.z3.web.core.windows.net/","blob":"https://clitestlvmg3eu2v3vfviots.blob.core.windows.net/","queue":"https://clitestlvmg3eu2v3vfviots.queue.core.windows.net/","table":"https://clitestlvmg3eu2v3vfviots.table.core.windows.net/","file":"https://clitestlvmg3eu2v3vfviots.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgibc6w6pt2cu4nkppzr7rhgsrli5jhaumxaexydrvzpemxhixixcac5un3lkhugutn/providers/Microsoft.Storage/storageAccounts/clitestm3o7urdechvnvggxa","name":"clitestm3o7urdechvnvggxa","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-04T22:04:25.7055241Z","key2":"2021-11-04T22:04:25.7055241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-04T22:04:25.7055241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-04T22:04:25.7055241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-04T22:04:25.6274146Z","primaryEndpoints":{"dfs":"https://clitestm3o7urdechvnvggxa.dfs.core.windows.net/","web":"https://clitestm3o7urdechvnvggxa.z3.web.core.windows.net/","blob":"https://clitestm3o7urdechvnvggxa.blob.core.windows.net/","queue":"https://clitestm3o7urdechvnvggxa.queue.core.windows.net/","table":"https://clitestm3o7urdechvnvggxa.table.core.windows.net/","file":"https://clitestm3o7urdechvnvggxa.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgod6ukvpdyodfbumzqyctb3mizfldmw7m4kczmcvtiwdw7eknpoq2uxsr3gc5qs6ia/providers/Microsoft.Storage/storageAccounts/clitestmekftj553567izfaa","name":"clitestmekftj553567izfaa","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-31T22:40:57.9850091Z","key2":"2022-03-31T22:40:57.9850091Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:40:58.0006083Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:40:58.0006083Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-31T22:40:57.8912800Z","primaryEndpoints":{"dfs":"https://clitestmekftj553567izfaa.dfs.core.windows.net/","web":"https://clitestmekftj553567izfaa.z3.web.core.windows.net/","blob":"https://clitestmekftj553567izfaa.blob.core.windows.net/","queue":"https://clitestmekftj553567izfaa.queue.core.windows.net/","table":"https://clitestmekftj553567izfaa.table.core.windows.net/","file":"https://clitestmekftj553567izfaa.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg5gexz53gwezjaj2k73fecuuc4yqlddops5ntbekppouzb4x7h6bpbyvfme5nlourk/providers/Microsoft.Storage/storageAccounts/clitestmjpad5ax6f4npu3mz","name":"clitestmjpad5ax6f4npu3mz","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T08:55:42.1539279Z","key2":"2022-03-16T08:55:42.1539279Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T08:55:42.1539279Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T08:55:42.1539279Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T08:55:42.0602013Z","primaryEndpoints":{"dfs":"https://clitestmjpad5ax6f4npu3mz.dfs.core.windows.net/","web":"https://clitestmjpad5ax6f4npu3mz.z3.web.core.windows.net/","blob":"https://clitestmjpad5ax6f4npu3mz.blob.core.windows.net/","queue":"https://clitestmjpad5ax6f4npu3mz.queue.core.windows.net/","table":"https://clitestmjpad5ax6f4npu3mz.table.core.windows.net/","file":"https://clitestmjpad5ax6f4npu3mz.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgihpamtetsioehvqhcaizytambbwjq2a4so6iz734ejm7u6prta4pxwcc2gyhhaxqf/providers/Microsoft.Storage/storageAccounts/clitestmyjybsngqmztsnzyt","name":"clitestmyjybsngqmztsnzyt","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T05:30:18.6096170Z","key2":"2021-09-26T05:30:18.6096170Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:30:18.6096170Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:30:18.6096170Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T05:30:18.5314899Z","primaryEndpoints":{"dfs":"https://clitestmyjybsngqmztsnzyt.dfs.core.windows.net/","web":"https://clitestmyjybsngqmztsnzyt.z3.web.core.windows.net/","blob":"https://clitestmyjybsngqmztsnzyt.blob.core.windows.net/","queue":"https://clitestmyjybsngqmztsnzyt.queue.core.windows.net/","table":"https://clitestmyjybsngqmztsnzyt.table.core.windows.net/","file":"https://clitestmyjybsngqmztsnzyt.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2abywok236kysqgqh6yyxw5hjsmd2oiv7fmmzca4bdkfvsyhup2g3flygvn45gbtp/providers/Microsoft.Storage/storageAccounts/clitestnwqabo3kuhvx6svgt","name":"clitestnwqabo3kuhvx6svgt","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-23T03:42:52.5821333Z","key2":"2022-02-23T03:42:52.5821333Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:42:52.5977587Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:42:52.5977587Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-23T03:42:52.4883542Z","primaryEndpoints":{"dfs":"https://clitestnwqabo3kuhvx6svgt.dfs.core.windows.net/","web":"https://clitestnwqabo3kuhvx6svgt.z3.web.core.windows.net/","blob":"https://clitestnwqabo3kuhvx6svgt.blob.core.windows.net/","queue":"https://clitestnwqabo3kuhvx6svgt.queue.core.windows.net/","table":"https://clitestnwqabo3kuhvx6svgt.table.core.windows.net/","file":"https://clitestnwqabo3kuhvx6svgt.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbksbwoy7iftsvok2gu7el6jq32a53l75d3amp4qff74lwqen6nypkv2vsy5qpvdx6/providers/Microsoft.Storage/storageAccounts/clitestnx46jh36sfhiun4zr","name":"clitestnx46jh36sfhiun4zr","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T06:46:06.0337216Z","key2":"2021-09-26T06:46:06.0337216Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:46:06.0337216Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:46:06.0337216Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T06:46:05.9555808Z","primaryEndpoints":{"dfs":"https://clitestnx46jh36sfhiun4zr.dfs.core.windows.net/","web":"https://clitestnx46jh36sfhiun4zr.z3.web.core.windows.net/","blob":"https://clitestnx46jh36sfhiun4zr.blob.core.windows.net/","queue":"https://clitestnx46jh36sfhiun4zr.queue.core.windows.net/","table":"https://clitestnx46jh36sfhiun4zr.table.core.windows.net/","file":"https://clitestnx46jh36sfhiun4zr.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg33fo62u6qo54y4oh6ubodzg5drtpqjvfeaxkl7eqcioetepluk6x6j2y26gadsnlb/providers/Microsoft.Storage/storageAccounts/clitestnyptbvai7mjrv4d36","name":"clitestnyptbvai7mjrv4d36","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T06:38:37.8872316Z","key2":"2021-09-26T06:38:37.8872316Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:38:37.8872316Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:38:37.8872316Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T06:38:37.8247073Z","primaryEndpoints":{"dfs":"https://clitestnyptbvai7mjrv4d36.dfs.core.windows.net/","web":"https://clitestnyptbvai7mjrv4d36.z3.web.core.windows.net/","blob":"https://clitestnyptbvai7mjrv4d36.blob.core.windows.net/","queue":"https://clitestnyptbvai7mjrv4d36.queue.core.windows.net/","table":"https://clitestnyptbvai7mjrv4d36.table.core.windows.net/","file":"https://clitestnyptbvai7mjrv4d36.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgm4ewrfpsmwsfbapbb7k3cslbr34yplftoedawvzwr66vnki7qslc7yxcjg74xcdt4/providers/Microsoft.Storage/storageAccounts/clitestobi4eotlnsa6zh3bq","name":"clitestobi4eotlnsa6zh3bq","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T09:39:15.5200077Z","key2":"2022-02-24T09:39:15.5200077Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:39:15.5356357Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:39:15.5356357Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T09:39:15.4262587Z","primaryEndpoints":{"dfs":"https://clitestobi4eotlnsa6zh3bq.dfs.core.windows.net/","web":"https://clitestobi4eotlnsa6zh3bq.z3.web.core.windows.net/","blob":"https://clitestobi4eotlnsa6zh3bq.blob.core.windows.net/","queue":"https://clitestobi4eotlnsa6zh3bq.queue.core.windows.net/","table":"https://clitestobi4eotlnsa6zh3bq.table.core.windows.net/","file":"https://clitestobi4eotlnsa6zh3bq.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgzvfnrnbiodivv7py3ttijdf62ufwz3obvcpzey36zr4h56myn3sajeenb67t2vufx/providers/Microsoft.Storage/storageAccounts/clitestokj67zonpbcy4h3ut","name":"clitestokj67zonpbcy4h3ut","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T13:51:42.3909029Z","key2":"2022-03-17T13:51:42.3909029Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T13:51:42.4065705Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T13:51:42.4065705Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T13:51:42.3127731Z","primaryEndpoints":{"dfs":"https://clitestokj67zonpbcy4h3ut.dfs.core.windows.net/","web":"https://clitestokj67zonpbcy4h3ut.z3.web.core.windows.net/","blob":"https://clitestokj67zonpbcy4h3ut.blob.core.windows.net/","queue":"https://clitestokj67zonpbcy4h3ut.queue.core.windows.net/","table":"https://clitestokj67zonpbcy4h3ut.table.core.windows.net/","file":"https://clitestokj67zonpbcy4h3ut.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg27eecv3qlcw6ol3xvlbfxfoasylnf4kby2jp2xlzkuk3skinkbsynd7fskj5fpsy3/providers/Microsoft.Storage/storageAccounts/clitestonivdoendik6ud5xu","name":"clitestonivdoendik6ud5xu","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T05:25:23.2474815Z","key2":"2021-12-09T05:25:23.2474815Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:25:23.2474815Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:25:23.2474815Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T05:25:23.1693829Z","primaryEndpoints":{"dfs":"https://clitestonivdoendik6ud5xu.dfs.core.windows.net/","web":"https://clitestonivdoendik6ud5xu.z3.web.core.windows.net/","blob":"https://clitestonivdoendik6ud5xu.blob.core.windows.net/","queue":"https://clitestonivdoendik6ud5xu.queue.core.windows.net/","table":"https://clitestonivdoendik6ud5xu.table.core.windows.net/","file":"https://clitestonivdoendik6ud5xu.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4g3f5lihvl5ymspqef7wlq3ougtwcl5cysr5hf26ft6qecpqygvuavvpaffm4jp2z/providers/Microsoft.Storage/storageAccounts/clitestppyuah3f63vji25wh","name":"clitestppyuah3f63vji25wh","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T22:35:14.8304282Z","key2":"2022-02-24T22:35:14.8304282Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:35:14.8304282Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:35:14.8304282Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T22:35:14.7210571Z","primaryEndpoints":{"dfs":"https://clitestppyuah3f63vji25wh.dfs.core.windows.net/","web":"https://clitestppyuah3f63vji25wh.z3.web.core.windows.net/","blob":"https://clitestppyuah3f63vji25wh.blob.core.windows.net/","queue":"https://clitestppyuah3f63vji25wh.queue.core.windows.net/","table":"https://clitestppyuah3f63vji25wh.table.core.windows.net/","file":"https://clitestppyuah3f63vji25wh.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkxbcxx4ank64f2iixhvgd2jaf76ixz7z6ehcg4wgtoikus5rrg53sdli6a5acuxg7/providers/Microsoft.Storage/storageAccounts/clitestqltbsnaacri7pnm66","name":"clitestqltbsnaacri7pnm66","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-05T23:02:57.0468964Z","key2":"2022-05-05T23:02:57.0468964Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:02:57.0468964Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:02:57.0468964Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-05T23:02:56.9375574Z","primaryEndpoints":{"dfs":"https://clitestqltbsnaacri7pnm66.dfs.core.windows.net/","web":"https://clitestqltbsnaacri7pnm66.z3.web.core.windows.net/","blob":"https://clitestqltbsnaacri7pnm66.blob.core.windows.net/","queue":"https://clitestqltbsnaacri7pnm66.queue.core.windows.net/","table":"https://clitestqltbsnaacri7pnm66.table.core.windows.net/","file":"https://clitestqltbsnaacri7pnm66.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgj4euz2qks4a65suw4yg7q66oyuhws64hd3parve3zm7c7l5i636my5smbzk6cbvis/providers/Microsoft.Storage/storageAccounts/cliteststxx2rebwsjj4m7ev","name":"cliteststxx2rebwsjj4m7ev","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-28T22:28:46.3357090Z","key2":"2022-04-28T22:28:46.3357090Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:28:46.3357090Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:28:46.3357090Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T22:28:46.2419469Z","primaryEndpoints":{"dfs":"https://cliteststxx2rebwsjj4m7ev.dfs.core.windows.net/","web":"https://cliteststxx2rebwsjj4m7ev.z3.web.core.windows.net/","blob":"https://cliteststxx2rebwsjj4m7ev.blob.core.windows.net/","queue":"https://cliteststxx2rebwsjj4m7ev.queue.core.windows.net/","table":"https://cliteststxx2rebwsjj4m7ev.table.core.windows.net/","file":"https://cliteststxx2rebwsjj4m7ev.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg7wjguctbigk256arnwsy5cikne5rtgxsungotn3y3cp7nofxioeys2x7dtiknym2a/providers/Microsoft.Storage/storageAccounts/clitesttayxcfhxj5auoke5a","name":"clitesttayxcfhxj5auoke5a","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T23:16:25.2778969Z","key2":"2021-12-09T23:16:25.2778969Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:16:25.2778969Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:16:25.2778969Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T23:16:25.1841497Z","primaryEndpoints":{"dfs":"https://clitesttayxcfhxj5auoke5a.dfs.core.windows.net/","web":"https://clitesttayxcfhxj5auoke5a.z3.web.core.windows.net/","blob":"https://clitesttayxcfhxj5auoke5a.blob.core.windows.net/","queue":"https://clitesttayxcfhxj5auoke5a.queue.core.windows.net/","table":"https://clitesttayxcfhxj5auoke5a.table.core.windows.net/","file":"https://clitesttayxcfhxj5auoke5a.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgxg4uxlys7uvmy36zktg7bufluyydw6zodvea3sscatxtoca52rp53hzgpu7gq5p7s/providers/Microsoft.Storage/storageAccounts/clitesttychkmvzofjn5oztq","name":"clitesttychkmvzofjn5oztq","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-26T08:46:40.5509904Z","key2":"2022-04-26T08:46:40.5509904Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:46:40.5509904Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:46:40.5509904Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-26T08:46:40.4415826Z","primaryEndpoints":{"dfs":"https://clitesttychkmvzofjn5oztq.dfs.core.windows.net/","web":"https://clitesttychkmvzofjn5oztq.z3.web.core.windows.net/","blob":"https://clitesttychkmvzofjn5oztq.blob.core.windows.net/","queue":"https://clitesttychkmvzofjn5oztq.queue.core.windows.net/","table":"https://clitesttychkmvzofjn5oztq.table.core.windows.net/","file":"https://clitesttychkmvzofjn5oztq.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgg7tywk7mx4oyp34pr4jo76jp54xi6rrmofingxkdmix2bxupdaavsgm5bscdon7hb/providers/Microsoft.Storage/storageAccounts/clitestupama2samndokm3jd","name":"clitestupama2samndokm3jd","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-28T16:48:18.7645760Z","key2":"2022-02-28T16:48:18.7645760Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T16:48:18.7802324Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T16:48:18.7802324Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-28T16:48:18.6864732Z","primaryEndpoints":{"dfs":"https://clitestupama2samndokm3jd.dfs.core.windows.net/","web":"https://clitestupama2samndokm3jd.z3.web.core.windows.net/","blob":"https://clitestupama2samndokm3jd.blob.core.windows.net/","queue":"https://clitestupama2samndokm3jd.queue.core.windows.net/","table":"https://clitestupama2samndokm3jd.table.core.windows.net/","file":"https://clitestupama2samndokm3jd.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rglqgc5xdku5ojvlcdmxmxwx4otzrvmtvwkizs74vqyuovzqgtxbocao3wxuey3ckyg/providers/Microsoft.Storage/storageAccounts/clitestvkt5uhqkknoz4z2ps","name":"clitestvkt5uhqkknoz4z2ps","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-22T15:56:12.2012021Z","key2":"2021-10-22T15:56:12.2012021Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T15:56:12.2012021Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T15:56:12.2012021Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T15:56:12.1387094Z","primaryEndpoints":{"dfs":"https://clitestvkt5uhqkknoz4z2ps.dfs.core.windows.net/","web":"https://clitestvkt5uhqkknoz4z2ps.z3.web.core.windows.net/","blob":"https://clitestvkt5uhqkknoz4z2ps.blob.core.windows.net/","queue":"https://clitestvkt5uhqkknoz4z2ps.queue.core.windows.net/","table":"https://clitestvkt5uhqkknoz4z2ps.table.core.windows.net/","file":"https://clitestvkt5uhqkknoz4z2ps.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgb6aglzjbgktmouuijj6dzlic4zxyiyz3rvpkaagcnysqv5336hn4e4fogwqavf53q/providers/Microsoft.Storage/storageAccounts/clitestvlciwxue3ibitylva","name":"clitestvlciwxue3ibitylva","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-01-07T00:11:03.4133197Z","key2":"2022-01-07T00:11:03.4133197Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:11:03.4289603Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:11:03.4289603Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-07T00:11:03.3195568Z","primaryEndpoints":{"dfs":"https://clitestvlciwxue3ibitylva.dfs.core.windows.net/","web":"https://clitestvlciwxue3ibitylva.z3.web.core.windows.net/","blob":"https://clitestvlciwxue3ibitylva.blob.core.windows.net/","queue":"https://clitestvlciwxue3ibitylva.queue.core.windows.net/","table":"https://clitestvlciwxue3ibitylva.table.core.windows.net/","file":"https://clitestvlciwxue3ibitylva.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgk76ijui24h7q2foey6svr7yhnhb6tcuioxiiic7pto4b7aye52xazbtphpkn4igdg/providers/Microsoft.Storage/storageAccounts/clitestwii2xus2tgji433nh","name":"clitestwii2xus2tgji433nh","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-11T22:07:45.0812213Z","key2":"2021-11-11T22:07:45.0812213Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:07:45.0812213Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:07:45.0812213Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-11T22:07:45.0031142Z","primaryEndpoints":{"dfs":"https://clitestwii2xus2tgji433nh.dfs.core.windows.net/","web":"https://clitestwii2xus2tgji433nh.z3.web.core.windows.net/","blob":"https://clitestwii2xus2tgji433nh.blob.core.windows.net/","queue":"https://clitestwii2xus2tgji433nh.queue.core.windows.net/","table":"https://clitestwii2xus2tgji433nh.table.core.windows.net/","file":"https://clitestwii2xus2tgji433nh.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmdksg3tnpfj5ikmkrjg42qofreubpsr5cdqs5zhcezqj7v5kgrmpx525kvdqm57ya/providers/Microsoft.Storage/storageAccounts/clitesty7sgxo5udzywq7e2x","name":"clitesty7sgxo5udzywq7e2x","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-25T22:58:47.0325764Z","key2":"2021-11-25T22:58:47.0325764Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T22:58:47.0325764Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T22:58:47.0325764Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-25T22:58:46.9231863Z","primaryEndpoints":{"dfs":"https://clitesty7sgxo5udzywq7e2x.dfs.core.windows.net/","web":"https://clitesty7sgxo5udzywq7e2x.z3.web.core.windows.net/","blob":"https://clitesty7sgxo5udzywq7e2x.blob.core.windows.net/","queue":"https://clitesty7sgxo5udzywq7e2x.queue.core.windows.net/","table":"https://clitesty7sgxo5udzywq7e2x.table.core.windows.net/","file":"https://clitesty7sgxo5udzywq7e2x.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2s77glmcoemgtgmlcgi7repejuetyjuabg2vruyc3ayj4u66cvgdpdofhcxrql5h5/providers/Microsoft.Storage/storageAccounts/clitestycqidlsdiibjyb3t4","name":"clitestycqidlsdiibjyb3t4","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T03:39:28.2566482Z","key2":"2022-03-18T03:39:28.2566482Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:39:28.2566482Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:39:28.2566482Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T03:39:28.1472265Z","primaryEndpoints":{"dfs":"https://clitestycqidlsdiibjyb3t4.dfs.core.windows.net/","web":"https://clitestycqidlsdiibjyb3t4.z3.web.core.windows.net/","blob":"https://clitestycqidlsdiibjyb3t4.blob.core.windows.net/","queue":"https://clitestycqidlsdiibjyb3t4.queue.core.windows.net/","table":"https://clitestycqidlsdiibjyb3t4.table.core.windows.net/","file":"https://clitestycqidlsdiibjyb3t4.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgjrq7ijqostqq5aahlpjr7formy46bcwnloyvgqqn3ztsmo4rfypznsbm6x6wq7m4f/providers/Microsoft.Storage/storageAccounts/clitestyx33svgzm5sxgbbwr","name":"clitestyx33svgzm5sxgbbwr","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T07:41:49.5764921Z","key2":"2022-03-17T07:41:49.5764921Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:41:49.5921170Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:41:49.5921170Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T07:41:49.4827371Z","primaryEndpoints":{"dfs":"https://clitestyx33svgzm5sxgbbwr.dfs.core.windows.net/","web":"https://clitestyx33svgzm5sxgbbwr.z3.web.core.windows.net/","blob":"https://clitestyx33svgzm5sxgbbwr.blob.core.windows.net/","queue":"https://clitestyx33svgzm5sxgbbwr.queue.core.windows.net/","table":"https://clitestyx33svgzm5sxgbbwr.table.core.windows.net/","file":"https://clitestyx33svgzm5sxgbbwr.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/ysdnssa","name":"ysdnssa","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"dnsEndpointType":"AzureDnsZone","keyCreationTime":{"key1":"2022-04-11T06:48:10.4999157Z","key2":"2022-04-11T06:48:10.4999157Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T06:48:10.5155682Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T06:48:10.5155682Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T06:48:10.4217919Z","primaryEndpoints":{"dfs":"https://ysdnssa.z6.dfs.storage.azure.net/","web":"https://ysdnssa.z6.web.storage.azure.net/","blob":"https://ysdnssa.z6.blob.storage.azure.net/","queue":"https://ysdnssa.z6.queue.storage.azure.net/","table":"https://ysdnssa.z6.table.storage.azure.net/","file":"https://ysdnssa.z6.file.storage.azure.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ysdnssa-secondary.z6.dfs.storage.azure.net/","web":"https://ysdnssa-secondary.z6.web.storage.azure.net/","blob":"https://ysdnssa-secondary.z6.blob.storage.azure.net/","queue":"https://ysdnssa-secondary.z6.queue.storage.azure.net/","table":"https://ysdnssa-secondary.z6.table.storage.azure.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Storage/storageAccounts/zhiyihuangsaeuapeast","name":"zhiyihuangsaeuapeast","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-04-15T04:15:43.8012808Z","key2":"2022-04-15T04:15:43.8012808Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"isSftpEnabled":false,"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T04:15:43.8012808Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T04:15:43.8012808Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T04:15:43.6918664Z","primaryEndpoints":{"dfs":"https://zhiyihuangsaeuapeast.dfs.core.windows.net/","web":"https://zhiyihuangsaeuapeast.z3.web.core.windows.net/","blob":"https://zhiyihuangsaeuapeast.blob.core.windows.net/","queue":"https://zhiyihuangsaeuapeast.queue.core.windows.net/","table":"https://zhiyihuangsaeuapeast.table.core.windows.net/","file":"https://zhiyihuangsaeuapeast.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://zhiyihuangsaeuapeast-secondary.dfs.core.windows.net/","web":"https://zhiyihuangsaeuapeast-secondary.z3.web.core.windows.net/","blob":"https://zhiyihuangsaeuapeast-secondary.blob.core.windows.net/","queue":"https://zhiyihuangsaeuapeast-secondary.queue.core.windows.net/","table":"https://zhiyihuangsaeuapeast-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest47xrljy3nijo3qd5vzsdilpqy5gmhc6vhrxdt4iznh6uaopskftgp4scam2w7drpot4l/providers/Microsoft.Storage/storageAccounts/clitest23zhehg2ug7pzcmmt","name":"clitest23zhehg2ug7pzcmmt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-22T23:52:09.9267277Z","key2":"2021-10-22T23:52:09.9267277Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T23:52:09.9267277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T23:52:09.9267277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T23:52:09.8486094Z","primaryEndpoints":{"dfs":"https://clitest23zhehg2ug7pzcmmt.dfs.core.windows.net/","web":"https://clitest23zhehg2ug7pzcmmt.z2.web.core.windows.net/","blob":"https://clitest23zhehg2ug7pzcmmt.blob.core.windows.net/","queue":"https://clitest23zhehg2ug7pzcmmt.queue.core.windows.net/","table":"https://clitest23zhehg2ug7pzcmmt.table.core.windows.net/","file":"https://clitest23zhehg2ug7pzcmmt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestuh33sdgq6xqrgmv2evfqsj7s5elfu75j425duypsq3ykwiqywcsbk7k5hm2dn6dhx3ga/providers/Microsoft.Storage/storageAccounts/clitest2dpu5cejmyr6o6fy4","name":"clitest2dpu5cejmyr6o6fy4","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-13T01:03:47.8707679Z","key2":"2021-08-13T01:03:47.8707679Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-13T01:03:47.8707679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-13T01:03:47.8707679Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-13T01:03:47.8082686Z","primaryEndpoints":{"dfs":"https://clitest2dpu5cejmyr6o6fy4.dfs.core.windows.net/","web":"https://clitest2dpu5cejmyr6o6fy4.z2.web.core.windows.net/","blob":"https://clitest2dpu5cejmyr6o6fy4.blob.core.windows.net/","queue":"https://clitest2dpu5cejmyr6o6fy4.queue.core.windows.net/","table":"https://clitest2dpu5cejmyr6o6fy4.table.core.windows.net/","file":"https://clitest2dpu5cejmyr6o6fy4.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrl6kiw7ux2j73xj2v7cbet4byjrmn5uenrcnz6qfu5oxpvxtkkik2djcxys4gcpfrgr4/providers/Microsoft.Storage/storageAccounts/clitest2hc2cek5kg4wbcqwa","name":"clitest2hc2cek5kg4wbcqwa","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-18T09:03:47.2900270Z","key2":"2021-06-18T09:03:47.2900270Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-18T09:03:47.2950283Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-18T09:03:47.2950283Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-18T09:03:47.2400033Z","primaryEndpoints":{"dfs":"https://clitest2hc2cek5kg4wbcqwa.dfs.core.windows.net/","web":"https://clitest2hc2cek5kg4wbcqwa.z2.web.core.windows.net/","blob":"https://clitest2hc2cek5kg4wbcqwa.blob.core.windows.net/","queue":"https://clitest2hc2cek5kg4wbcqwa.queue.core.windows.net/","table":"https://clitest2hc2cek5kg4wbcqwa.table.core.windows.net/","file":"https://clitest2hc2cek5kg4wbcqwa.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestcwbyb7elcliee36ry67adfa656263s5nl2c67it2o2pjr3wrh5mwmg3ocygfxjou3vxa/providers/Microsoft.Storage/storageAccounts/clitest2wy5mqj7vog4cn65p","name":"clitest2wy5mqj7vog4cn65p","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-22T16:12:01.9361563Z","key2":"2021-10-22T16:12:01.9361563Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T16:12:01.9361563Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T16:12:01.9361563Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T16:12:01.8580265Z","primaryEndpoints":{"dfs":"https://clitest2wy5mqj7vog4cn65p.dfs.core.windows.net/","web":"https://clitest2wy5mqj7vog4cn65p.z2.web.core.windows.net/","blob":"https://clitest2wy5mqj7vog4cn65p.blob.core.windows.net/","queue":"https://clitest2wy5mqj7vog4cn65p.queue.core.windows.net/","table":"https://clitest2wy5mqj7vog4cn65p.table.core.windows.net/","file":"https://clitest2wy5mqj7vog4cn65p.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestaars34if2f6awhrzr5vwtr2ocprv723xlflz2zxxqut3f6tqiv2hjy2l5zaj6kutqvbq/providers/Microsoft.Storage/storageAccounts/clitest3r7bin53shduexe6n","name":"clitest3r7bin53shduexe6n","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-02T23:36:46.8626538Z","key2":"2021-12-02T23:36:46.8626538Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:36:46.8782491Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:36:46.8782491Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-02T23:36:46.7845261Z","primaryEndpoints":{"dfs":"https://clitest3r7bin53shduexe6n.dfs.core.windows.net/","web":"https://clitest3r7bin53shduexe6n.z2.web.core.windows.net/","blob":"https://clitest3r7bin53shduexe6n.blob.core.windows.net/","queue":"https://clitest3r7bin53shduexe6n.queue.core.windows.net/","table":"https://clitest3r7bin53shduexe6n.table.core.windows.net/","file":"https://clitest3r7bin53shduexe6n.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesto72ftnrt7hfn5ltlqnh34e5cjvdyfwj4ny5d7yebu4imldxsoizqp5cazyouoms7ev6j/providers/Microsoft.Storage/storageAccounts/clitest4suuy3hvssqi2u3px","name":"clitest4suuy3hvssqi2u3px","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-11T22:23:05.8954115Z","key2":"2021-11-11T22:23:05.8954115Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:23:05.9110345Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:23:05.9110345Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-11T22:23:05.8172663Z","primaryEndpoints":{"dfs":"https://clitest4suuy3hvssqi2u3px.dfs.core.windows.net/","web":"https://clitest4suuy3hvssqi2u3px.z2.web.core.windows.net/","blob":"https://clitest4suuy3hvssqi2u3px.blob.core.windows.net/","queue":"https://clitest4suuy3hvssqi2u3px.queue.core.windows.net/","table":"https://clitest4suuy3hvssqi2u3px.table.core.windows.net/","file":"https://clitest4suuy3hvssqi2u3px.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestra7ouuwajkupsos3f6xg6pbwkbxdaearft7d4e35uecoopx7yzgnelmfuetvhvn4jle6/providers/Microsoft.Storage/storageAccounts/clitest55eq4q3yibnqxk2lk","name":"clitest55eq4q3yibnqxk2lk","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-07T23:09:45.8237560Z","key2":"2022-04-07T23:09:45.8237560Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T23:09:45.8237560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T23:09:45.8237560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-07T23:09:45.7143786Z","primaryEndpoints":{"dfs":"https://clitest55eq4q3yibnqxk2lk.dfs.core.windows.net/","web":"https://clitest55eq4q3yibnqxk2lk.z2.web.core.windows.net/","blob":"https://clitest55eq4q3yibnqxk2lk.blob.core.windows.net/","queue":"https://clitest55eq4q3yibnqxk2lk.queue.core.windows.net/","table":"https://clitest55eq4q3yibnqxk2lk.table.core.windows.net/","file":"https://clitest55eq4q3yibnqxk2lk.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestaocausrs3iu33bd7z3atmvd3kphc6acu73ifeyvogvdgdktef736y3qrmxkdwrnraj4o/providers/Microsoft.Storage/storageAccounts/clitest5fich3ydeobhd23w2","name":"clitest5fich3ydeobhd23w2","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-28T22:27:25.1198767Z","key2":"2022-04-28T22:27:25.1198767Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:27:25.1355320Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:27:25.1355320Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T22:27:24.9948735Z","primaryEndpoints":{"dfs":"https://clitest5fich3ydeobhd23w2.dfs.core.windows.net/","web":"https://clitest5fich3ydeobhd23w2.z2.web.core.windows.net/","blob":"https://clitest5fich3ydeobhd23w2.blob.core.windows.net/","queue":"https://clitest5fich3ydeobhd23w2.queue.core.windows.net/","table":"https://clitest5fich3ydeobhd23w2.table.core.windows.net/","file":"https://clitest5fich3ydeobhd23w2.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttt33kr36k27jzupqzyvmwoyxnhhkzd57gzdkiruhhj7hmr7wi5gh32ofdsa4cm2cbigi/providers/Microsoft.Storage/storageAccounts/clitest5nfub4nyp5igwlueb","name":"clitest5nfub4nyp5igwlueb","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T22:51:11.9414791Z","key2":"2022-02-24T22:51:11.9414791Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:51:11.9414791Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:51:11.9414791Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T22:51:11.8477455Z","primaryEndpoints":{"dfs":"https://clitest5nfub4nyp5igwlueb.dfs.core.windows.net/","web":"https://clitest5nfub4nyp5igwlueb.z2.web.core.windows.net/","blob":"https://clitest5nfub4nyp5igwlueb.blob.core.windows.net/","queue":"https://clitest5nfub4nyp5igwlueb.queue.core.windows.net/","table":"https://clitest5nfub4nyp5igwlueb.table.core.windows.net/","file":"https://clitest5nfub4nyp5igwlueb.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestml55iowweb6q7xe2wje5hizd4cfs53eijje47bsf7qy5xru2fegf2adfotoitfvq7b34/providers/Microsoft.Storage/storageAccounts/clitest6tnfqsy73mo2qi6ov","name":"clitest6tnfqsy73mo2qi6ov","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-11T01:42:00.2641426Z","key2":"2022-03-11T01:42:00.2641426Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-11T01:42:00.2797581Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-11T01:42:00.2797581Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-11T01:42:00.1391781Z","primaryEndpoints":{"dfs":"https://clitest6tnfqsy73mo2qi6ov.dfs.core.windows.net/","web":"https://clitest6tnfqsy73mo2qi6ov.z2.web.core.windows.net/","blob":"https://clitest6tnfqsy73mo2qi6ov.blob.core.windows.net/","queue":"https://clitest6tnfqsy73mo2qi6ov.queue.core.windows.net/","table":"https://clitest6tnfqsy73mo2qi6ov.table.core.windows.net/","file":"https://clitest6tnfqsy73mo2qi6ov.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlg5ebdqcv52sflwjoqlwhicwckgl6uznufjdep6cezb52lt73nagcohr2yn5s2pjkddl/providers/Microsoft.Storage/storageAccounts/clitest6vxkrzgloyre3jqjs","name":"clitest6vxkrzgloyre3jqjs","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-23T03:10:29.4846667Z","key2":"2021-07-23T03:10:29.4846667Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-23T03:10:29.5002574Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-23T03:10:29.5002574Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-23T03:10:29.4377939Z","primaryEndpoints":{"dfs":"https://clitest6vxkrzgloyre3jqjs.dfs.core.windows.net/","web":"https://clitest6vxkrzgloyre3jqjs.z2.web.core.windows.net/","blob":"https://clitest6vxkrzgloyre3jqjs.blob.core.windows.net/","queue":"https://clitest6vxkrzgloyre3jqjs.queue.core.windows.net/","table":"https://clitest6vxkrzgloyre3jqjs.table.core.windows.net/","file":"https://clitest6vxkrzgloyre3jqjs.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestmrngm5xnqzkfc35bpac2frhloyp5bhqs3bkzmzzsk4uxhhc5g5bilsacnxbfmtzgwe2j/providers/Microsoft.Storage/storageAccounts/clitest7bnb7msut4cjgzpbr","name":"clitest7bnb7msut4cjgzpbr","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-29T22:46:56.7491572Z","key2":"2021-10-29T22:46:56.7491572Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-29T22:46:56.7491572Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-29T22:46:56.7491572Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-29T22:46:56.6866372Z","primaryEndpoints":{"dfs":"https://clitest7bnb7msut4cjgzpbr.dfs.core.windows.net/","web":"https://clitest7bnb7msut4cjgzpbr.z2.web.core.windows.net/","blob":"https://clitest7bnb7msut4cjgzpbr.blob.core.windows.net/","queue":"https://clitest7bnb7msut4cjgzpbr.queue.core.windows.net/","table":"https://clitest7bnb7msut4cjgzpbr.table.core.windows.net/","file":"https://clitest7bnb7msut4cjgzpbr.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5pxpr64tqxefi4kgvuh5z3cmr3srlor6oj3om2ehpxbkm7orzvfbgqagtooojquptagq/providers/Microsoft.Storage/storageAccounts/clitesta23vfo64epdjcu3ot","name":"clitesta23vfo64epdjcu3ot","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T05:20:46.8438078Z","key2":"2021-12-09T05:20:46.8438078Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:20:46.8594509Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:20:46.8594509Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T05:20:46.7656986Z","primaryEndpoints":{"dfs":"https://clitesta23vfo64epdjcu3ot.dfs.core.windows.net/","web":"https://clitesta23vfo64epdjcu3ot.z2.web.core.windows.net/","blob":"https://clitesta23vfo64epdjcu3ot.blob.core.windows.net/","queue":"https://clitesta23vfo64epdjcu3ot.queue.core.windows.net/","table":"https://clitesta23vfo64epdjcu3ot.table.core.windows.net/","file":"https://clitesta23vfo64epdjcu3ot.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestcioaekrdcac3gfopptjaajefdj423bny2ijiohhlstguyjbz7ey5yopzt3glfk3wu22c/providers/Microsoft.Storage/storageAccounts/clitestbajwfvucqjul4yvoq","name":"clitestbajwfvucqjul4yvoq","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T05:43:59.4080912Z","key2":"2022-03-16T05:43:59.4080912Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:43:59.4237194Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:43:59.4237194Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T05:43:59.3143640Z","primaryEndpoints":{"dfs":"https://clitestbajwfvucqjul4yvoq.dfs.core.windows.net/","web":"https://clitestbajwfvucqjul4yvoq.z2.web.core.windows.net/","blob":"https://clitestbajwfvucqjul4yvoq.blob.core.windows.net/","queue":"https://clitestbajwfvucqjul4yvoq.queue.core.windows.net/","table":"https://clitestbajwfvucqjul4yvoq.table.core.windows.net/","file":"https://clitestbajwfvucqjul4yvoq.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestef6eejui2ry622mc6zf2nvoemmdy7t3minir53pkvaii6ftsyufmbwzcwdomdg4ybrb6/providers/Microsoft.Storage/storageAccounts/clitestcnrkbgnvxvtoswnwk","name":"clitestcnrkbgnvxvtoswnwk","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T03:54:10.8298714Z","key2":"2022-03-18T03:54:10.8298714Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:54:10.8298714Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:54:10.8298714Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T03:54:10.7204974Z","primaryEndpoints":{"dfs":"https://clitestcnrkbgnvxvtoswnwk.dfs.core.windows.net/","web":"https://clitestcnrkbgnvxvtoswnwk.z2.web.core.windows.net/","blob":"https://clitestcnrkbgnvxvtoswnwk.blob.core.windows.net/","queue":"https://clitestcnrkbgnvxvtoswnwk.queue.core.windows.net/","table":"https://clitestcnrkbgnvxvtoswnwk.table.core.windows.net/","file":"https://clitestcnrkbgnvxvtoswnwk.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfwybg5aqnlewkvelizobsdyy6zocpnnltod4k5d6l62rlz3wfkmdpz7fcw3xbvo45lad/providers/Microsoft.Storage/storageAccounts/clitestdk7kvmf5lss5lltse","name":"clitestdk7kvmf5lss5lltse","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-21T03:24:22.5335528Z","key2":"2021-06-21T03:24:22.5335528Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-21T03:24:22.5335528Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-21T03:24:22.5335528Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-21T03:24:22.4635745Z","primaryEndpoints":{"dfs":"https://clitestdk7kvmf5lss5lltse.dfs.core.windows.net/","web":"https://clitestdk7kvmf5lss5lltse.z2.web.core.windows.net/","blob":"https://clitestdk7kvmf5lss5lltse.blob.core.windows.net/","queue":"https://clitestdk7kvmf5lss5lltse.queue.core.windows.net/","table":"https://clitestdk7kvmf5lss5lltse.table.core.windows.net/","file":"https://clitestdk7kvmf5lss5lltse.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestem5kabxlxhdb6zfxdhtqgoaa4f5fgadqcvzwbxjv4i3tpl7cazs3yx46oidsxdy77cy2/providers/Microsoft.Storage/storageAccounts/clitestdu2ev4t4zoit7bvqi","name":"clitestdu2ev4t4zoit7bvqi","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-23T03:41:00.1525213Z","key2":"2022-02-23T03:41:00.1525213Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:41:00.1682236Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:41:00.1682236Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-23T03:41:00.0743945Z","primaryEndpoints":{"dfs":"https://clitestdu2ev4t4zoit7bvqi.dfs.core.windows.net/","web":"https://clitestdu2ev4t4zoit7bvqi.z2.web.core.windows.net/","blob":"https://clitestdu2ev4t4zoit7bvqi.blob.core.windows.net/","queue":"https://clitestdu2ev4t4zoit7bvqi.queue.core.windows.net/","table":"https://clitestdu2ev4t4zoit7bvqi.table.core.windows.net/","file":"https://clitestdu2ev4t4zoit7bvqi.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttnxak6zvgtto64ihvpqeb6k6axceeskjnygs6kmirhy7t3ea2fixecjhr7i4qckpqpso/providers/Microsoft.Storage/storageAccounts/clitesteabyzaucegm7asmdy","name":"clitesteabyzaucegm7asmdy","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-31T22:56:30.5353621Z","key2":"2022-03-31T22:56:30.5353621Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:56:30.5510033Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:56:30.5510033Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-31T22:56:30.4416480Z","primaryEndpoints":{"dfs":"https://clitesteabyzaucegm7asmdy.dfs.core.windows.net/","web":"https://clitesteabyzaucegm7asmdy.z2.web.core.windows.net/","blob":"https://clitesteabyzaucegm7asmdy.blob.core.windows.net/","queue":"https://clitesteabyzaucegm7asmdy.queue.core.windows.net/","table":"https://clitesteabyzaucegm7asmdy.table.core.windows.net/","file":"https://clitesteabyzaucegm7asmdy.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestaplqr3c25xdddlwukirxixwo5byw5rkls3kr5fo66qoamflxrkjhxpt27enj7wmk2yuj/providers/Microsoft.Storage/storageAccounts/clitestfbytzu7syzfrmr7kf","name":"clitestfbytzu7syzfrmr7kf","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-04T22:22:45.3374456Z","key2":"2021-11-04T22:22:45.3374456Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-04T22:22:45.3374456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-04T22:22:45.3374456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-04T22:22:45.2593440Z","primaryEndpoints":{"dfs":"https://clitestfbytzu7syzfrmr7kf.dfs.core.windows.net/","web":"https://clitestfbytzu7syzfrmr7kf.z2.web.core.windows.net/","blob":"https://clitestfbytzu7syzfrmr7kf.blob.core.windows.net/","queue":"https://clitestfbytzu7syzfrmr7kf.queue.core.windows.net/","table":"https://clitestfbytzu7syzfrmr7kf.table.core.windows.net/","file":"https://clitestfbytzu7syzfrmr7kf.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestwhxadwesuwxcw3oci5pchhqwqwmcqiriqymhru2exjji6ax7focfxa2wpmd3xbxtaq3t/providers/Microsoft.Storage/storageAccounts/clitestftms76siovw6xle6l","name":"clitestftms76siovw6xle6l","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-24T23:55:00.0445344Z","key2":"2022-03-24T23:55:00.0445344Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:55:00.0601285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:55:00.0601285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-24T23:54:59.9351597Z","primaryEndpoints":{"dfs":"https://clitestftms76siovw6xle6l.dfs.core.windows.net/","web":"https://clitestftms76siovw6xle6l.z2.web.core.windows.net/","blob":"https://clitestftms76siovw6xle6l.blob.core.windows.net/","queue":"https://clitestftms76siovw6xle6l.queue.core.windows.net/","table":"https://clitestftms76siovw6xle6l.table.core.windows.net/","file":"https://clitestftms76siovw6xle6l.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest7yubzobtgqqoviarcco22mlfkafuvu32s3o4dfts54zzanzbsl5ip7rzaxzgigg7ijta/providers/Microsoft.Storage/storageAccounts/clitestg6yfm7cgxhb4ewrdd","name":"clitestg6yfm7cgxhb4ewrdd","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-26T08:45:50.1646651Z","key2":"2022-04-26T08:45:50.1646651Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:45:50.1646651Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:45:50.1646651Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-26T08:45:50.0553084Z","primaryEndpoints":{"dfs":"https://clitestg6yfm7cgxhb4ewrdd.dfs.core.windows.net/","web":"https://clitestg6yfm7cgxhb4ewrdd.z2.web.core.windows.net/","blob":"https://clitestg6yfm7cgxhb4ewrdd.blob.core.windows.net/","queue":"https://clitestg6yfm7cgxhb4ewrdd.queue.core.windows.net/","table":"https://clitestg6yfm7cgxhb4ewrdd.table.core.windows.net/","file":"https://clitestg6yfm7cgxhb4ewrdd.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestmf7nhc2b7xj4ixozvacoyhu5txvmpbvnechdktpac6dpdx3ckv6jt6vebrkl24rzui4n/providers/Microsoft.Storage/storageAccounts/clitestgqwqxremngb73a7d4","name":"clitestgqwqxremngb73a7d4","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-05T23:00:55.1151173Z","key2":"2022-05-05T23:00:55.1151173Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:00:55.1151173Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:00:55.1151173Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-05T23:00:54.9900949Z","primaryEndpoints":{"dfs":"https://clitestgqwqxremngb73a7d4.dfs.core.windows.net/","web":"https://clitestgqwqxremngb73a7d4.z2.web.core.windows.net/","blob":"https://clitestgqwqxremngb73a7d4.blob.core.windows.net/","queue":"https://clitestgqwqxremngb73a7d4.queue.core.windows.net/","table":"https://clitestgqwqxremngb73a7d4.table.core.windows.net/","file":"https://clitestgqwqxremngb73a7d4.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestkmydtxqqwqds5d67vdbrwtk32xdryjsxq6fp74nse75bdhdla7mh47b6myevefnapwyx/providers/Microsoft.Storage/storageAccounts/clitestgqwsejh46zuqlc5pm","name":"clitestgqwsejh46zuqlc5pm","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-06T05:27:12.7993484Z","key2":"2021-08-06T05:27:12.7993484Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-06T05:27:12.8149753Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-06T05:27:12.8149753Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-06T05:27:12.7368799Z","primaryEndpoints":{"dfs":"https://clitestgqwsejh46zuqlc5pm.dfs.core.windows.net/","web":"https://clitestgqwsejh46zuqlc5pm.z2.web.core.windows.net/","blob":"https://clitestgqwsejh46zuqlc5pm.blob.core.windows.net/","queue":"https://clitestgqwsejh46zuqlc5pm.queue.core.windows.net/","table":"https://clitestgqwsejh46zuqlc5pm.table.core.windows.net/","file":"https://clitestgqwsejh46zuqlc5pm.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestumpqlcfhjrqokmcud3ilwtvxyfowdjypjqgyymcf4whtgbq2gzzq6f2rqs66ll4mjgzm/providers/Microsoft.Storage/storageAccounts/clitestgu6cs7lus5a567u57","name":"clitestgu6cs7lus5a567u57","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T09:14:06.5832387Z","key2":"2022-03-16T09:14:06.5832387Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:14:06.5832387Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:14:06.5832387Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T09:14:06.4894945Z","primaryEndpoints":{"dfs":"https://clitestgu6cs7lus5a567u57.dfs.core.windows.net/","web":"https://clitestgu6cs7lus5a567u57.z2.web.core.windows.net/","blob":"https://clitestgu6cs7lus5a567u57.blob.core.windows.net/","queue":"https://clitestgu6cs7lus5a567u57.queue.core.windows.net/","table":"https://clitestgu6cs7lus5a567u57.table.core.windows.net/","file":"https://clitestgu6cs7lus5a567u57.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestndsnnd5ibnsjkzl7w5mbaujjmelonc2xjmyrd325iiwno27u6sxcxkewjeox2x2wr633/providers/Microsoft.Storage/storageAccounts/clitestgz6nb4it72a36mdpt","name":"clitestgz6nb4it72a36mdpt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-20T02:02:00.4577106Z","key2":"2021-08-20T02:02:00.4577106Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-20T02:02:00.4577106Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-20T02:02:00.4577106Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-20T02:02:00.3952449Z","primaryEndpoints":{"dfs":"https://clitestgz6nb4it72a36mdpt.dfs.core.windows.net/","web":"https://clitestgz6nb4it72a36mdpt.z2.web.core.windows.net/","blob":"https://clitestgz6nb4it72a36mdpt.blob.core.windows.net/","queue":"https://clitestgz6nb4it72a36mdpt.queue.core.windows.net/","table":"https://clitestgz6nb4it72a36mdpt.table.core.windows.net/","file":"https://clitestgz6nb4it72a36mdpt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestn4htsp3pg7ss7lmzhcljejgtykexcvsnpgv6agwecgmuu6ckzau64qsjr7huw7yjt7xp/providers/Microsoft.Storage/storageAccounts/clitestixj25nsrxwuhditis","name":"clitestixj25nsrxwuhditis","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-25T00:34:17.1563369Z","key2":"2022-02-25T00:34:17.1563369Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:34:17.1719415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:34:17.1719415Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-25T00:34:17.0626105Z","primaryEndpoints":{"dfs":"https://clitestixj25nsrxwuhditis.dfs.core.windows.net/","web":"https://clitestixj25nsrxwuhditis.z2.web.core.windows.net/","blob":"https://clitestixj25nsrxwuhditis.blob.core.windows.net/","queue":"https://clitestixj25nsrxwuhditis.queue.core.windows.net/","table":"https://clitestixj25nsrxwuhditis.table.core.windows.net/","file":"https://clitestixj25nsrxwuhditis.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestgq2rbt5t5uv3qy2hasu5gvqrlzozx6vzerszimnby4ybqtp5fmecaxj3to5iemnt7zxi/providers/Microsoft.Storage/storageAccounts/clitestl3yjfwd43tngr3lc3","name":"clitestl3yjfwd43tngr3lc3","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-14T23:27:20.0298879Z","key2":"2022-04-14T23:27:20.0298879Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:27:20.0298879Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:27:20.0298879Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-14T23:27:19.9204650Z","primaryEndpoints":{"dfs":"https://clitestl3yjfwd43tngr3lc3.dfs.core.windows.net/","web":"https://clitestl3yjfwd43tngr3lc3.z2.web.core.windows.net/","blob":"https://clitestl3yjfwd43tngr3lc3.blob.core.windows.net/","queue":"https://clitestl3yjfwd43tngr3lc3.queue.core.windows.net/","table":"https://clitestl3yjfwd43tngr3lc3.table.core.windows.net/","file":"https://clitestl3yjfwd43tngr3lc3.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestepy64dgrtly4yjibvcoccnejqyhiq4x7o6p7agna5wsmlycai7yxgi3cq3r2y6obgwfd/providers/Microsoft.Storage/storageAccounts/clitestld7574jebhj62dtvt","name":"clitestld7574jebhj62dtvt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-01-07T00:25:44.6498481Z","key2":"2022-01-07T00:25:44.6498481Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:25:44.6498481Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:25:44.6498481Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-07T00:25:44.5717202Z","primaryEndpoints":{"dfs":"https://clitestld7574jebhj62dtvt.dfs.core.windows.net/","web":"https://clitestld7574jebhj62dtvt.z2.web.core.windows.net/","blob":"https://clitestld7574jebhj62dtvt.blob.core.windows.net/","queue":"https://clitestld7574jebhj62dtvt.queue.core.windows.net/","table":"https://clitestld7574jebhj62dtvt.table.core.windows.net/","file":"https://clitestld7574jebhj62dtvt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestp5tcxahtvl6aa72hi7stjq5jf52e6pomwtrblva65dei2ftuqpruyn4w4twv7rqj3idw/providers/Microsoft.Storage/storageAccounts/clitestljawlm4h73ws6xqet","name":"clitestljawlm4h73ws6xqet","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-30T22:47:49.0810388Z","key2":"2021-12-30T22:47:49.0810388Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:47:49.0966383Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:47:49.0966383Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-30T22:47:48.9404345Z","primaryEndpoints":{"dfs":"https://clitestljawlm4h73ws6xqet.dfs.core.windows.net/","web":"https://clitestljawlm4h73ws6xqet.z2.web.core.windows.net/","blob":"https://clitestljawlm4h73ws6xqet.blob.core.windows.net/","queue":"https://clitestljawlm4h73ws6xqet.queue.core.windows.net/","table":"https://clitestljawlm4h73ws6xqet.table.core.windows.net/","file":"https://clitestljawlm4h73ws6xqet.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsc4q5ncei7qimmmmtqmedt4valwfif74bbu7mdfwqimzfzfkopwgrmua7p4rcsga53m4/providers/Microsoft.Storage/storageAccounts/clitestlssboc5vg5mdivn4h","name":"clitestlssboc5vg5mdivn4h","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-18T08:34:36.9887468Z","key2":"2021-06-18T08:34:36.9887468Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-18T08:34:36.9937445Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-18T08:34:36.9937445Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-18T08:34:36.9237913Z","primaryEndpoints":{"dfs":"https://clitestlssboc5vg5mdivn4h.dfs.core.windows.net/","web":"https://clitestlssboc5vg5mdivn4h.z2.web.core.windows.net/","blob":"https://clitestlssboc5vg5mdivn4h.blob.core.windows.net/","queue":"https://clitestlssboc5vg5mdivn4h.queue.core.windows.net/","table":"https://clitestlssboc5vg5mdivn4h.table.core.windows.net/","file":"https://clitestlssboc5vg5mdivn4h.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5yatgcl7dfear3v3e5d5hrqbpo5bdotmwoq7auiuykmzx74is6rzhkib56ajwf5ghxrk/providers/Microsoft.Storage/storageAccounts/clitestlzfflnot5wnc3y4j3","name":"clitestlzfflnot5wnc3y4j3","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-28T02:21:02.0736425Z","key2":"2021-09-28T02:21:02.0736425Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T02:21:02.0736425Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T02:21:02.0736425Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T02:21:02.0267640Z","primaryEndpoints":{"dfs":"https://clitestlzfflnot5wnc3y4j3.dfs.core.windows.net/","web":"https://clitestlzfflnot5wnc3y4j3.z2.web.core.windows.net/","blob":"https://clitestlzfflnot5wnc3y4j3.blob.core.windows.net/","queue":"https://clitestlzfflnot5wnc3y4j3.queue.core.windows.net/","table":"https://clitestlzfflnot5wnc3y4j3.table.core.windows.net/","file":"https://clitestlzfflnot5wnc3y4j3.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest4uclirqb3ls66vfea6dckw3hj5kaextm324ugnbkquibcn2rck7b7gmrmql55g3zknff/providers/Microsoft.Storage/storageAccounts/clitestm4jcw64slbkeds52p","name":"clitestm4jcw64slbkeds52p","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T23:03:20.8663156Z","key2":"2022-04-21T23:03:20.8663156Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:03:20.8663156Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:03:20.8663156Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-21T23:03:20.7413381Z","primaryEndpoints":{"dfs":"https://clitestm4jcw64slbkeds52p.dfs.core.windows.net/","web":"https://clitestm4jcw64slbkeds52p.z2.web.core.windows.net/","blob":"https://clitestm4jcw64slbkeds52p.blob.core.windows.net/","queue":"https://clitestm4jcw64slbkeds52p.queue.core.windows.net/","table":"https://clitestm4jcw64slbkeds52p.table.core.windows.net/","file":"https://clitestm4jcw64slbkeds52p.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest6q54l25xpde6kfnauzzkpfgepjiio73onycgbulqkawkv5wcigbnnhzv7uao7abedoer/providers/Microsoft.Storage/storageAccounts/clitestm5bj2p5ajecznrca6","name":"clitestm5bj2p5ajecznrca6","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T01:35:33.3327243Z","key2":"2022-03-18T01:35:33.3327243Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:35:33.3503663Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:35:33.3503663Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T01:35:33.2545964Z","primaryEndpoints":{"dfs":"https://clitestm5bj2p5ajecznrca6.dfs.core.windows.net/","web":"https://clitestm5bj2p5ajecznrca6.z2.web.core.windows.net/","blob":"https://clitestm5bj2p5ajecznrca6.blob.core.windows.net/","queue":"https://clitestm5bj2p5ajecznrca6.queue.core.windows.net/","table":"https://clitestm5bj2p5ajecznrca6.table.core.windows.net/","file":"https://clitestm5bj2p5ajecznrca6.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestjkw7fpanpscpileddbqrrrkjrtb5xi47wmvttkiqwsqcuo3ldvzszwso3x4c5apy6m5o/providers/Microsoft.Storage/storageAccounts/clitestm6u3xawj3qsydpfam","name":"clitestm6u3xawj3qsydpfam","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T07:13:03.1496586Z","key2":"2021-09-07T07:13:03.1496586Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T07:13:03.1496586Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T07:13:03.1496586Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T07:13:03.0714932Z","primaryEndpoints":{"dfs":"https://clitestm6u3xawj3qsydpfam.dfs.core.windows.net/","web":"https://clitestm6u3xawj3qsydpfam.z2.web.core.windows.net/","blob":"https://clitestm6u3xawj3qsydpfam.blob.core.windows.net/","queue":"https://clitestm6u3xawj3qsydpfam.queue.core.windows.net/","table":"https://clitestm6u3xawj3qsydpfam.table.core.windows.net/","file":"https://clitestm6u3xawj3qsydpfam.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlasgl5zx6ikvcbociiykbocsytte2lohfxvpwhwimcc3vbrjjyw6bfbdr2vnimlyhqqi/providers/Microsoft.Storage/storageAccounts/clitestmmrdf65b6iyccd46o","name":"clitestmmrdf65b6iyccd46o","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T23:31:23.3308560Z","key2":"2021-12-09T23:31:23.3308560Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:31:23.3308560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:31:23.3308560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T23:31:23.2526784Z","primaryEndpoints":{"dfs":"https://clitestmmrdf65b6iyccd46o.dfs.core.windows.net/","web":"https://clitestmmrdf65b6iyccd46o.z2.web.core.windows.net/","blob":"https://clitestmmrdf65b6iyccd46o.blob.core.windows.net/","queue":"https://clitestmmrdf65b6iyccd46o.queue.core.windows.net/","table":"https://clitestmmrdf65b6iyccd46o.table.core.windows.net/","file":"https://clitestmmrdf65b6iyccd46o.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestvilxen5dzbyerye5umdunqblbkglgcffizxusyzmgifnuy5xzu67t3fokkh6osaqqyyj/providers/Microsoft.Storage/storageAccounts/clitestoueypfkdm2ub7n246","name":"clitestoueypfkdm2ub7n246","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T07:57:05.8690860Z","key2":"2022-03-17T07:57:05.8690860Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:57:05.8847136Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:57:05.8847136Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T07:57:05.7597303Z","primaryEndpoints":{"dfs":"https://clitestoueypfkdm2ub7n246.dfs.core.windows.net/","web":"https://clitestoueypfkdm2ub7n246.z2.web.core.windows.net/","blob":"https://clitestoueypfkdm2ub7n246.blob.core.windows.net/","queue":"https://clitestoueypfkdm2ub7n246.queue.core.windows.net/","table":"https://clitestoueypfkdm2ub7n246.table.core.windows.net/","file":"https://clitestoueypfkdm2ub7n246.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestvabzmquoslc3mtf5h3qd7dglwx45me4yxyefaw4ktsf7fbc3bx2tl75tdn5eqbgd3atx/providers/Microsoft.Storage/storageAccounts/clitestq7ur4vdqkjvy2rdgj","name":"clitestq7ur4vdqkjvy2rdgj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-28T02:27:14.4071914Z","key2":"2021-09-28T02:27:14.4071914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T02:27:14.4071914Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T02:27:14.4071914Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T02:27:14.3446978Z","primaryEndpoints":{"dfs":"https://clitestq7ur4vdqkjvy2rdgj.dfs.core.windows.net/","web":"https://clitestq7ur4vdqkjvy2rdgj.z2.web.core.windows.net/","blob":"https://clitestq7ur4vdqkjvy2rdgj.blob.core.windows.net/","queue":"https://clitestq7ur4vdqkjvy2rdgj.queue.core.windows.net/","table":"https://clitestq7ur4vdqkjvy2rdgj.table.core.windows.net/","file":"https://clitestq7ur4vdqkjvy2rdgj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestugd6g2jxyo5mu6uxhc4zea4ygi2iuubouzxmdyuz6srnvrbwlidbvuu4qdieuwg4xlsr/providers/Microsoft.Storage/storageAccounts/clitestqorauf75d5yqkhdhc","name":"clitestqorauf75d5yqkhdhc","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-03T02:52:09.6342752Z","key2":"2021-09-03T02:52:09.6342752Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-03T02:52:09.6342752Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-03T02:52:09.6342752Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-03T02:52:09.5561638Z","primaryEndpoints":{"dfs":"https://clitestqorauf75d5yqkhdhc.dfs.core.windows.net/","web":"https://clitestqorauf75d5yqkhdhc.z2.web.core.windows.net/","blob":"https://clitestqorauf75d5yqkhdhc.blob.core.windows.net/","queue":"https://clitestqorauf75d5yqkhdhc.queue.core.windows.net/","table":"https://clitestqorauf75d5yqkhdhc.table.core.windows.net/","file":"https://clitestqorauf75d5yqkhdhc.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestixw7rtta5a356httmdosgg7qubvcaouftsvknfhvqqhqwftebu7jy5r27pprk7ctdnwp/providers/Microsoft.Storage/storageAccounts/clitestri5mezafhuqqzpn5f","name":"clitestri5mezafhuqqzpn5f","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T09:35:27.4649472Z","key2":"2022-03-16T09:35:27.4649472Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:35:27.4649472Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:35:27.4649472Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T09:35:27.3868241Z","primaryEndpoints":{"dfs":"https://clitestri5mezafhuqqzpn5f.dfs.core.windows.net/","web":"https://clitestri5mezafhuqqzpn5f.z2.web.core.windows.net/","blob":"https://clitestri5mezafhuqqzpn5f.blob.core.windows.net/","queue":"https://clitestri5mezafhuqqzpn5f.queue.core.windows.net/","table":"https://clitestri5mezafhuqqzpn5f.table.core.windows.net/","file":"https://clitestri5mezafhuqqzpn5f.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestevsaicktnjgl5cxsdgqxunvrpbz3b5kiwem5aupvcn666xqibcydgkcmqom7wfe3dapu/providers/Microsoft.Storage/storageAccounts/clitestrjmnbaleto4rtnerx","name":"clitestrjmnbaleto4rtnerx","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T14:10:11.3863047Z","key2":"2022-03-17T14:10:11.3863047Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T14:10:11.3863047Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T14:10:11.3863047Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T14:10:11.2769522Z","primaryEndpoints":{"dfs":"https://clitestrjmnbaleto4rtnerx.dfs.core.windows.net/","web":"https://clitestrjmnbaleto4rtnerx.z2.web.core.windows.net/","blob":"https://clitestrjmnbaleto4rtnerx.blob.core.windows.net/","queue":"https://clitestrjmnbaleto4rtnerx.queue.core.windows.net/","table":"https://clitestrjmnbaleto4rtnerx.table.core.windows.net/","file":"https://clitestrjmnbaleto4rtnerx.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest4r6levc5rrhybrqdpa7ji574v5syh473mkechmyeuub52k5ppe6jpwdn4ummj5zz4dls/providers/Microsoft.Storage/storageAccounts/clitestrloxav4ddvzysochv","name":"clitestrloxav4ddvzysochv","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-28T17:02:12.4537885Z","key2":"2022-02-28T17:02:12.4537885Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T17:02:12.4693878Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T17:02:12.4693878Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-28T17:02:12.3756824Z","primaryEndpoints":{"dfs":"https://clitestrloxav4ddvzysochv.dfs.core.windows.net/","web":"https://clitestrloxav4ddvzysochv.z2.web.core.windows.net/","blob":"https://clitestrloxav4ddvzysochv.blob.core.windows.net/","queue":"https://clitestrloxav4ddvzysochv.queue.core.windows.net/","table":"https://clitestrloxav4ddvzysochv.table.core.windows.net/","file":"https://clitestrloxav4ddvzysochv.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestzbuh7m7bllna7xosjhxr5ppfs6tnukxctfm4ydkzmzvyt7tf2ru3yjmthwy6mqqp62yy/providers/Microsoft.Storage/storageAccounts/clitestrpsk56xwloumq6ngj","name":"clitestrpsk56xwloumq6ngj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-21T05:52:26.0729783Z","key2":"2021-06-21T05:52:26.0729783Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-21T05:52:26.0779697Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-21T05:52:26.0779697Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-21T05:52:26.0129686Z","primaryEndpoints":{"dfs":"https://clitestrpsk56xwloumq6ngj.dfs.core.windows.net/","web":"https://clitestrpsk56xwloumq6ngj.z2.web.core.windows.net/","blob":"https://clitestrpsk56xwloumq6ngj.blob.core.windows.net/","queue":"https://clitestrpsk56xwloumq6ngj.queue.core.windows.net/","table":"https://clitestrpsk56xwloumq6ngj.table.core.windows.net/","file":"https://clitestrpsk56xwloumq6ngj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestvjv33kuh5emihpapvtmm2rvht3tzrvzj3l7pygfh2yfwrlsqrgth2qfth6eylgrcnc2v/providers/Microsoft.Storage/storageAccounts/clitestrynzkqk7indncjb6c","name":"clitestrynzkqk7indncjb6c","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-03T23:37:22.5048830Z","key2":"2022-03-03T23:37:22.5048830Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:37:22.5205069Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:37:22.5205069Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T23:37:22.4111374Z","primaryEndpoints":{"dfs":"https://clitestrynzkqk7indncjb6c.dfs.core.windows.net/","web":"https://clitestrynzkqk7indncjb6c.z2.web.core.windows.net/","blob":"https://clitestrynzkqk7indncjb6c.blob.core.windows.net/","queue":"https://clitestrynzkqk7indncjb6c.queue.core.windows.net/","table":"https://clitestrynzkqk7indncjb6c.table.core.windows.net/","file":"https://clitestrynzkqk7indncjb6c.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest3dson3a62z7n3t273by34bdkoa3bdosbrwqb6iwpygxslz6qc3jfeirp57b7zgufmnqk/providers/Microsoft.Storage/storageAccounts/clitests4scvwk2agr6ufpu3","name":"clitests4scvwk2agr6ufpu3","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T09:55:14.9729032Z","key2":"2022-02-24T09:55:14.9729032Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:55:14.9729032Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:55:14.9729032Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T09:55:14.8791923Z","primaryEndpoints":{"dfs":"https://clitests4scvwk2agr6ufpu3.dfs.core.windows.net/","web":"https://clitests4scvwk2agr6ufpu3.z2.web.core.windows.net/","blob":"https://clitests4scvwk2agr6ufpu3.blob.core.windows.net/","queue":"https://clitests4scvwk2agr6ufpu3.queue.core.windows.net/","table":"https://clitests4scvwk2agr6ufpu3.table.core.windows.net/","file":"https://clitests4scvwk2agr6ufpu3.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlmm4hekch44v2jjs6g7whi3qbgamfmevxrpjihfokewye7h3suswarq4mw5gdmosfj2y/providers/Microsoft.Storage/storageAccounts/clitests6o6rszcmwmsvtcwx","name":"clitests6o6rszcmwmsvtcwx","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-11T14:15:04.1323335Z","key2":"2022-04-11T14:15:04.1323335Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:15:04.1479441Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:15:04.1479441Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T14:15:04.0385481Z","primaryEndpoints":{"dfs":"https://clitests6o6rszcmwmsvtcwx.dfs.core.windows.net/","web":"https://clitests6o6rszcmwmsvtcwx.z2.web.core.windows.net/","blob":"https://clitests6o6rszcmwmsvtcwx.blob.core.windows.net/","queue":"https://clitests6o6rszcmwmsvtcwx.queue.core.windows.net/","table":"https://clitests6o6rszcmwmsvtcwx.table.core.windows.net/","file":"https://clitests6o6rszcmwmsvtcwx.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest62jxvr4odko5gn5tjo4z7ypmirid6zm72g3ah6zg25qh5r5xve5fhikdcnjpxvsaikhl/providers/Microsoft.Storage/storageAccounts/clitestst2iwgltnfj4zoiva","name":"clitestst2iwgltnfj4zoiva","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-27T01:58:18.2723177Z","key2":"2021-08-27T01:58:18.2723177Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-27T01:58:18.2723177Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-27T01:58:18.2723177Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-27T01:58:18.2410749Z","primaryEndpoints":{"dfs":"https://clitestst2iwgltnfj4zoiva.dfs.core.windows.net/","web":"https://clitestst2iwgltnfj4zoiva.z2.web.core.windows.net/","blob":"https://clitestst2iwgltnfj4zoiva.blob.core.windows.net/","queue":"https://clitestst2iwgltnfj4zoiva.queue.core.windows.net/","table":"https://clitestst2iwgltnfj4zoiva.table.core.windows.net/","file":"https://clitestst2iwgltnfj4zoiva.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestxk2peoqt7nd76ktof7sub3mkkcldygtt36d3imnwjd5clletodypibd5uaglpdk44yjm/providers/Microsoft.Storage/storageAccounts/clitestu6whdalngwsksemjs","name":"clitestu6whdalngwsksemjs","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-10T02:29:23.5697486Z","key2":"2021-09-10T02:29:23.5697486Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T02:29:23.5697486Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T02:29:23.5697486Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-10T02:29:23.5072536Z","primaryEndpoints":{"dfs":"https://clitestu6whdalngwsksemjs.dfs.core.windows.net/","web":"https://clitestu6whdalngwsksemjs.z2.web.core.windows.net/","blob":"https://clitestu6whdalngwsksemjs.blob.core.windows.net/","queue":"https://clitestu6whdalngwsksemjs.queue.core.windows.net/","table":"https://clitestu6whdalngwsksemjs.table.core.windows.net/","file":"https://clitestu6whdalngwsksemjs.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestwbzchpbjgcxxskmdhphtbzptfkqdlzhapbqla2v27iw54pevob7yanyz7ppmmigrhtkk/providers/Microsoft.Storage/storageAccounts/clitestvuslwcarkk3sdmgga","name":"clitestvuslwcarkk3sdmgga","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-25T23:14:55.4674102Z","key2":"2021-11-25T23:14:55.4674102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T23:14:55.4674102Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T23:14:55.4674102Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-25T23:14:55.3892927Z","primaryEndpoints":{"dfs":"https://clitestvuslwcarkk3sdmgga.dfs.core.windows.net/","web":"https://clitestvuslwcarkk3sdmgga.z2.web.core.windows.net/","blob":"https://clitestvuslwcarkk3sdmgga.blob.core.windows.net/","queue":"https://clitestvuslwcarkk3sdmgga.queue.core.windows.net/","table":"https://clitestvuslwcarkk3sdmgga.table.core.windows.net/","file":"https://clitestvuslwcarkk3sdmgga.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlriqfcojv6aujusys633edrxi3tkric7e6cvk5wwgjmdg4736dv56w4lwzmdnq5tr3mq/providers/Microsoft.Storage/storageAccounts/clitestw6aumidrfwmoqkzvm","name":"clitestw6aumidrfwmoqkzvm","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-18T23:32:38.8527397Z","key2":"2021-11-18T23:32:38.8527397Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:32:38.8527397Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:32:38.8527397Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-18T23:32:38.7902807Z","primaryEndpoints":{"dfs":"https://clitestw6aumidrfwmoqkzvm.dfs.core.windows.net/","web":"https://clitestw6aumidrfwmoqkzvm.z2.web.core.windows.net/","blob":"https://clitestw6aumidrfwmoqkzvm.blob.core.windows.net/","queue":"https://clitestw6aumidrfwmoqkzvm.queue.core.windows.net/","table":"https://clitestw6aumidrfwmoqkzvm.table.core.windows.net/","file":"https://clitestw6aumidrfwmoqkzvm.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestreufd5cqee3zivebxym7cxi57izubkyszpgf3xlnt4bsit2x6ptggeuh6qiwu4jvwhd5/providers/Microsoft.Storage/storageAccounts/clitestwbzje3s6lhe5qaq5l","name":"clitestwbzje3s6lhe5qaq5l","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-23T22:28:23.6667592Z","key2":"2021-12-23T22:28:23.6667592Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:28:23.6822263Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:28:23.6822263Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-23T22:28:23.5884630Z","primaryEndpoints":{"dfs":"https://clitestwbzje3s6lhe5qaq5l.dfs.core.windows.net/","web":"https://clitestwbzje3s6lhe5qaq5l.z2.web.core.windows.net/","blob":"https://clitestwbzje3s6lhe5qaq5l.blob.core.windows.net/","queue":"https://clitestwbzje3s6lhe5qaq5l.queue.core.windows.net/","table":"https://clitestwbzje3s6lhe5qaq5l.table.core.windows.net/","file":"https://clitestwbzje3s6lhe5qaq5l.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttlschpyugymorheodsulam7yhpwylijzpbmjr3phwwis4vj2rx5elxcjkb236fcnumx3/providers/Microsoft.Storage/storageAccounts/clitestwv22naweyfr4m5rga","name":"clitestwv22naweyfr4m5rga","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-01T19:54:26.9185866Z","key2":"2021-11-01T19:54:26.9185866Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-01T19:54:26.9185866Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-01T19:54:26.9185866Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-01T19:54:26.8717369Z","primaryEndpoints":{"dfs":"https://clitestwv22naweyfr4m5rga.dfs.core.windows.net/","web":"https://clitestwv22naweyfr4m5rga.z2.web.core.windows.net/","blob":"https://clitestwv22naweyfr4m5rga.blob.core.windows.net/","queue":"https://clitestwv22naweyfr4m5rga.queue.core.windows.net/","table":"https://clitestwv22naweyfr4m5rga.table.core.windows.net/","file":"https://clitestwv22naweyfr4m5rga.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesth52efeutldrxowe5cfayjvk4zhpypdmky6fyppzro5r3ldqu7dwf2ca6jf3lqm4eijf6/providers/Microsoft.Storage/storageAccounts/clitestx5fskzfbidzs4kqmu","name":"clitestx5fskzfbidzs4kqmu","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-05T08:48:16.0575682Z","key2":"2021-11-05T08:48:16.0575682Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-05T08:48:16.0575682Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-05T08:48:16.0575682Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-05T08:48:15.9794412Z","primaryEndpoints":{"dfs":"https://clitestx5fskzfbidzs4kqmu.dfs.core.windows.net/","web":"https://clitestx5fskzfbidzs4kqmu.z2.web.core.windows.net/","blob":"https://clitestx5fskzfbidzs4kqmu.blob.core.windows.net/","queue":"https://clitestx5fskzfbidzs4kqmu.queue.core.windows.net/","table":"https://clitestx5fskzfbidzs4kqmu.table.core.windows.net/","file":"https://clitestx5fskzfbidzs4kqmu.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsfkcdnkd2xngtxma6yip2hrfxcljs3dtv4p6teg457mlhyruamnayv7ejk3e264tbsue/providers/Microsoft.Storage/storageAccounts/clitestxc5fs7nomr2dnwv5h","name":"clitestxc5fs7nomr2dnwv5h","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-16T23:57:25.5009113Z","key2":"2021-12-16T23:57:25.5009113Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:57:25.5009113Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:57:25.5009113Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-16T23:57:25.4227819Z","primaryEndpoints":{"dfs":"https://clitestxc5fs7nomr2dnwv5h.dfs.core.windows.net/","web":"https://clitestxc5fs7nomr2dnwv5h.z2.web.core.windows.net/","blob":"https://clitestxc5fs7nomr2dnwv5h.blob.core.windows.net/","queue":"https://clitestxc5fs7nomr2dnwv5h.queue.core.windows.net/","table":"https://clitestxc5fs7nomr2dnwv5h.table.core.windows.net/","file":"https://clitestxc5fs7nomr2dnwv5h.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestuapcrhybuggyatduocbydgd2xgdyuaj26awe5rksptnbf2uz7rbjt5trh6gj3q3jv23u/providers/Microsoft.Storage/storageAccounts/clitestxueoehnvkkqr6h434","name":"clitestxueoehnvkkqr6h434","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T22:09:26.4376958Z","key2":"2022-03-17T22:09:26.4376958Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T22:09:26.4376958Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T22:09:26.4376958Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T22:09:26.3282727Z","primaryEndpoints":{"dfs":"https://clitestxueoehnvkkqr6h434.dfs.core.windows.net/","web":"https://clitestxueoehnvkkqr6h434.z2.web.core.windows.net/","blob":"https://clitestxueoehnvkkqr6h434.blob.core.windows.net/","queue":"https://clitestxueoehnvkkqr6h434.queue.core.windows.net/","table":"https://clitestxueoehnvkkqr6h434.table.core.windows.net/","file":"https://clitestxueoehnvkkqr6h434.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlnzg2rscuyweetdgvywse35jkhd3s7gay3wnjzoyqojyq6i3iw42uycss45mj52zitnl/providers/Microsoft.Storage/storageAccounts/clitestzarcstbcgg3yqinfg","name":"clitestzarcstbcgg3yqinfg","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-30T02:23:46.1127669Z","key2":"2021-07-30T02:23:46.1127669Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-30T02:23:46.1127669Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-30T02:23:46.1127669Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-30T02:23:46.0658902Z","primaryEndpoints":{"dfs":"https://clitestzarcstbcgg3yqinfg.dfs.core.windows.net/","web":"https://clitestzarcstbcgg3yqinfg.z2.web.core.windows.net/","blob":"https://clitestzarcstbcgg3yqinfg.blob.core.windows.net/","queue":"https://clitestzarcstbcgg3yqinfg.queue.core.windows.net/","table":"https://clitestzarcstbcgg3yqinfg.table.core.windows.net/","file":"https://clitestzarcstbcgg3yqinfg.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitests76ucvib4b5fgppqu5ciu6pknaatlexv4uk736sdtnk6osbv4idvaj7rh5ojgrjomo2z/providers/Microsoft.Storage/storageAccounts/version2unrg7v6iwv7y5m5l","name":"version2unrg7v6iwv7y5m5l","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T21:39:50.1062976Z","key2":"2022-03-17T21:39:50.1062976Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T21:39:50.1062976Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T21:39:50.1062976Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T21:39:50.0281735Z","primaryEndpoints":{"dfs":"https://version2unrg7v6iwv7y5m5l.dfs.core.windows.net/","web":"https://version2unrg7v6iwv7y5m5l.z2.web.core.windows.net/","blob":"https://version2unrg7v6iwv7y5m5l.blob.core.windows.net/","queue":"https://version2unrg7v6iwv7y5m5l.queue.core.windows.net/","table":"https://version2unrg7v6iwv7y5m5l.table.core.windows.net/","file":"https://version2unrg7v6iwv7y5m5l.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest3tibadds5lu5w2l7eglv3fx6fle6tcdlmpnjyebby5bb5xfopqkxdqumpgyd2feunb2d/providers/Microsoft.Storage/storageAccounts/version4dicc6l6ho3regfk6","name":"version4dicc6l6ho3regfk6","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-11T14:00:21.7678463Z","key2":"2022-04-11T14:00:21.7678463Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:00:21.7678463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:00:21.7678463Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T14:00:21.6584988Z","primaryEndpoints":{"dfs":"https://version4dicc6l6ho3regfk6.dfs.core.windows.net/","web":"https://version4dicc6l6ho3regfk6.z2.web.core.windows.net/","blob":"https://version4dicc6l6ho3regfk6.blob.core.windows.net/","queue":"https://version4dicc6l6ho3regfk6.queue.core.windows.net/","table":"https://version4dicc6l6ho3regfk6.table.core.windows.net/","file":"https://version4dicc6l6ho3regfk6.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestousee7s5ti3bvgsldu3tad76cdv45lzvkwlnece46ufo4hjl22dj6kmqdpkbeba6i7wa/providers/Microsoft.Storage/storageAccounts/version5s35huoclfr4t2omd","name":"version5s35huoclfr4t2omd","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T09:39:15.6662132Z","key2":"2022-02-24T09:39:15.6662132Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:39:15.6817670Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:39:15.6817670Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T09:39:15.6036637Z","primaryEndpoints":{"dfs":"https://version5s35huoclfr4t2omd.dfs.core.windows.net/","web":"https://version5s35huoclfr4t2omd.z2.web.core.windows.net/","blob":"https://version5s35huoclfr4t2omd.blob.core.windows.net/","queue":"https://version5s35huoclfr4t2omd.queue.core.windows.net/","table":"https://version5s35huoclfr4t2omd.table.core.windows.net/","file":"https://version5s35huoclfr4t2omd.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrbeoeyuczwyiitagnjquifkcu7l7pbiofoqpq5dvnyw6t2g23cidvmrfpsiitzgvvltc/providers/Microsoft.Storage/storageAccounts/versionbxfkluj64kluccc4m","name":"versionbxfkluj64kluccc4m","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T03:38:23.7393566Z","key2":"2022-03-18T03:38:23.7393566Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:38:23.7393566Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:38:23.7393566Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T03:38:23.6299381Z","primaryEndpoints":{"dfs":"https://versionbxfkluj64kluccc4m.dfs.core.windows.net/","web":"https://versionbxfkluj64kluccc4m.z2.web.core.windows.net/","blob":"https://versionbxfkluj64kluccc4m.blob.core.windows.net/","queue":"https://versionbxfkluj64kluccc4m.queue.core.windows.net/","table":"https://versionbxfkluj64kluccc4m.table.core.windows.net/","file":"https://versionbxfkluj64kluccc4m.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5feodovurwzsilp6pwlmafeektwxlwijkstn52zi6kxelzeryrhtj3dykralburkfbe2/providers/Microsoft.Storage/storageAccounts/versionc4lto7lppswuwqswn","name":"versionc4lto7lppswuwqswn","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-01-07T00:11:02.6858446Z","key2":"2022-01-07T00:11:02.6858446Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:11:02.6858446Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:11:02.6858446Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-07T00:11:02.5920986Z","primaryEndpoints":{"dfs":"https://versionc4lto7lppswuwqswn.dfs.core.windows.net/","web":"https://versionc4lto7lppswuwqswn.z2.web.core.windows.net/","blob":"https://versionc4lto7lppswuwqswn.blob.core.windows.net/","queue":"https://versionc4lto7lppswuwqswn.queue.core.windows.net/","table":"https://versionc4lto7lppswuwqswn.table.core.windows.net/","file":"https://versionc4lto7lppswuwqswn.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2zdiilm3ugwy2dlv37bhlyvyf6wpljit7d6o3zepyw6fkroztx53ouqjyhwp4dkp4jzv/providers/Microsoft.Storage/storageAccounts/versioncal7ire65zyi6zhnx","name":"versioncal7ire65zyi6zhnx","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-03T23:20:37.4509722Z","key2":"2022-03-03T23:20:37.4509722Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:20:37.4666237Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:20:37.4666237Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T23:20:37.3728352Z","primaryEndpoints":{"dfs":"https://versioncal7ire65zyi6zhnx.dfs.core.windows.net/","web":"https://versioncal7ire65zyi6zhnx.z2.web.core.windows.net/","blob":"https://versioncal7ire65zyi6zhnx.blob.core.windows.net/","queue":"https://versioncal7ire65zyi6zhnx.queue.core.windows.net/","table":"https://versioncal7ire65zyi6zhnx.table.core.windows.net/","file":"https://versioncal7ire65zyi6zhnx.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest24txadv4waeoqfrbzw4q3e333id45y7nnpuv5vvovws7fhrkesqbuul5chzpu6flgvfk/providers/Microsoft.Storage/storageAccounts/versionclxgou4idgatxjr77","name":"versionclxgou4idgatxjr77","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T09:25:37.7565157Z","key2":"2022-03-16T09:25:37.7565157Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:25:37.7565157Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:25:37.7565157Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T09:25:37.6627583Z","primaryEndpoints":{"dfs":"https://versionclxgou4idgatxjr77.dfs.core.windows.net/","web":"https://versionclxgou4idgatxjr77.z2.web.core.windows.net/","blob":"https://versionclxgou4idgatxjr77.blob.core.windows.net/","queue":"https://versionclxgou4idgatxjr77.queue.core.windows.net/","table":"https://versionclxgou4idgatxjr77.table.core.windows.net/","file":"https://versionclxgou4idgatxjr77.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestdrnnmqa4sgcpa7frydav5ijhdtawsxmmdwnh5rj7r5xhveix5ns7wms6wesgxwc5pu3o/providers/Microsoft.Storage/storageAccounts/versioncq5cycygofi7d6pri","name":"versioncq5cycygofi7d6pri","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-05T23:00:43.4900067Z","key2":"2022-05-05T23:00:43.4900067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:00:43.4900067Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:00:43.4900067Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-05T23:00:43.3650110Z","primaryEndpoints":{"dfs":"https://versioncq5cycygofi7d6pri.dfs.core.windows.net/","web":"https://versioncq5cycygofi7d6pri.z2.web.core.windows.net/","blob":"https://versioncq5cycygofi7d6pri.blob.core.windows.net/","queue":"https://versioncq5cycygofi7d6pri.queue.core.windows.net/","table":"https://versioncq5cycygofi7d6pri.table.core.windows.net/","file":"https://versioncq5cycygofi7d6pri.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsk4lc6dssbjjgkmxuk6phvsahow4dkmxkix2enlwuhhplj3lgqof5kr6leepjdyea3pl/providers/Microsoft.Storage/storageAccounts/versioncuioqcwvj2iwjmldg","name":"versioncuioqcwvj2iwjmldg","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T08:54:58.9739508Z","key2":"2022-03-16T08:54:58.9739508Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T08:54:58.9895499Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T08:54:58.9895499Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T08:54:58.9114548Z","primaryEndpoints":{"dfs":"https://versioncuioqcwvj2iwjmldg.dfs.core.windows.net/","web":"https://versioncuioqcwvj2iwjmldg.z2.web.core.windows.net/","blob":"https://versioncuioqcwvj2iwjmldg.blob.core.windows.net/","queue":"https://versioncuioqcwvj2iwjmldg.queue.core.windows.net/","table":"https://versioncuioqcwvj2iwjmldg.table.core.windows.net/","file":"https://versioncuioqcwvj2iwjmldg.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsgar4qjt34qhsuj6hez7kimz6mfle7eczvq5bfsh7xpilagusjstjetu65f2u6vh5qeb/providers/Microsoft.Storage/storageAccounts/versiond3oz7jhpapoxnxxci","name":"versiond3oz7jhpapoxnxxci","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-26T08:45:21.5394973Z","key2":"2022-04-26T08:45:21.5394973Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:45:21.5394973Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:45:21.5394973Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-26T08:45:21.4301251Z","primaryEndpoints":{"dfs":"https://versiond3oz7jhpapoxnxxci.dfs.core.windows.net/","web":"https://versiond3oz7jhpapoxnxxci.z2.web.core.windows.net/","blob":"https://versiond3oz7jhpapoxnxxci.blob.core.windows.net/","queue":"https://versiond3oz7jhpapoxnxxci.queue.core.windows.net/","table":"https://versiond3oz7jhpapoxnxxci.table.core.windows.net/","file":"https://versiond3oz7jhpapoxnxxci.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesth6t5wqiulzt7vmszohprfrvkph7c226cgihbujtdvljcbvc4d4zwjbhwjscbts34c7up/providers/Microsoft.Storage/storageAccounts/versiondj27wf2pbuqyzilmd","name":"versiondj27wf2pbuqyzilmd","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-11T13:45:18.9773986Z","key2":"2022-04-11T13:45:18.9773986Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T13:45:18.9773986Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T13:45:18.9773986Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T13:45:18.8834129Z","primaryEndpoints":{"dfs":"https://versiondj27wf2pbuqyzilmd.dfs.core.windows.net/","web":"https://versiondj27wf2pbuqyzilmd.z2.web.core.windows.net/","blob":"https://versiondj27wf2pbuqyzilmd.blob.core.windows.net/","queue":"https://versiondj27wf2pbuqyzilmd.queue.core.windows.net/","table":"https://versiondj27wf2pbuqyzilmd.table.core.windows.net/","file":"https://versiondj27wf2pbuqyzilmd.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfyxdmvu32prroldn2p24a3iyr2phi7o22i26szwv2kuwh6zaj4rdet7ms5gdjnam2egt/providers/Microsoft.Storage/storageAccounts/versiondjhixg3cqipgjsmx4","name":"versiondjhixg3cqipgjsmx4","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T07:41:23.9995280Z","key2":"2022-03-17T07:41:23.9995280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:41:23.9995280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:41:23.9995280Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T07:41:23.9213706Z","primaryEndpoints":{"dfs":"https://versiondjhixg3cqipgjsmx4.dfs.core.windows.net/","web":"https://versiondjhixg3cqipgjsmx4.z2.web.core.windows.net/","blob":"https://versiondjhixg3cqipgjsmx4.blob.core.windows.net/","queue":"https://versiondjhixg3cqipgjsmx4.queue.core.windows.net/","table":"https://versiondjhixg3cqipgjsmx4.table.core.windows.net/","file":"https://versiondjhixg3cqipgjsmx4.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestchwod5nqxyebiyl6j4s2afrqmitcdhgmxhxszsf4wv6qwws7hvhvget5u2i2cua63cxc/providers/Microsoft.Storage/storageAccounts/versiondo3arjclzct3ahufa","name":"versiondo3arjclzct3ahufa","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T22:34:36.9447831Z","key2":"2022-02-24T22:34:36.9447831Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:34:36.9447831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:34:36.9447831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T22:34:36.8510092Z","primaryEndpoints":{"dfs":"https://versiondo3arjclzct3ahufa.dfs.core.windows.net/","web":"https://versiondo3arjclzct3ahufa.z2.web.core.windows.net/","blob":"https://versiondo3arjclzct3ahufa.blob.core.windows.net/","queue":"https://versiondo3arjclzct3ahufa.queue.core.windows.net/","table":"https://versiondo3arjclzct3ahufa.table.core.windows.net/","file":"https://versiondo3arjclzct3ahufa.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestwmea2y23rvqprapww6ikfm6jk7abomcuhzngx3bltkme33xh2xkdgmn4n2fwcljqw3wv/providers/Microsoft.Storage/storageAccounts/versiondufx3et3bnjtg4xch","name":"versiondufx3et3bnjtg4xch","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-14T09:15:36.8221632Z","key2":"2022-04-14T09:15:36.8221632Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T09:15:36.8221632Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T09:15:36.8221632Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-14T09:15:36.7127958Z","primaryEndpoints":{"dfs":"https://versiondufx3et3bnjtg4xch.dfs.core.windows.net/","web":"https://versiondufx3et3bnjtg4xch.z2.web.core.windows.net/","blob":"https://versiondufx3et3bnjtg4xch.blob.core.windows.net/","queue":"https://versiondufx3et3bnjtg4xch.queue.core.windows.net/","table":"https://versiondufx3et3bnjtg4xch.table.core.windows.net/","file":"https://versiondufx3et3bnjtg4xch.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestakpkuxez73vyn36t4gn7rzxofnqwgm72bcmj4cdcadyalqklc2kyfx3qcfe3x2botivf/providers/Microsoft.Storage/storageAccounts/versionehqwmpnsaeybdcd4s","name":"versionehqwmpnsaeybdcd4s","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-25T22:59:30.3393037Z","key2":"2021-11-25T22:59:30.3393037Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T22:59:30.3549542Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T22:59:30.3549542Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-25T22:59:30.2768393Z","primaryEndpoints":{"dfs":"https://versionehqwmpnsaeybdcd4s.dfs.core.windows.net/","web":"https://versionehqwmpnsaeybdcd4s.z2.web.core.windows.net/","blob":"https://versionehqwmpnsaeybdcd4s.blob.core.windows.net/","queue":"https://versionehqwmpnsaeybdcd4s.queue.core.windows.net/","table":"https://versionehqwmpnsaeybdcd4s.table.core.windows.net/","file":"https://versionehqwmpnsaeybdcd4s.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesterdlb62puqdedjbhf3za3vxsu7igmsj447yliowotbxtokfcxj6geys4tgngzk5iuppn/providers/Microsoft.Storage/storageAccounts/versionen7upolksoryxwxnb","name":"versionen7upolksoryxwxnb","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-16T23:42:25.7694875Z","key2":"2021-12-16T23:42:25.7694875Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:42:25.7851037Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:42:25.7851037Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-16T23:42:25.7069810Z","primaryEndpoints":{"dfs":"https://versionen7upolksoryxwxnb.dfs.core.windows.net/","web":"https://versionen7upolksoryxwxnb.z2.web.core.windows.net/","blob":"https://versionen7upolksoryxwxnb.blob.core.windows.net/","queue":"https://versionen7upolksoryxwxnb.queue.core.windows.net/","table":"https://versionen7upolksoryxwxnb.table.core.windows.net/","file":"https://versionen7upolksoryxwxnb.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrvgfrlua5ai2leiutip26a27qxs2lzedu3g6gjrqjzi3rna2yxcinlc5ioxhhfvnx5rv/providers/Microsoft.Storage/storageAccounts/versiongdbkjcemb56eyu3rj","name":"versiongdbkjcemb56eyu3rj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-18T23:17:17.2960150Z","key2":"2021-11-18T23:17:17.2960150Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:17:17.2960150Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:17:17.2960150Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-18T23:17:17.2335295Z","primaryEndpoints":{"dfs":"https://versiongdbkjcemb56eyu3rj.dfs.core.windows.net/","web":"https://versiongdbkjcemb56eyu3rj.z2.web.core.windows.net/","blob":"https://versiongdbkjcemb56eyu3rj.blob.core.windows.net/","queue":"https://versiongdbkjcemb56eyu3rj.queue.core.windows.net/","table":"https://versiongdbkjcemb56eyu3rj.table.core.windows.net/","file":"https://versiongdbkjcemb56eyu3rj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestylszwk3tqxigxfm3ongkbbgoelhfjiyrqqybpleivk3e7qa7gylocnj7rkod4jivp33h/providers/Microsoft.Storage/storageAccounts/versionha6yygjfdivfeud5k","name":"versionha6yygjfdivfeud5k","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T23:02:51.1629635Z","key2":"2022-04-21T23:02:51.1629635Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:02:51.1629635Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:02:51.1629635Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-21T23:02:51.0535636Z","primaryEndpoints":{"dfs":"https://versionha6yygjfdivfeud5k.dfs.core.windows.net/","web":"https://versionha6yygjfdivfeud5k.z2.web.core.windows.net/","blob":"https://versionha6yygjfdivfeud5k.blob.core.windows.net/","queue":"https://versionha6yygjfdivfeud5k.queue.core.windows.net/","table":"https://versionha6yygjfdivfeud5k.table.core.windows.net/","file":"https://versionha6yygjfdivfeud5k.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestnsw32miijgjmandsqepzbytqsxe2dbpfuh3t2d2u7saewxrnoilajjocllnjxt45ggjc/providers/Microsoft.Storage/storageAccounts/versionhf53xzmbt3fwu3kn3","name":"versionhf53xzmbt3fwu3kn3","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T02:29:06.2474527Z","key2":"2021-09-07T02:29:06.2474527Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:29:06.2474527Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:29:06.2474527Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T02:29:06.1849281Z","primaryEndpoints":{"dfs":"https://versionhf53xzmbt3fwu3kn3.dfs.core.windows.net/","web":"https://versionhf53xzmbt3fwu3kn3.z2.web.core.windows.net/","blob":"https://versionhf53xzmbt3fwu3kn3.blob.core.windows.net/","queue":"https://versionhf53xzmbt3fwu3kn3.queue.core.windows.net/","table":"https://versionhf53xzmbt3fwu3kn3.table.core.windows.net/","file":"https://versionhf53xzmbt3fwu3kn3.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2d5fjdmfhy7kkhkwbqo7gngf6a2wlnvvaku7gxkwitz7vnnppvgothckppdsxhv3nem2/providers/Microsoft.Storage/storageAccounts/versionhh4uq45sysgx6awnt","name":"versionhh4uq45sysgx6awnt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-14T23:26:38.4670192Z","key2":"2022-04-14T23:26:38.4670192Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:26:38.4670192Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:26:38.4670192Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-14T23:26:38.3576837Z","primaryEndpoints":{"dfs":"https://versionhh4uq45sysgx6awnt.dfs.core.windows.net/","web":"https://versionhh4uq45sysgx6awnt.z2.web.core.windows.net/","blob":"https://versionhh4uq45sysgx6awnt.blob.core.windows.net/","queue":"https://versionhh4uq45sysgx6awnt.queue.core.windows.net/","table":"https://versionhh4uq45sysgx6awnt.table.core.windows.net/","file":"https://versionhh4uq45sysgx6awnt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliteste6lnfkdei2mzinyplhajo2t5ly327gwrwmuf5mrj74avle2b2kf4ulu4u3zlxxwts4ab/providers/Microsoft.Storage/storageAccounts/versionib6wdvsaxftddhtmh","name":"versionib6wdvsaxftddhtmh","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-28T22:27:01.2291330Z","key2":"2022-04-28T22:27:01.2291330Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:27:01.2447470Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:27:01.2447470Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T22:27:01.1041285Z","primaryEndpoints":{"dfs":"https://versionib6wdvsaxftddhtmh.dfs.core.windows.net/","web":"https://versionib6wdvsaxftddhtmh.z2.web.core.windows.net/","blob":"https://versionib6wdvsaxftddhtmh.blob.core.windows.net/","queue":"https://versionib6wdvsaxftddhtmh.queue.core.windows.net/","table":"https://versionib6wdvsaxftddhtmh.table.core.windows.net/","file":"https://versionib6wdvsaxftddhtmh.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest74lh5dcwdivjzpbyoqvafkpvnfg3tregvqtf456g3udapzlfl4jyqlh3sde26d2jh3x6/providers/Microsoft.Storage/storageAccounts/versioniuezathg3v5v754k7","name":"versioniuezathg3v5v754k7","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T05:42:37.9837177Z","key2":"2022-04-18T05:42:37.9837177Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T05:42:37.9837177Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T05:42:37.9837177Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-18T05:42:37.8743443Z","primaryEndpoints":{"dfs":"https://versioniuezathg3v5v754k7.dfs.core.windows.net/","web":"https://versioniuezathg3v5v754k7.z2.web.core.windows.net/","blob":"https://versioniuezathg3v5v754k7.blob.core.windows.net/","queue":"https://versioniuezathg3v5v754k7.queue.core.windows.net/","table":"https://versioniuezathg3v5v754k7.table.core.windows.net/","file":"https://versioniuezathg3v5v754k7.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestcdvjnuor7heyx55wxz6h4jdaxblpvnyfdk47a7ameycswklee6pxoev7idm4m644qisg/providers/Microsoft.Storage/storageAccounts/versionizwzijfbdy5w6mvbu","name":"versionizwzijfbdy5w6mvbu","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-25T00:18:06.3765854Z","key2":"2022-02-25T00:18:06.3765854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:18:06.3921844Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:18:06.3921844Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-25T00:18:06.2828372Z","primaryEndpoints":{"dfs":"https://versionizwzijfbdy5w6mvbu.dfs.core.windows.net/","web":"https://versionizwzijfbdy5w6mvbu.z2.web.core.windows.net/","blob":"https://versionizwzijfbdy5w6mvbu.blob.core.windows.net/","queue":"https://versionizwzijfbdy5w6mvbu.queue.core.windows.net/","table":"https://versionizwzijfbdy5w6mvbu.table.core.windows.net/","file":"https://versionizwzijfbdy5w6mvbu.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfjg3rxzubogi6qrblsgw3mmesxhn3pxjg27a5ktf7gnrxrnhwlrylljjshcwyyghqxbu/providers/Microsoft.Storage/storageAccounts/versionko6ksgiyhw5bzflr7","name":"versionko6ksgiyhw5bzflr7","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-15T09:44:43.3485045Z","key2":"2022-04-15T09:44:43.3485045Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T09:44:43.3485045Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T09:44:43.3485045Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T09:44:43.2547236Z","primaryEndpoints":{"dfs":"https://versionko6ksgiyhw5bzflr7.dfs.core.windows.net/","web":"https://versionko6ksgiyhw5bzflr7.z2.web.core.windows.net/","blob":"https://versionko6ksgiyhw5bzflr7.blob.core.windows.net/","queue":"https://versionko6ksgiyhw5bzflr7.queue.core.windows.net/","table":"https://versionko6ksgiyhw5bzflr7.table.core.windows.net/","file":"https://versionko6ksgiyhw5bzflr7.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestkzfdhprmzadvpjklrd7656pshnk33mbj6omwyff2jzqjatbmhegyprcfs7wbi4ypmvef/providers/Microsoft.Storage/storageAccounts/versionm5vzvntn2srqhkssx","name":"versionm5vzvntn2srqhkssx","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T23:15:38.7806886Z","key2":"2021-12-09T23:15:38.7806886Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:15:38.7806886Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:15:38.7806886Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T23:15:38.7025605Z","primaryEndpoints":{"dfs":"https://versionm5vzvntn2srqhkssx.dfs.core.windows.net/","web":"https://versionm5vzvntn2srqhkssx.z2.web.core.windows.net/","blob":"https://versionm5vzvntn2srqhkssx.blob.core.windows.net/","queue":"https://versionm5vzvntn2srqhkssx.queue.core.windows.net/","table":"https://versionm5vzvntn2srqhkssx.table.core.windows.net/","file":"https://versionm5vzvntn2srqhkssx.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest4ynxfhry5dpkuo3xwssvdbe3iwcxt5ewlnx3lz332nsyd3piqlooviiegb2uplmxnctu/providers/Microsoft.Storage/storageAccounts/versionnaeshhylx7ri7rvhk","name":"versionnaeshhylx7ri7rvhk","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T01:17:46.3041863Z","key2":"2022-03-18T01:17:46.3041863Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:17:46.3198179Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:17:46.3198179Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T01:17:46.0698030Z","primaryEndpoints":{"dfs":"https://versionnaeshhylx7ri7rvhk.dfs.core.windows.net/","web":"https://versionnaeshhylx7ri7rvhk.z2.web.core.windows.net/","blob":"https://versionnaeshhylx7ri7rvhk.blob.core.windows.net/","queue":"https://versionnaeshhylx7ri7rvhk.queue.core.windows.net/","table":"https://versionnaeshhylx7ri7rvhk.table.core.windows.net/","file":"https://versionnaeshhylx7ri7rvhk.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestqtov5khibmli5l5qnqxx7sqsiomitv4dy6e7v2p6g6baxo5k7gybvzol2mludvvlt3hk/providers/Microsoft.Storage/storageAccounts/versionncglaxef3bncte6ug","name":"versionncglaxef3bncte6ug","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T05:01:00.4631938Z","key2":"2021-12-09T05:01:00.4631938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:01:00.4631938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:01:00.4631938Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T05:01:00.4007471Z","primaryEndpoints":{"dfs":"https://versionncglaxef3bncte6ug.dfs.core.windows.net/","web":"https://versionncglaxef3bncte6ug.z2.web.core.windows.net/","blob":"https://versionncglaxef3bncte6ug.blob.core.windows.net/","queue":"https://versionncglaxef3bncte6ug.queue.core.windows.net/","table":"https://versionncglaxef3bncte6ug.table.core.windows.net/","file":"https://versionncglaxef3bncte6ug.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyex6l2i6otx4eikzzr7rikdz4b6rezhqeg6mnzwvtof4vpxkcw34rd7hwpk7q5ltnrxp/providers/Microsoft.Storage/storageAccounts/versionncoq7gv5mbp4o2uf6","name":"versionncoq7gv5mbp4o2uf6","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-15T06:47:03.1566686Z","key2":"2021-10-15T06:47:03.1566686Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T06:47:03.1723019Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T06:47:03.1723019Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-15T06:47:03.0785915Z","primaryEndpoints":{"dfs":"https://versionncoq7gv5mbp4o2uf6.dfs.core.windows.net/","web":"https://versionncoq7gv5mbp4o2uf6.z2.web.core.windows.net/","blob":"https://versionncoq7gv5mbp4o2uf6.blob.core.windows.net/","queue":"https://versionncoq7gv5mbp4o2uf6.queue.core.windows.net/","table":"https://versionncoq7gv5mbp4o2uf6.table.core.windows.net/","file":"https://versionncoq7gv5mbp4o2uf6.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestvexlopurtffpw44qelwzhnrj4hrri453i57dssogm2nrq3tgb4gdctqnh22two36b4r4/providers/Microsoft.Storage/storageAccounts/versiono3puxbh7aoleprgrj","name":"versiono3puxbh7aoleprgrj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-07T22:54:30.4927734Z","key2":"2022-04-07T22:54:30.4927734Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T22:54:30.4927734Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T22:54:30.4927734Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-07T22:54:30.3834786Z","primaryEndpoints":{"dfs":"https://versiono3puxbh7aoleprgrj.dfs.core.windows.net/","web":"https://versiono3puxbh7aoleprgrj.z2.web.core.windows.net/","blob":"https://versiono3puxbh7aoleprgrj.blob.core.windows.net/","queue":"https://versiono3puxbh7aoleprgrj.queue.core.windows.net/","table":"https://versiono3puxbh7aoleprgrj.table.core.windows.net/","file":"https://versiono3puxbh7aoleprgrj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5qgbjmgp4dbfryqs33skw2pkptk2sdmoqsw6nqonzmeekbq3ovley42itnpj4yfej5yi/providers/Microsoft.Storage/storageAccounts/versionoojtzpigw27c2rlwi","name":"versionoojtzpigw27c2rlwi","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-30T22:31:21.7608674Z","key2":"2021-12-30T22:31:21.7608674Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:31:21.7765100Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:31:21.7765100Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-30T22:31:21.4483344Z","primaryEndpoints":{"dfs":"https://versionoojtzpigw27c2rlwi.dfs.core.windows.net/","web":"https://versionoojtzpigw27c2rlwi.z2.web.core.windows.net/","blob":"https://versionoojtzpigw27c2rlwi.blob.core.windows.net/","queue":"https://versionoojtzpigw27c2rlwi.queue.core.windows.net/","table":"https://versionoojtzpigw27c2rlwi.table.core.windows.net/","file":"https://versionoojtzpigw27c2rlwi.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyxq5yt6z4or5ddvyvubtdjn73mslv25s4bqqme3ljmj6jsaagbmyn376m3cdex35tubw/providers/Microsoft.Storage/storageAccounts/versionqp3efyteboplomp5w","name":"versionqp3efyteboplomp5w","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T02:20:09.3003824Z","key2":"2021-09-07T02:20:09.3003824Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:20:09.3003824Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:20:09.3003824Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T02:20:09.2378807Z","primaryEndpoints":{"dfs":"https://versionqp3efyteboplomp5w.dfs.core.windows.net/","web":"https://versionqp3efyteboplomp5w.z2.web.core.windows.net/","blob":"https://versionqp3efyteboplomp5w.blob.core.windows.net/","queue":"https://versionqp3efyteboplomp5w.queue.core.windows.net/","table":"https://versionqp3efyteboplomp5w.table.core.windows.net/","file":"https://versionqp3efyteboplomp5w.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest27tntypkdnlo3adbzt7qqcx3detlxgtxnuxhaxdgobws4bjc26vshca2qezntlnmpuup/providers/Microsoft.Storage/storageAccounts/versionryihikjyurp5tntba","name":"versionryihikjyurp5tntba","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-11T22:07:42.2418545Z","key2":"2021-11-11T22:07:42.2418545Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:07:42.2418545Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:07:42.2418545Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-11T22:07:42.1637179Z","primaryEndpoints":{"dfs":"https://versionryihikjyurp5tntba.dfs.core.windows.net/","web":"https://versionryihikjyurp5tntba.z2.web.core.windows.net/","blob":"https://versionryihikjyurp5tntba.blob.core.windows.net/","queue":"https://versionryihikjyurp5tntba.queue.core.windows.net/","table":"https://versionryihikjyurp5tntba.table.core.windows.net/","file":"https://versionryihikjyurp5tntba.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestz4bcht3lymqfffkatndjcle4qf567sbk5b3hfcoqhkrfgghei6jeqgan2zr2i2j5fbtq/providers/Microsoft.Storage/storageAccounts/versions3jowsvxiiqegyrbr","name":"versions3jowsvxiiqegyrbr","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-23T22:12:49.9938938Z","key2":"2021-12-23T22:12:49.9938938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:12:49.9938938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:12:49.9938938Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-23T22:12:49.9157469Z","primaryEndpoints":{"dfs":"https://versions3jowsvxiiqegyrbr.dfs.core.windows.net/","web":"https://versions3jowsvxiiqegyrbr.z2.web.core.windows.net/","blob":"https://versions3jowsvxiiqegyrbr.blob.core.windows.net/","queue":"https://versions3jowsvxiiqegyrbr.queue.core.windows.net/","table":"https://versions3jowsvxiiqegyrbr.table.core.windows.net/","file":"https://versions3jowsvxiiqegyrbr.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesturbzqfflmkkupfwgtkutwvdy5nte5rec7neu6eyya4kahyepssopgq72mzxl54g7h2pt/providers/Microsoft.Storage/storageAccounts/versionscknbekpvmwrjeznt","name":"versionscknbekpvmwrjeznt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-28T02:39:44.7553582Z","key2":"2021-10-28T02:39:44.7553582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T02:39:44.7553582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T02:39:44.7553582Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-28T02:39:44.6772068Z","primaryEndpoints":{"dfs":"https://versionscknbekpvmwrjeznt.dfs.core.windows.net/","web":"https://versionscknbekpvmwrjeznt.z2.web.core.windows.net/","blob":"https://versionscknbekpvmwrjeznt.blob.core.windows.net/","queue":"https://versionscknbekpvmwrjeznt.queue.core.windows.net/","table":"https://versionscknbekpvmwrjeznt.table.core.windows.net/","file":"https://versionscknbekpvmwrjeznt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestd5q64bqhg7etouaunbpihutfyklxtsq6th5x27ddcpkn5ddwaj7yeth7w6vabib2jk36/providers/Microsoft.Storage/storageAccounts/versionsl4dpowre7blcmtnv","name":"versionsl4dpowre7blcmtnv","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T13:52:33.1524401Z","key2":"2022-03-17T13:52:33.1524401Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T13:52:33.1682399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T13:52:33.1682399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T13:52:33.0430992Z","primaryEndpoints":{"dfs":"https://versionsl4dpowre7blcmtnv.dfs.core.windows.net/","web":"https://versionsl4dpowre7blcmtnv.z2.web.core.windows.net/","blob":"https://versionsl4dpowre7blcmtnv.blob.core.windows.net/","queue":"https://versionsl4dpowre7blcmtnv.queue.core.windows.net/","table":"https://versionsl4dpowre7blcmtnv.table.core.windows.net/","file":"https://versionsl4dpowre7blcmtnv.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttfwerdemnnqhnkhq7pesq4g3fy2ms2qei6yjrfucueeqhy74fu5kdcxkbap7znlruizn/providers/Microsoft.Storage/storageAccounts/versionsnhg3s55m22flnaim","name":"versionsnhg3s55m22flnaim","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-28T16:47:35.2710910Z","key2":"2022-02-28T16:47:35.2710910Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T16:47:35.2867568Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T16:47:35.2867568Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-28T16:47:35.1773825Z","primaryEndpoints":{"dfs":"https://versionsnhg3s55m22flnaim.dfs.core.windows.net/","web":"https://versionsnhg3s55m22flnaim.z2.web.core.windows.net/","blob":"https://versionsnhg3s55m22flnaim.blob.core.windows.net/","queue":"https://versionsnhg3s55m22flnaim.queue.core.windows.net/","table":"https://versionsnhg3s55m22flnaim.table.core.windows.net/","file":"https://versionsnhg3s55m22flnaim.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest6j4p5hu3qwk67zq467rtwcd2a7paxiwrgpvjuqvw3drzvoz3clyu22h7l3gmkbn2c4oa/providers/Microsoft.Storage/storageAccounts/versionu6gh46ckmtwb2izub","name":"versionu6gh46ckmtwb2izub","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T05:28:58.1591481Z","key2":"2022-03-16T05:28:58.1591481Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:28:58.1747873Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:28:58.1747873Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T05:28:58.0654507Z","primaryEndpoints":{"dfs":"https://versionu6gh46ckmtwb2izub.dfs.core.windows.net/","web":"https://versionu6gh46ckmtwb2izub.z2.web.core.windows.net/","blob":"https://versionu6gh46ckmtwb2izub.blob.core.windows.net/","queue":"https://versionu6gh46ckmtwb2izub.queue.core.windows.net/","table":"https://versionu6gh46ckmtwb2izub.table.core.windows.net/","file":"https://versionu6gh46ckmtwb2izub.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesthjubmr2gcxl7wowm2yz4jtlqknroqoldmrrdz7ijr7kzs3intstr2ag5cuwovsdyfscc/providers/Microsoft.Storage/storageAccounts/versionvndhff7czdxs3e4zs","name":"versionvndhff7czdxs3e4zs","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-31T22:53:55.3378319Z","key2":"2022-03-31T22:53:55.3378319Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:53:55.3378319Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:53:55.3378319Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-31T22:53:55.2284931Z","primaryEndpoints":{"dfs":"https://versionvndhff7czdxs3e4zs.dfs.core.windows.net/","web":"https://versionvndhff7czdxs3e4zs.z2.web.core.windows.net/","blob":"https://versionvndhff7czdxs3e4zs.blob.core.windows.net/","queue":"https://versionvndhff7czdxs3e4zs.queue.core.windows.net/","table":"https://versionvndhff7czdxs3e4zs.table.core.windows.net/","file":"https://versionvndhff7czdxs3e4zs.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestc37roadc7h7ibpejg25elnx5c7th3cjwkmdjmraqd7x4d6afafd67xtrdeammre4vvwz/providers/Microsoft.Storage/storageAccounts/versionvs7l3fj37x7r3omla","name":"versionvs7l3fj37x7r3omla","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-02T23:19:41.5709882Z","key2":"2021-12-02T23:19:41.5709882Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:19:41.5709882Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:19:41.5709882Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-02T23:19:41.4928817Z","primaryEndpoints":{"dfs":"https://versionvs7l3fj37x7r3omla.dfs.core.windows.net/","web":"https://versionvs7l3fj37x7r3omla.z2.web.core.windows.net/","blob":"https://versionvs7l3fj37x7r3omla.blob.core.windows.net/","queue":"https://versionvs7l3fj37x7r3omla.queue.core.windows.net/","table":"https://versionvs7l3fj37x7r3omla.table.core.windows.net/","file":"https://versionvs7l3fj37x7r3omla.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrhkyigtoloz2mqogvsddvmbtemvops4dw6kluaww553xqrbl5kwgnpuse5fdom2fq5bd/providers/Microsoft.Storage/storageAccounts/versionvsfin4nwuwcxndawj","name":"versionvsfin4nwuwcxndawj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T02:26:57.6350762Z","key2":"2021-09-07T02:26:57.6350762Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:26:57.6350762Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:26:57.6350762Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T02:26:57.5726321Z","primaryEndpoints":{"dfs":"https://versionvsfin4nwuwcxndawj.dfs.core.windows.net/","web":"https://versionvsfin4nwuwcxndawj.z2.web.core.windows.net/","blob":"https://versionvsfin4nwuwcxndawj.blob.core.windows.net/","queue":"https://versionvsfin4nwuwcxndawj.queue.core.windows.net/","table":"https://versionvsfin4nwuwcxndawj.table.core.windows.net/","file":"https://versionvsfin4nwuwcxndawj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestu2dumyf3mk7jyirvjmsg3w5s3sa7ke6ujncoaf3eo7bowo2bmxpjufa3ww5q66p2u2gb/providers/Microsoft.Storage/storageAccounts/versionwlfh4xbessj73brlz","name":"versionwlfh4xbessj73brlz","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-10T23:46:16.5584572Z","key2":"2022-03-10T23:46:16.5584572Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-10T23:46:16.5584572Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-10T23:46:16.5584572Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-10T23:46:16.4803444Z","primaryEndpoints":{"dfs":"https://versionwlfh4xbessj73brlz.dfs.core.windows.net/","web":"https://versionwlfh4xbessj73brlz.z2.web.core.windows.net/","blob":"https://versionwlfh4xbessj73brlz.blob.core.windows.net/","queue":"https://versionwlfh4xbessj73brlz.queue.core.windows.net/","table":"https://versionwlfh4xbessj73brlz.table.core.windows.net/","file":"https://versionwlfh4xbessj73brlz.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsknognisu5ofc5kqx2s7pkyd44ypiqggvewtlb44ikbkje77zh4vo2y5c6alllygemol/providers/Microsoft.Storage/storageAccounts/versionwrfq6nydu5kpiyses","name":"versionwrfq6nydu5kpiyses","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-24T23:41:13.3087565Z","key2":"2022-03-24T23:41:13.3087565Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:41:13.3244129Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:41:13.3244129Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-24T23:41:13.1837898Z","primaryEndpoints":{"dfs":"https://versionwrfq6nydu5kpiyses.dfs.core.windows.net/","web":"https://versionwrfq6nydu5kpiyses.z2.web.core.windows.net/","blob":"https://versionwrfq6nydu5kpiyses.blob.core.windows.net/","queue":"https://versionwrfq6nydu5kpiyses.queue.core.windows.net/","table":"https://versionwrfq6nydu5kpiyses.table.core.windows.net/","file":"https://versionwrfq6nydu5kpiyses.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyvbbewdobz5vnqkoyumrkqbdufktrisug2ukkkvnirbc6frn2hxuvpe7weosgtfc4spk/providers/Microsoft.Storage/storageAccounts/versionymg2k5haow6be3wlh","name":"versionymg2k5haow6be3wlh","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-08T05:20:27.5220722Z","key2":"2021-11-08T05:20:27.5220722Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-08T05:20:27.5220722Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-08T05:20:27.5220722Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-08T05:20:27.4439279Z","primaryEndpoints":{"dfs":"https://versionymg2k5haow6be3wlh.dfs.core.windows.net/","web":"https://versionymg2k5haow6be3wlh.z2.web.core.windows.net/","blob":"https://versionymg2k5haow6be3wlh.blob.core.windows.net/","queue":"https://versionymg2k5haow6be3wlh.queue.core.windows.net/","table":"https://versionymg2k5haow6be3wlh.table.core.windows.net/","file":"https://versionymg2k5haow6be3wlh.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestkngvostxvfzwz7hb2pyqpst4ekovxl4qehicnbufjmoug5injclokanwouejm77muega/providers/Microsoft.Storage/storageAccounts/versionyrdifxty6izovwb6i","name":"versionyrdifxty6izovwb6i","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T02:23:07.0385168Z","key2":"2021-09-07T02:23:07.0385168Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:23:07.0385168Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:23:07.0385168Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T02:23:06.9760160Z","primaryEndpoints":{"dfs":"https://versionyrdifxty6izovwb6i.dfs.core.windows.net/","web":"https://versionyrdifxty6izovwb6i.z2.web.core.windows.net/","blob":"https://versionyrdifxty6izovwb6i.blob.core.windows.net/","queue":"https://versionyrdifxty6izovwb6i.queue.core.windows.net/","table":"https://versionyrdifxty6izovwb6i.table.core.windows.net/","file":"https://versionyrdifxty6izovwb6i.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyuxvuaieuwauapmgpekzsx2djnxw7imdd44j7ye2q2bsscuowdlungp4mvqma3k4zdi3/providers/Microsoft.Storage/storageAccounts/versionzlxq5fbnucauv5vo7","name":"versionzlxq5fbnucauv5vo7","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-25T03:40:01.2264205Z","key2":"2022-03-25T03:40:01.2264205Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-25T03:40:01.2264205Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-25T03:40:01.2264205Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-25T03:40:01.1169169Z","primaryEndpoints":{"dfs":"https://versionzlxq5fbnucauv5vo7.dfs.core.windows.net/","web":"https://versionzlxq5fbnucauv5vo7.z2.web.core.windows.net/","blob":"https://versionzlxq5fbnucauv5vo7.blob.core.windows.net/","queue":"https://versionzlxq5fbnucauv5vo7.queue.core.windows.net/","table":"https://versionzlxq5fbnucauv5vo7.table.core.windows.net/","file":"https://versionzlxq5fbnucauv5vo7.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestglnitz57vqvc6itqwridomid64tyuijykukioisnaiyykplrweeehtxiwezec62slafz/providers/Microsoft.Storage/storageAccounts/versionztiuttcba4r3zu4ux","name":"versionztiuttcba4r3zu4ux","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-23T03:39:19.0719019Z","key2":"2022-02-23T03:39:19.0719019Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:39:19.0719019Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:39:19.0719019Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-23T03:39:18.9781248Z","primaryEndpoints":{"dfs":"https://versionztiuttcba4r3zu4ux.dfs.core.windows.net/","web":"https://versionztiuttcba4r3zu4ux.z2.web.core.windows.net/","blob":"https://versionztiuttcba4r3zu4ux.blob.core.windows.net/","queue":"https://versionztiuttcba4r3zu4ux.queue.core.windows.net/","table":"https://versionztiuttcba4r3zu4ux.table.core.windows.net/","file":"https://versionztiuttcba4r3zu4ux.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/yssaeuap","name":"yssaeuap","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-09-06T07:56:33.4932788Z","key2":"2021-09-06T07:56:33.4932788Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-06T07:56:33.5088661Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-06T07:56:33.5088661Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-06T07:56:33.4151419Z","primaryEndpoints":{"dfs":"https://yssaeuap.dfs.core.windows.net/","web":"https://yssaeuap.z2.web.core.windows.net/","blob":"https://yssaeuap.blob.core.windows.net/","queue":"https://yssaeuap.queue.core.windows.net/","table":"https://yssaeuap.table.core.windows.net/","file":"https://yssaeuap.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg-euap/providers/Microsoft.Storage/storageAccounts/zhiyihuangsaeuap","name":"zhiyihuangsaeuap","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2021-09-24T05:54:33.0930905Z","key2":"2021-09-24T05:54:33.0930905Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-24T05:54:33.1087163Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-24T05:54:33.1087163Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-24T05:54:33.0305911Z","primaryEndpoints":{"dfs":"https://zhiyihuangsaeuap.dfs.core.windows.net/","web":"https://zhiyihuangsaeuap.z2.web.core.windows.net/","blob":"https://zhiyihuangsaeuap.blob.core.windows.net/","queue":"https://zhiyihuangsaeuap.queue.core.windows.net/","table":"https://zhiyihuangsaeuap.table.core.windows.net/","file":"https://zhiyihuangsaeuap.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available","secondaryLocation":"eastus2euap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://zhiyihuangsaeuap-secondary.dfs.core.windows.net/","web":"https://zhiyihuangsaeuap-secondary.z2.web.core.windows.net/","blob":"https://zhiyihuangsaeuap-secondary.blob.core.windows.net/","queue":"https://zhiyihuangsaeuap-secondary.queue.core.windows.net/","table":"https://zhiyihuangsaeuap-secondary.table.core.windows.net/"}}}]}' + string: '{"value":[{"identity":{"principalId":"840fca70-40b9-4b11-b371-47d2a7fca49b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aprao-keyvault-icm/providers/Microsoft.Storage/storageAccounts/apraos","name":"apraos","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-03-16T18:40:34.9782915Z","key2":"2021-03-16T18:40:34.9782915Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"keyvaultproperties":{"currentVersionedKeyIdentifier":"https://aprao-keyvault.vault.azure.net/keys/key1/1868f66b800d4c35a2b1d74caec0533d","lastKeyRotationTimestamp":"2021-03-16T18:42:12.1198230Z","currentVersionedKeyExpirationTimestamp":"2023-03-09T19:06:47.0000000Z","keyvaulturi":"https://aprao-keyvault.vault.azure.net","keyname":"key1","keyversion":""},"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"}},"keySource":"Microsoft.Keyvault"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-16T18:40:34.8533176Z","primaryEndpoints":{"dfs":"https://apraos.dfs.core.windows.net/","web":"https://apraos.z13.web.core.windows.net/","blob":"https://apraos.blob.core.windows.net/","queue":"https://apraos.queue.core.windows.net/","table":"https://apraos.table.core.windows.net/","file":"https://apraos.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://apraos-secondary.dfs.core.windows.net/","web":"https://apraos-secondary.z13.web.core.windows.net/","blob":"https://apraos-secondary.blob.core.windows.net/","queue":"https://apraos-secondary.queue.core.windows.net/","table":"https://apraos-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest","name":"ardsouzaprivatelinkstest","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-08T21:54:38.4161048Z","key2":"2022-03-08T21:54:38.4161048Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest/privateEndpointConnections/ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","name":"ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Network/privateEndpoints/ardsouzatestprivatelink"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"identity":{},"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-08T21:54:38.2754673Z","primaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest.table.core.windows.net/","file":"https://ardsouzaprivatelinkstest.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest-secondary.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest-secondary.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest-secondary.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest-secondary.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jakeschiller-synthetics/providers/Microsoft.Storage/storageAccounts/auditlogsjake","name":"auditlogsjake","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-04T18:16:57.1728121Z","key2":"2022-03-04T18:16:57.1728121Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-04T18:16:57.0321941Z","primaryEndpoints":{"dfs":"https://auditlogsjake.dfs.core.windows.net/","web":"https://auditlogsjake.z13.web.core.windows.net/","blob":"https://auditlogsjake.blob.core.windows.net/","queue":"https://auditlogsjake.queue.core.windows.net/","table":"https://auditlogsjake.table.core.windows.net/","file":"https://auditlogsjake.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032000fc40d543","name":"cs210032000fc40d543","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-26T18:43:28.0072728Z","key2":"2021-10-26T18:43:28.0072728Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-26T18:43:27.8822875Z","primaryEndpoints":{"dfs":"https://cs210032000fc40d543.dfs.core.windows.net/","web":"https://cs210032000fc40d543.z13.web.core.windows.net/","blob":"https://cs210032000fc40d543.blob.core.windows.net/","queue":"https://cs210032000fc40d543.queue.core.windows.net/","table":"https://cs210032000fc40d543.table.core.windows.net/","file":"https://cs210032000fc40d543.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs21003200113260ebe","name":"cs21003200113260ebe","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-18T16:13:52.3819223Z","key2":"2022-05-18T16:13:52.3819223Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T16:13:52.3975561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T16:13:52.3975561Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-18T16:13:52.2569128Z","primaryEndpoints":{"dfs":"https://cs21003200113260ebe.dfs.core.windows.net/","web":"https://cs21003200113260ebe.z13.web.core.windows.net/","blob":"https://cs21003200113260ebe.blob.core.windows.net/","queue":"https://cs21003200113260ebe.queue.core.windows.net/","table":"https://cs21003200113260ebe.table.core.windows.net/","file":"https://cs21003200113260ebe.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/capturerg/providers/Microsoft.Storage/storageAccounts/danscapturestor","name":"danscapturestor","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-05-10T17:04:59.4126203Z","primaryEndpoints":{"dfs":"https://danscapturestor.dfs.core.windows.net/","web":"https://danscapturestor.z13.web.core.windows.net/","blob":"https://danscapturestor.blob.core.windows.net/","queue":"https://danscapturestor.queue.core.windows.net/","table":"https://danscapturestor.table.core.windows.net/","file":"https://danscapturestor.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehcapturereplay/providers/Microsoft.Storage/storageAccounts/ehcapturereplay","name":"ehcapturereplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T19:12:07.2072655Z","key2":"2022-02-01T19:12:07.2072655Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T19:12:07.0510299Z","primaryEndpoints":{"blob":"https://ehcapturereplay.blob.core.windows.net/","queue":"https://ehcapturereplay.queue.core.windows.net/","table":"https://ehcapturereplay.table.core.windows.net/","file":"https://ehcapturereplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s02-rg_jfgk8s02_eastus/providers/Microsoft.Storage/storageAccounts/f14e964f95191459eaf85f3","name":"f14e964f95191459eaf85f3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T01:35:00.6925453Z","key2":"2021-05-16T01:35:00.6925453Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T01:35:00.5831489Z","primaryEndpoints":{"dfs":"https://f14e964f95191459eaf85f3.dfs.core.windows.net/","web":"https://f14e964f95191459eaf85f3.z13.web.core.windows.net/","blob":"https://f14e964f95191459eaf85f3.blob.core.windows.net/","queue":"https://f14e964f95191459eaf85f3.queue.core.windows.net/","table":"https://f14e964f95191459eaf85f3.table.core.windows.net/","file":"https://f14e964f95191459eaf85f3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s04-rg_jfgk8s04_eastus/providers/Microsoft.Storage/storageAccounts/f9fb0f3b75e644de7a8b1a5","name":"f9fb0f3b75e644de7a8b1a5","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-21T05:53:00.8960765Z","key2":"2021-05-21T05:53:00.8960765Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-21T05:53:00.7867115Z","primaryEndpoints":{"dfs":"https://f9fb0f3b75e644de7a8b1a5.dfs.core.windows.net/","web":"https://f9fb0f3b75e644de7a8b1a5.z13.web.core.windows.net/","blob":"https://f9fb0f3b75e644de7a8b1a5.blob.core.windows.net/","queue":"https://f9fb0f3b75e644de7a8b1a5.queue.core.windows.net/","table":"https://f9fb0f3b75e644de7a8b1a5.table.core.windows.net/","file":"https://f9fb0f3b75e644de7a8b1a5.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s03-rg_jfgk8s03_eastus/providers/Microsoft.Storage/storageAccounts/fc1f1b22293414ef8a49638","name":"fc1f1b22293414ef8a49638","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T22:21:33.8841286Z","key2":"2021-05-16T22:21:33.8841286Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T22:21:33.7591140Z","primaryEndpoints":{"dfs":"https://fc1f1b22293414ef8a49638.dfs.core.windows.net/","web":"https://fc1f1b22293414ef8a49638.z13.web.core.windows.net/","blob":"https://fc1f1b22293414ef8a49638.blob.core.windows.net/","queue":"https://fc1f1b22293414ef8a49638.queue.core.windows.net/","table":"https://fc1f1b22293414ef8a49638.table.core.windows.net/","file":"https://fc1f1b22293414ef8a49638.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s01-rg_jfgk8s01_eastus/providers/Microsoft.Storage/storageAccounts/fe3a48e25bb7d4a43b4476a","name":"fe3a48e25bb7d4a43b4476a","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-15T21:13:48.8778383Z","key2":"2021-05-15T21:13:48.8778383Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-15T21:13:48.7684800Z","primaryEndpoints":{"dfs":"https://fe3a48e25bb7d4a43b4476a.dfs.core.windows.net/","web":"https://fe3a48e25bb7d4a43b4476a.z13.web.core.windows.net/","blob":"https://fe3a48e25bb7d4a43b4476a.blob.core.windows.net/","queue":"https://fe3a48e25bb7d4a43b4476a.queue.core.windows.net/","table":"https://fe3a48e25bb7d4a43b4476a.table.core.windows.net/","file":"https://fe3a48e25bb7d4a43b4476a.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct3","name":"jfgstgacct3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":true,"keyCreationTime":{"key1":"2021-09-21T21:19:23.7492101Z","key2":"2021-09-21T21:19:23.7492101Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-21T21:19:23.6242147Z","primaryEndpoints":{"dfs":"https://jfgstgacct3.dfs.core.windows.net/","web":"https://jfgstgacct3.z13.web.core.windows.net/","blob":"https://jfgstgacct3.blob.core.windows.net/","queue":"https://jfgstgacct3.queue.core.windows.net/","table":"https://jfgstgacct3.table.core.windows.net/","file":"https://jfgstgacct3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct3-secondary.dfs.core.windows.net/","web":"https://jfgstgacct3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacct3-secondary.blob.core.windows.net/","queue":"https://jfgstgacct3-secondary.queue.core.windows.net/","table":"https://jfgstgacct3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgToDelete/providers/Microsoft.Storage/storageAccounts/jfgstgacct4mediasrvc","name":"jfgstgacct4mediasrvc","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-09-04T14:59:26.8105680Z","primaryEndpoints":{"blob":"https://jfgstgacct4mediasrvc.blob.core.windows.net/","queue":"https://jfgstgacct4mediasrvc.queue.core.windows.net/","table":"https://jfgstgacct4mediasrvc.table.core.windows.net/","file":"https://jfgstgacct4mediasrvc.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/jfgstgacctn","name":"jfgstgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T01:57:37.8270902Z","key2":"2021-04-16T01:57:37.8270902Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T01:57:37.7176940Z","primaryEndpoints":{"dfs":"https://jfgstgacctn.dfs.core.windows.net/","web":"https://jfgstgacctn.z13.web.core.windows.net/","blob":"https://jfgstgacctn.blob.core.windows.net/","queue":"https://jfgstgacctn.queue.core.windows.net/","table":"https://jfgstgacctn.table.core.windows.net/","file":"https://jfgstgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctn-secondary.dfs.core.windows.net/","web":"https://jfgstgacctn-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctn-secondary.blob.core.windows.net/","queue":"https://jfgstgacctn-secondary.queue.core.windows.net/","table":"https://jfgstgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt1","name":"jfgstgacctwmt1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T04:54:16.7474556Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt1.dfs.core.windows.net/","web":"https://jfgstgacctwmt1.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1.blob.core.windows.net/","queue":"https://jfgstgacctwmt1.queue.core.windows.net/","table":"https://jfgstgacctwmt1.table.core.windows.net/","file":"https://jfgstgacctwmt1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt1-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt1-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt1-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt2","name":"jfgstgacctwmt2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T05:44:17.6094265Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt2.dfs.core.windows.net/","web":"https://jfgstgacctwmt2.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2.blob.core.windows.net/","queue":"https://jfgstgacctwmt2.queue.core.windows.net/","table":"https://jfgstgacctwmt2.table.core.windows.net/","file":"https://jfgstgacctwmt2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt2-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt2-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt2-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt3","name":"jfgstgacctwmt3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T22:54:56.1329586Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt3.dfs.core.windows.net/","web":"https://jfgstgacctwmt3.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3.blob.core.windows.net/","queue":"https://jfgstgacctwmt3.queue.core.windows.net/","table":"https://jfgstgacctwmt3.table.core.windows.net/","file":"https://jfgstgacctwmt3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt3-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt3-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt4","name":"jfgstgacctwmt4","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-15T02:16:52.8821618Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt4.dfs.core.windows.net/","web":"https://jfgstgacctwmt4.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4.blob.core.windows.net/","queue":"https://jfgstgacctwmt4.queue.core.windows.net/","table":"https://jfgstgacctwmt4.table.core.windows.net/","file":"https://jfgstgacctwmt4.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt4-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt4-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt4-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EHResourceGr1/providers/Microsoft.Storage/storageAccounts/kasunehstore","name":"kasunehstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T23:34:23.0424727Z","key2":"2021-04-16T23:34:23.0424727Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T23:34:22.9330605Z","primaryEndpoints":{"dfs":"https://kasunehstore.dfs.core.windows.net/","web":"https://kasunehstore.z13.web.core.windows.net/","blob":"https://kasunehstore.blob.core.windows.net/","queue":"https://kasunehstore.queue.core.windows.net/","table":"https://kasunehstore.table.core.windows.net/","file":"https://kasunehstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kasunehstore-secondary.dfs.core.windows.net/","web":"https://kasunehstore-secondary.z13.web.core.windows.net/","blob":"https://kasunehstore-secondary.blob.core.windows.net/","queue":"https://kasunehstore-secondary.queue.core.windows.net/","table":"https://kasunehstore-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kasunResourceGroup1/providers/Microsoft.Storage/storageAccounts/kindrasiri1dlp","name":"kindrasiri1dlp","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-31T18:53:26.1259645Z","key2":"2021-08-31T18:53:26.1259645Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-31T18:53:26.0165731Z","primaryEndpoints":{"dfs":"https://kindrasiri1dlp.dfs.core.windows.net/","web":"https://kindrasiri1dlp.z13.web.core.windows.net/","blob":"https://kindrasiri1dlp.blob.core.windows.net/","queue":"https://kindrasiri1dlp.queue.core.windows.net/","table":"https://kindrasiri1dlp.table.core.windows.net/","file":"https://kindrasiri1dlp.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri-synapse/providers/Microsoft.Storage/storageAccounts/kindrasiriadls2","name":"kindrasiriadls2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-11T18:39:16.2706597Z","key2":"2021-06-11T18:39:16.2706597Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-11T18:39:16.1768907Z","primaryEndpoints":{"dfs":"https://kindrasiriadls2.dfs.core.windows.net/","web":"https://kindrasiriadls2.z13.web.core.windows.net/","blob":"https://kindrasiriadls2.blob.core.windows.net/","queue":"https://kindrasiriadls2.queue.core.windows.net/","table":"https://kindrasiriadls2.table.core.windows.net/","file":"https://kindrasiriadls2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kindrasiriadls2-secondary.dfs.core.windows.net/","web":"https://kindrasiriadls2-secondary.z13.web.core.windows.net/","blob":"https://kindrasiriadls2-secondary.blob.core.windows.net/","queue":"https://kindrasiriadls2-secondary.queue.core.windows.net/","table":"https://kindrasiriadls2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiriehreplay/providers/Microsoft.Storage/storageAccounts/kindrasiriehreplay","name":"kindrasiriehreplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T22:14:03.8595423Z","key2":"2022-02-01T22:14:03.8595423Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T22:14:03.7189311Z","primaryEndpoints":{"blob":"https://kindrasiriehreplay.blob.core.windows.net/","queue":"https://kindrasiriehreplay.queue.core.windows.net/","table":"https://kindrasiriehreplay.table.core.windows.net/","file":"https://kindrasiriehreplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasirifunctionbloblt/providers/Microsoft.Storage/storageAccounts/kindrasirifunctionbloblt","name":"kindrasirifunctionbloblt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T18:48:28.8584608Z","key2":"2022-02-01T18:48:28.8584608Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T18:48:28.7021807Z","primaryEndpoints":{"blob":"https://kindrasirifunctionbloblt.blob.core.windows.net/","queue":"https://kindrasirifunctionbloblt.queue.core.windows.net/","table":"https://kindrasirifunctionbloblt.table.core.windows.net/","file":"https://kindrasirifunctionbloblt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kqsstore","name":"kqsstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-09T22:39:02.6651369Z","key2":"2021-05-09T22:39:02.6651369Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-09T22:39:02.5713853Z","primaryEndpoints":{"dfs":"https://kqsstore.dfs.core.windows.net/","web":"https://kqsstore.z13.web.core.windows.net/","blob":"https://kqsstore.blob.core.windows.net/","queue":"https://kqsstore.queue.core.windows.net/","table":"https://kqsstore.table.core.windows.net/","file":"https://kqsstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/lmperftestazurefunction2","name":"lmperftestazurefunction2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"hidden-related:/providers/Microsoft.Web/sites/LMPerfTestAzureFunction20210805135248":"empty"},"properties":{"keyCreationTime":{"key1":"2021-08-05T20:54:31.9703900Z","key2":"2021-08-05T20:54:31.9703900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T20:54:31.8297365Z","primaryEndpoints":{"blob":"https://lmperftestazurefunction2.blob.core.windows.net/","queue":"https://lmperftestazurefunction2.queue.core.windows.net/","table":"https://lmperftestazurefunction2.table.core.windows.net/","file":"https://lmperftestazurefunction2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vagrawal-test/providers/Microsoft.Storage/storageAccounts/septhackhdistorage","name":"septhackhdistorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-13T06:52:12.6796825Z","key2":"2021-09-13T06:52:12.6796825Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-09-13T06:52:12.5546898Z","primaryEndpoints":{"blob":"https://septhackhdistorage.blob.core.windows.net/","queue":"https://septhackhdistorage.queue.core.windows.net/","table":"https://septhackhdistorage.table.core.windows.net/","file":"https://septhackhdistorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spegridtracingrg/providers/Microsoft.Storage/storageAccounts/spegridtracingstorage","name":"spegridtracingstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-05-18T03:03:51.6669063Z","key2":"2022-05-18T03:03:51.6825220Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T03:03:51.6825220Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T03:03:51.6825220Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-18T03:03:51.5419040Z","primaryEndpoints":{"dfs":"https://spegridtracingstorage.dfs.core.windows.net/","web":"https://spegridtracingstorage.z13.web.core.windows.net/","blob":"https://spegridtracingstorage.blob.core.windows.net/","queue":"https://spegridtracingstorage.queue.core.windows.net/","table":"https://spegridtracingstorage.table.core.windows.net/","file":"https://spegridtracingstorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://spegridtracingstorage-secondary.dfs.core.windows.net/","web":"https://spegridtracingstorage-secondary.z13.web.core.windows.net/","blob":"https://spegridtracingstorage-secondary.blob.core.windows.net/","queue":"https://spegridtracingstorage-secondary.queue.core.windows.net/","table":"https://spegridtracingstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/samplerg/providers/Microsoft.Storage/storageAccounts/sqlvao6ofh7zzepwns","name":"sqlvao6ofh7zzepwns","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:16:00.2324011Z","key2":"2021-10-18T18:16:00.2324011Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:16:00.1073983Z","primaryEndpoints":{"dfs":"https://sqlvao6ofh7zzepwns.dfs.core.windows.net/","web":"https://sqlvao6ofh7zzepwns.z13.web.core.windows.net/","blob":"https://sqlvao6ofh7zzepwns.blob.core.windows.net/","queue":"https://sqlvao6ofh7zzepwns.queue.core.windows.net/","table":"https://sqlvao6ofh7zzepwns.table.core.windows.net/","file":"https://sqlvao6ofh7zzepwns.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp6/providers/Microsoft.Storage/storageAccounts/stgacctn","name":"stgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T02:11:11.3403416Z","key2":"2021-04-16T02:11:11.3403416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T02:11:11.2461793Z","primaryEndpoints":{"dfs":"https://stgacctn.dfs.core.windows.net/","web":"https://stgacctn.z13.web.core.windows.net/","blob":"https://stgacctn.blob.core.windows.net/","queue":"https://stgacctn.queue.core.windows.net/","table":"https://stgacctn.table.core.windows.net/","file":"https://stgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://stgacctn-secondary.dfs.core.windows.net/","web":"https://stgacctn-secondary.z13.web.core.windows.net/","blob":"https://stgacctn-secondary.blob.core.windows.net/","queue":"https://stgacctn-secondary.queue.core.windows.net/","table":"https://stgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/saglodha-benchmarkingRG/providers/Microsoft.Storage/storageAccounts/storagesaglodha","name":"storagesaglodha","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-28T10:56:18.6084580Z","key2":"2022-04-28T10:56:18.6084580Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T10:56:18.6084580Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T10:56:18.6084580Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T10:56:18.4678415Z","primaryEndpoints":{"dfs":"https://storagesaglodha.dfs.core.windows.net/","web":"https://storagesaglodha.z13.web.core.windows.net/","blob":"https://storagesaglodha.blob.core.windows.net/","queue":"https://storagesaglodha.queue.core.windows.net/","table":"https://storagesaglodha.table.core.windows.net/","file":"https://storagesaglodha.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesaglodha-secondary.dfs.core.windows.net/","web":"https://storagesaglodha-secondary.z13.web.core.windows.net/","blob":"https://storagesaglodha-secondary.blob.core.windows.net/","queue":"https://storagesaglodha-secondary.queue.core.windows.net/","table":"https://storagesaglodha-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/streamanalyticswhitelist","name":"streamanalyticswhitelist","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-10T23:20:44.5343482Z","key2":"2021-06-10T23:20:44.5343482Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-10T23:20:44.4093688Z","primaryEndpoints":{"dfs":"https://streamanalyticswhitelist.dfs.core.windows.net/","web":"https://streamanalyticswhitelist.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist.blob.core.windows.net/","queue":"https://streamanalyticswhitelist.queue.core.windows.net/","table":"https://streamanalyticswhitelist.table.core.windows.net/","file":"https://streamanalyticswhitelist.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://streamanalyticswhitelist-secondary.dfs.core.windows.net/","web":"https://streamanalyticswhitelist-secondary.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist-secondary.blob.core.windows.net/","queue":"https://streamanalyticswhitelist-secondary.queue.core.windows.net/","table":"https://streamanalyticswhitelist-secondary.table.core.windows.net/"}}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"BlockBlobStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testbbehcapture0224","name":"testbbehcapture0224","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-24T18:41:43.7090412Z","key2":"2022-02-24T18:41:43.7090412Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"table":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"queue":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-24T18:41:43.5684368Z","primaryEndpoints":{"dfs":"https://testbbehcapture0224.dfs.core.windows.net/","web":"https://testbbehcapture0224.z13.web.core.windows.net/","blob":"https://testbbehcapture0224.blob.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/testencrypted","name":"testencrypted","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-08T18:38:35.3988277Z","key2":"2022-04-08T18:38:35.3988277Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":true,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-08T18:38:35.2425914Z","primaryEndpoints":{"dfs":"https://testencrypted.dfs.core.windows.net/","web":"https://testencrypted.z13.web.core.windows.net/","blob":"https://testencrypted.blob.core.windows.net/","queue":"https://testencrypted.queue.core.windows.net/","table":"https://testencrypted.table.core.windows.net/","file":"https://testencrypted.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.Storage/storageAccounts/testusstorageaccount","name":"testusstorageaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-22T07:53:19.7734218Z","key2":"2022-03-22T07:53:19.7734218Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T07:53:19.6484072Z","primaryEndpoints":{"dfs":"https://testusstorageaccount.dfs.core.windows.net/","web":"https://testusstorageaccount.z13.web.core.windows.net/","blob":"https://testusstorageaccount.blob.core.windows.net/","queue":"https://testusstorageaccount.queue.core.windows.net/","table":"https://testusstorageaccount.table.core.windows.net/","file":"https://testusstorageaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testusstorageaccount-secondary.dfs.core.windows.net/","web":"https://testusstorageaccount-secondary.z13.web.core.windows.net/","blob":"https://testusstorageaccount-secondary.blob.core.windows.net/","queue":"https://testusstorageaccount-secondary.queue.core.windows.net/","table":"https://testusstorageaccount-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.Storage/storageAccounts/yamlinstorageacct","name":"yamlinstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-12T06:45:17.1504948Z","key2":"2021-12-12T06:45:17.1504948Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-12T06:45:17.0410724Z","primaryEndpoints":{"dfs":"https://yamlinstorageacct.dfs.core.windows.net/","web":"https://yamlinstorageacct.z13.web.core.windows.net/","blob":"https://yamlinstorageacct.blob.core.windows.net/","queue":"https://yamlinstorageacct.queue.core.windows.net/","table":"https://yamlinstorageacct.table.core.windows.net/","file":"https://yamlinstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlinstorageacct-secondary.dfs.core.windows.net/","web":"https://yamlinstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yamlinstorageacct-secondary.blob.core.windows.net/","queue":"https://yamlinstorageacct-secondary.queue.core.windows.net/","table":"https://yamlinstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azureml/providers/Microsoft.Storage/storageAccounts/eventgridtestw5271599183","name":"eventgridtestw5271599183","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-10-01T22:49:28.9951256Z","primaryEndpoints":{"blob":"https://eventgridtestw5271599183.blob.core.windows.net/","queue":"https://eventgridtestw5271599183.queue.core.windows.net/","table":"https://eventgridtestw5271599183.table.core.windows.net/","file":"https://eventgridtestw5271599183.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hmlam-tmp/providers/Microsoft.Storage/storageAccounts/hmlamtmpstorage","name":"hmlamtmpstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-01T15:41:37.7076677Z","key2":"2021-04-01T15:41:37.7076677Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-01T15:41:37.5983199Z","primaryEndpoints":{"dfs":"https://hmlamtmpstorage.dfs.core.windows.net/","web":"https://hmlamtmpstorage.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage.blob.core.windows.net/","queue":"https://hmlamtmpstorage.queue.core.windows.net/","table":"https://hmlamtmpstorage.table.core.windows.net/","file":"https://hmlamtmpstorage.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://hmlamtmpstorage-secondary.dfs.core.windows.net/","web":"https://hmlamtmpstorage-secondary.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage-secondary.blob.core.windows.net/","queue":"https://hmlamtmpstorage-secondary.queue.core.windows.net/","table":"https://hmlamtmpstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kindrasiribenchmark","name":"kindrasiribenchmark","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-10T00:04:38.6276840Z","key2":"2021-05-10T00:04:38.6276840Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-10T00:04:38.5495606Z","primaryEndpoints":{"dfs":"https://kindrasiribenchmark.dfs.core.windows.net/","web":"https://kindrasiribenchmark.z20.web.core.windows.net/","blob":"https://kindrasiribenchmark.blob.core.windows.net/","queue":"https://kindrasiribenchmark.queue.core.windows.net/","table":"https://kindrasiribenchmark.table.core.windows.net/","file":"https://kindrasiribenchmark.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajmlstudiow2640013616","name":"surajmlstudiow2640013616","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-22T01:30:34.2299889Z","key2":"2022-03-22T01:30:34.2299889Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T01:30:34.1362347Z","primaryEndpoints":{"dfs":"https://surajmlstudiow2640013616.dfs.core.windows.net/","web":"https://surajmlstudiow2640013616.z20.web.core.windows.net/","blob":"https://surajmlstudiow2640013616.blob.core.windows.net/","queue":"https://surajmlstudiow2640013616.queue.core.windows.net/","table":"https://surajmlstudiow2640013616.table.core.windows.net/","file":"https://surajmlstudiow2640013616.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.Storage/storageAccounts/testingsdkeventhubnew","name":"testingsdkeventhubnew","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-08T21:44:02.4599707Z","primaryEndpoints":{"dfs":"https://testingsdkeventhubnew.dfs.core.windows.net/","web":"https://testingsdkeventhubnew.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew.blob.core.windows.net/","queue":"https://testingsdkeventhubnew.queue.core.windows.net/","table":"https://testingsdkeventhubnew.table.core.windows.net/","file":"https://testingsdkeventhubnew.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testingsdkeventhubnew-secondary.dfs.core.windows.net/","web":"https://testingsdkeventhubnew-secondary.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew-secondary.blob.core.windows.net/","queue":"https://testingsdkeventhubnew-secondary.queue.core.windows.net/","table":"https://testingsdkeventhubnew-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testsasyst0622","name":"testsasyst0622","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-22T17:38:38.8965465Z","key2":"2021-06-22T17:38:38.8965465Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-22T17:38:38.7871738Z","primaryEndpoints":{"dfs":"https://testsasyst0622.dfs.core.windows.net/","web":"https://testsasyst0622.z20.web.core.windows.net/","blob":"https://testsasyst0622.blob.core.windows.net/","queue":"https://testsasyst0622.queue.core.windows.net/","table":"https://testsasyst0622.table.core.windows.net/","file":"https://testsasyst0622.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testsasyst0622-secondary.dfs.core.windows.net/","web":"https://testsasyst0622-secondary.z20.web.core.windows.net/","blob":"https://testsasyst0622-secondary.blob.core.windows.net/","queue":"https://testsasyst0622-secondary.queue.core.windows.net/","table":"https://testsasyst0622-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.Storage/storageAccounts/yamlindslacctname","name":"yamlindslacctname","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T16:23:54.1736280Z","key2":"2022-03-17T16:23:54.1736280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T16:23:54.0330239Z","primaryEndpoints":{"dfs":"https://yamlindslacctname.dfs.core.windows.net/","web":"https://yamlindslacctname.z20.web.core.windows.net/","blob":"https://yamlindslacctname.blob.core.windows.net/","queue":"https://yamlindslacctname.queue.core.windows.net/","table":"https://yamlindslacctname.table.core.windows.net/","file":"https://yamlindslacctname.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlindslacctname-secondary.dfs.core.windows.net/","web":"https://yamlindslacctname-secondary.z20.web.core.windows.net/","blob":"https://yamlindslacctname-secondary.blob.core.windows.net/","queue":"https://yamlindslacctname-secondary.queue.core.windows.net/","table":"https://yamlindslacctname-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T09:09:50.6147927Z","key2":"2022-06-28T09:09:50.6147927Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T09:09:50.6304301Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T09:09:50.6304301Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T09:09:50.5054219Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100300009d4c58e9","name":"cs4100300009d4c58e9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-11-02T19:09:34.7019780Z","key2":"2021-11-02T19:09:34.7019780Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T19:09:34.6237764Z","primaryEndpoints":{"dfs":"https://cs4100300009d4c58e9.dfs.core.windows.net/","web":"https://cs4100300009d4c58e9.z22.web.core.windows.net/","blob":"https://cs4100300009d4c58e9.blob.core.windows.net/","queue":"https://cs4100300009d4c58e9.queue.core.windows.net/","table":"https://cs4100300009d4c58e9.table.core.windows.net/","file":"https://cs4100300009d4c58e9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003dd7f360","name":"cs4100320003dd7f360","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-05T16:57:11.3905310Z","key2":"2022-01-05T16:57:11.3905310Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-05T16:57:11.2967988Z","primaryEndpoints":{"dfs":"https://cs4100320003dd7f360.dfs.core.windows.net/","web":"https://cs4100320003dd7f360.z22.web.core.windows.net/","blob":"https://cs4100320003dd7f360.blob.core.windows.net/","queue":"https://cs4100320003dd7f360.queue.core.windows.net/","table":"https://cs4100320003dd7f360.table.core.windows.net/","file":"https://cs4100320003dd7f360.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003ff4d1b9","name":"cs4100320003ff4d1b9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-09-28T15:12:14.8813694Z","key2":"2021-09-28T15:12:14.8813694Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T15:12:14.8032406Z","primaryEndpoints":{"dfs":"https://cs4100320003ff4d1b9.dfs.core.windows.net/","web":"https://cs4100320003ff4d1b9.z22.web.core.windows.net/","blob":"https://cs4100320003ff4d1b9.blob.core.windows.net/","queue":"https://cs4100320003ff4d1b9.queue.core.windows.net/","table":"https://cs4100320003ff4d1b9.table.core.windows.net/","file":"https://cs4100320003ff4d1b9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs41003200067746e27","name":"cs41003200067746e27","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-06T22:52:19.8788005Z","key2":"2021-12-06T22:52:19.8788005Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T22:52:19.7850844Z","primaryEndpoints":{"dfs":"https://cs41003200067746e27.dfs.core.windows.net/","web":"https://cs41003200067746e27.z22.web.core.windows.net/","blob":"https://cs41003200067746e27.blob.core.windows.net/","queue":"https://cs41003200067746e27.queue.core.windows.net/","table":"https://cs41003200067746e27.table.core.windows.net/","file":"https://cs41003200067746e27.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320012c24c8c5","name":"cs4100320012c24c8c5","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-19T22:59:53.6542168Z","key2":"2021-05-19T22:59:53.6542168Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-19T22:59:53.5760663Z","primaryEndpoints":{"dfs":"https://cs4100320012c24c8c5.dfs.core.windows.net/","web":"https://cs4100320012c24c8c5.z22.web.core.windows.net/","blob":"https://cs4100320012c24c8c5.blob.core.windows.net/","queue":"https://cs4100320012c24c8c5.queue.core.windows.net/","table":"https://cs4100320012c24c8c5.table.core.windows.net/","file":"https://cs4100320012c24c8c5.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410032001d604f2fa","name":"cs410032001d604f2fa","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-04-12T21:29:59.5048565Z","key2":"2022-04-12T21:29:59.5048565Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-12T21:29:59.3954458Z","primaryEndpoints":{"dfs":"https://cs410032001d604f2fa.dfs.core.windows.net/","web":"https://cs410032001d604f2fa.z22.web.core.windows.net/","blob":"https://cs410032001d604f2fa.blob.core.windows.net/","queue":"https://cs410032001d604f2fa.queue.core.windows.net/","table":"https://cs410032001d604f2fa.table.core.windows.net/","file":"https://cs410032001d604f2fa.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff801baf53","name":"cs410033fff801baf53","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-17T22:36:21.9707778Z","primaryEndpoints":{"dfs":"https://cs410033fff801baf53.dfs.core.windows.net/","web":"https://cs410033fff801baf53.z22.web.core.windows.net/","blob":"https://cs410033fff801baf53.blob.core.windows.net/","queue":"https://cs410033fff801baf53.queue.core.windows.net/","table":"https://cs410033fff801baf53.table.core.windows.net/","file":"https://cs410033fff801baf53.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff949aad5b","name":"cs410033fff949aad5b","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-15T00:44:21.0375403Z","key2":"2022-03-15T00:44:21.0375403Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-15T00:44:20.9438059Z","primaryEndpoints":{"dfs":"https://cs410033fff949aad5b.dfs.core.windows.net/","web":"https://cs410033fff949aad5b.z22.web.core.windows.net/","blob":"https://cs410033fff949aad5b.blob.core.windows.net/","queue":"https://cs410033fff949aad5b.queue.core.windows.net/","table":"https://cs410033fff949aad5b.table.core.windows.net/","file":"https://cs410033fff949aad5b.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4326100e2f69dx4268x850","name":"cs4326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-15T22:23:20.1871999Z","primaryEndpoints":{"blob":"https://cs4326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs4326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs4326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs4326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10033fff86b2be46","name":"cswestus10033fff86b2be46","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-11T03:18:49.4436362Z","primaryEndpoints":{"dfs":"https://cswestus10033fff86b2be46.dfs.core.windows.net/","web":"https://cswestus10033fff86b2be46.z22.web.core.windows.net/","blob":"https://cswestus10033fff86b2be46.blob.core.windows.net/","queue":"https://cswestus10033fff86b2be46.queue.core.windows.net/","table":"https://cswestus10033fff86b2be46.table.core.windows.net/","file":"https://cswestus10033fff86b2be46.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10037ffe801af00d","name":"cswestus10037ffe801af00d","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-14T03:31:53.6789864Z","primaryEndpoints":{"dfs":"https://cswestus10037ffe801af00d.dfs.core.windows.net/","web":"https://cswestus10037ffe801af00d.z22.web.core.windows.net/","blob":"https://cswestus10037ffe801af00d.blob.core.windows.net/","queue":"https://cswestus10037ffe801af00d.queue.core.windows.net/","table":"https://cswestus10037ffe801af00d.table.core.windows.net/","file":"https://cswestus10037ffe801af00d.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus1003bffd988f0fb9","name":"cswestus1003bffd988f0fb9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-02T04:24:33.6144489Z","primaryEndpoints":{"dfs":"https://cswestus1003bffd988f0fb9.dfs.core.windows.net/","web":"https://cswestus1003bffd988f0fb9.z22.web.core.windows.net/","blob":"https://cswestus1003bffd988f0fb9.blob.core.windows.net/","queue":"https://cswestus1003bffd988f0fb9.queue.core.windows.net/","table":"https://cswestus1003bffd988f0fb9.table.core.windows.net/","file":"https://cswestus1003bffd988f0fb9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aschhab-eg-aci/providers/Microsoft.Storage/storageAccounts/egmountacct28783","name":"egmountacct28783","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-05T18:28:11.7477577Z","primaryEndpoints":{"blob":"https://egmountacct28783.blob.core.windows.net/","queue":"https://egmountacct28783.queue.core.windows.net/","table":"https://egmountacct28783.table.core.windows.net/","file":"https://egmountacct28783.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"identity":{"principalId":"60f52bcd-1575-44fb-85d3-b9b5a7471293","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehbyok/providers/Microsoft.Storage/storageAccounts/ehpmstororg1","name":"ehpmstororg1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-11T01:21:50.6520054Z","primaryEndpoints":{"blob":"https://ehpmstororg1.blob.core.windows.net/","queue":"https://ehpmstororg1.queue.core.windows.net/","table":"https://ehpmstororg1.table.core.windows.net/","file":"https://ehpmstororg1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"blob":"https://ehpmstororg1-secondary.blob.core.windows.net/","queue":"https://ehpmstororg1-secondary.queue.core.windows.net/","table":"https://ehpmstororg1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jagstest/providers/Microsoft.Storage/storageAccounts/jagstestdiag","name":"jagstestdiag","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-15T00:56:03.9240560Z","key2":"2022-01-15T00:56:03.9240560Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-15T00:56:03.8146841Z","primaryEndpoints":{"dfs":"https://jagstestdiag.dfs.core.windows.net/","web":"https://jagstestdiag.z22.web.core.windows.net/","blob":"https://jagstestdiag.blob.core.windows.net/","queue":"https://jagstestdiag.queue.core.windows.net/","table":"https://jagstestdiag.table.core.windows.net/","file":"https://jagstestdiag.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jagstestdiag-secondary.dfs.core.windows.net/","web":"https://jagstestdiag-secondary.z22.web.core.windows.net/","blob":"https://jagstestdiag-secondary.blob.core.windows.net/","queue":"https://jagstestdiag-secondary.queue.core.windows.net/","table":"https://jagstestdiag-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/jfgstgacct1","name":"jfgstgacct1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-11T13:41:38.2694902Z","primaryEndpoints":{"dfs":"https://jfgstgacct1.dfs.core.windows.net/","web":"https://jfgstgacct1.z22.web.core.windows.net/","blob":"https://jfgstgacct1.blob.core.windows.net/","queue":"https://jfgstgacct1.queue.core.windows.net/","table":"https://jfgstgacct1.table.core.windows.net/","file":"https://jfgstgacct1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct1-secondary.dfs.core.windows.net/","web":"https://jfgstgacct1-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct1-secondary.blob.core.windows.net/","queue":"https://jfgstgacct1-secondary.queue.core.windows.net/","table":"https://jfgstgacct1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct2","name":"jfgstgacct2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-09T16:57:35.8519121Z","primaryEndpoints":{"dfs":"https://jfgstgacct2.dfs.core.windows.net/","web":"https://jfgstgacct2.z22.web.core.windows.net/","blob":"https://jfgstgacct2.blob.core.windows.net/","queue":"https://jfgstgacct2.queue.core.windows.net/","table":"https://jfgstgacct2.table.core.windows.net/","file":"https://jfgstgacct2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct2-secondary.dfs.core.windows.net/","web":"https://jfgstgacct2-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct2-secondary.blob.core.windows.net/","queue":"https://jfgstgacct2-secondary.queue.core.windows.net/","table":"https://jfgstgacct2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadgen2storage","name":"manojprasadgen2storage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T22:58:48.1135002Z","primaryEndpoints":{"dfs":"https://manojprasadgen2storage.dfs.core.windows.net/","web":"https://manojprasadgen2storage.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage.blob.core.windows.net/","queue":"https://manojprasadgen2storage.queue.core.windows.net/","table":"https://manojprasadgen2storage.table.core.windows.net/","file":"https://manojprasadgen2storage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadgen2storage-secondary.dfs.core.windows.net/","web":"https://manojprasadgen2storage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage-secondary.blob.core.windows.net/","queue":"https://manojprasadgen2storage-secondary.queue.core.windows.net/","table":"https://manojprasadgen2storage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadstorage","name":"manojprasadstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T19:35:17.4763551Z","primaryEndpoints":{"dfs":"https://manojprasadstorage.dfs.core.windows.net/","web":"https://manojprasadstorage.z22.web.core.windows.net/","blob":"https://manojprasadstorage.blob.core.windows.net/","queue":"https://manojprasadstorage.queue.core.windows.net/","table":"https://manojprasadstorage.table.core.windows.net/","file":"https://manojprasadstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadstorage-secondary.dfs.core.windows.net/","web":"https://manojprasadstorage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadstorage-secondary.blob.core.windows.net/","queue":"https://manojprasadstorage-secondary.queue.core.windows.net/","table":"https://manojprasadstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SBProcess_group/providers/Microsoft.Storage/storageAccounts/sbprocessgroupb127","name":"sbprocessgroupb127","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T01:29:29.3978134Z","key2":"2022-06-22T01:29:29.3978134Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T01:29:29.4134115Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T01:29:29.4134115Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T01:29:29.3040629Z","primaryEndpoints":{"blob":"https://sbprocessgroupb127.blob.core.windows.net/","queue":"https://sbprocessgroupb127.queue.core.windows.net/","table":"https://sbprocessgroupb127.table.core.windows.net/","file":"https://sbprocessgroupb127.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjadlsgen2","name":"sjadlsgen2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-18T00:52:43.0161942Z","primaryEndpoints":{"dfs":"https://sjadlsgen2.dfs.core.windows.net/","web":"https://sjadlsgen2.z22.web.core.windows.net/","blob":"https://sjadlsgen2.blob.core.windows.net/","queue":"https://sjadlsgen2.queue.core.windows.net/","table":"https://sjadlsgen2.table.core.windows.net/","file":"https://sjadlsgen2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sjadlsgen2-secondary.dfs.core.windows.net/","web":"https://sjadlsgen2-secondary.z22.web.core.windows.net/","blob":"https://sjadlsgen2-secondary.blob.core.windows.net/","queue":"https://sjadlsgen2-secondary.queue.core.windows.net/","table":"https://sjadlsgen2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1lrsaccount","name":"sjv1lrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:30:52.5935789Z","key2":"2021-05-18T08:30:52.5935789Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:30:52.4998234Z","primaryEndpoints":{"blob":"https://sjv1lrsaccount.blob.core.windows.net/","queue":"https://sjv1lrsaccount.queue.core.windows.net/","table":"https://sjv1lrsaccount.table.core.windows.net/","file":"https://sjv1lrsaccount.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1zrsaccount","name":"sjv1zrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:33:17.9540331Z","key2":"2021-05-18T08:33:17.9540331Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:33:17.7195983Z","primaryEndpoints":{"blob":"https://sjv1zrsaccount.blob.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp8/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrs958f","name":"storageaccountjfgrs958f","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-09T22:38:37.0320736Z","primaryEndpoints":{"blob":"https://storageaccountjfgrs958f.blob.core.windows.net/","queue":"https://storageaccountjfgrs958f.queue.core.windows.net/","table":"https://storageaccountjfgrs958f.table.core.windows.net/","file":"https://storageaccountjfgrs958f.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrsa544","name":"storageaccountjfgrsa544","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-06-11T14:10:46.8645778Z","primaryEndpoints":{"blob":"https://storageaccountjfgrsa544.blob.core.windows.net/","queue":"https://storageaccountjfgrsa544.queue.core.windows.net/","table":"https://storageaccountjfgrsa544.table.core.windows.net/","file":"https://storageaccountjfgrsa544.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/brdillow/providers/Microsoft.Storage/storageAccounts/brdillowstorage1","name":"brdillowstorage1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-09T23:24:18.2214036Z","key2":"2022-02-09T23:24:18.2214036Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-09T23:24:18.0807800Z","primaryEndpoints":{"dfs":"https://brdillowstorage1.dfs.core.windows.net/","web":"https://brdillowstorage1.z6.web.core.windows.net/","blob":"https://brdillowstorage1.blob.core.windows.net/","queue":"https://brdillowstorage1.queue.core.windows.net/","table":"https://brdillowstorage1.table.core.windows.net/","file":"https://brdillowstorage1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://brdillowstorage1-secondary.dfs.core.windows.net/","web":"https://brdillowstorage1-secondary.z6.web.core.windows.net/","blob":"https://brdillowstorage1-secondary.blob.core.windows.net/","queue":"https://brdillowstorage1-secondary.queue.core.windows.net/","table":"https://brdillowstorage1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/ehspringbootsc","name":"ehspringbootsc","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-26T01:41:02.0835792Z","primaryEndpoints":{"dfs":"https://ehspringbootsc.dfs.core.windows.net/","web":"https://ehspringbootsc.z6.web.core.windows.net/","blob":"https://ehspringbootsc.blob.core.windows.net/","queue":"https://ehspringbootsc.queue.core.windows.net/","table":"https://ehspringbootsc.table.core.windows.net/","file":"https://ehspringbootsc.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ehspringbootsc-secondary.dfs.core.windows.net/","web":"https://ehspringbootsc-secondary.z6.web.core.windows.net/","blob":"https://ehspringbootsc-secondary.blob.core.windows.net/","queue":"https://ehspringbootsc-secondary.queue.core.windows.net/","table":"https://ehspringbootsc-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/eventsourcingstrategy","name":"eventsourcingstrategy","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"CreationDate":"28-03-2021","Project":"Implementing + an Event Sourcing strategy on Azure","Purpose":"Session"},"properties":{"keyCreationTime":{"key1":"2022-05-26T20:28:34.9362103Z","key2":"2022-05-26T20:28:34.9362103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T20:28:34.9362103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T20:28:34.9362103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T20:28:34.7799449Z","primaryEndpoints":{"dfs":"https://eventsourcingstrategy.dfs.core.windows.net/","web":"https://eventsourcingstrategy.z6.web.core.windows.net/","blob":"https://eventsourcingstrategy.blob.core.windows.net/","queue":"https://eventsourcingstrategy.queue.core.windows.net/","table":"https://eventsourcingstrategy.table.core.windows.net/","file":"https://eventsourcingstrategy.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjwustdstorageaccount1","name":"sjwustdstorageaccount1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-23T00:06:45.4060578Z","primaryEndpoints":{"dfs":"https://sjwustdstorageaccount1.dfs.core.windows.net/","web":"https://sjwustdstorageaccount1.z6.web.core.windows.net/","blob":"https://sjwustdstorageaccount1.blob.core.windows.net/","queue":"https://sjwustdstorageaccount1.queue.core.windows.net/","table":"https://sjwustdstorageaccount1.table.core.windows.net/","file":"https://sjwustdstorageaccount1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs710032000fed7f0f6","name":"cs710032000fed7f0f6","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-19T23:29:56.9072676Z","primaryEndpoints":{"dfs":"https://cs710032000fed7f0f6.dfs.core.windows.net/","web":"https://cs710032000fed7f0f6.z21.web.core.windows.net/","blob":"https://cs710032000fed7f0f6.blob.core.windows.net/","queue":"https://cs710032000fed7f0f6.queue.core.windows.net/","table":"https://cs710032000fed7f0f6.table.core.windows.net/","file":"https://cs710032000fed7f0f6.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs7326100e2f69dx4268x850","name":"cs7326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-06-05T01:48:01.4993804Z","primaryEndpoints":{"dfs":"https://cs7326100e2f69dx4268x850.dfs.core.windows.net/","web":"https://cs7326100e2f69dx4268x850.z21.web.core.windows.net/","blob":"https://cs7326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs7326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs7326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs7326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Storage/storageAccounts/juanfunctionstorage","name":"juanfunctionstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2017-01-27T22:51:35.2772535Z","primaryEndpoints":{"blob":"https://juanfunctionstorage.blob.core.windows.net/","queue":"https://juanfunctionstorage.queue.core.windows.net/","table":"https://juanfunctionstorage.table.core.windows.net/","file":"https://juanfunctionstorage.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag","name":"sjrgdiag","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-12T01:52:43.0711509Z","primaryEndpoints":{"blob":"https://sjrgdiag.blob.core.windows.net/","queue":"https://sjrgdiag.queue.core.windows.net/","table":"https://sjrgdiag.table.core.windows.net/","file":"https://sjrgdiag.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajsadlsgen2test","name":"surajsadlsgen2test","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-15T01:23:18.0208472Z","key2":"2022-04-15T01:23:18.0208472Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T01:23:17.9427380Z","primaryEndpoints":{"dfs":"https://surajsadlsgen2test.dfs.core.windows.net/","web":"https://surajsadlsgen2test.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test.blob.core.windows.net/","queue":"https://surajsadlsgen2test.queue.core.windows.net/","table":"https://surajsadlsgen2test.table.core.windows.net/","file":"https://surajsadlsgen2test.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available","secondaryLocation":"northcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://surajsadlsgen2test-secondary.dfs.core.windows.net/","web":"https://surajsadlsgen2test-secondary.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test-secondary.blob.core.windows.net/","queue":"https://surajsadlsgen2test-secondary.queue.core.windows.net/","table":"https://surajsadlsgen2test-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/LogicAppEHIntExp/providers/Microsoft.Storage/storageAccounts/functionegintstorage","name":"functionegintstorage","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-06T19:05:58.2903569Z","primaryEndpoints":{"blob":"https://functionegintstorage.blob.core.windows.net/","queue":"https://functionegintstorage.queue.core.windows.net/","table":"https://functionegintstorage.table.core.windows.net/","file":"https://functionegintstorage.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrpTst/providers/Microsoft.Storage/storageAccounts/jfgstgacct4jfunction1","name":"jfgstgacct4jfunction1","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-17T03:44:32.9630418Z","key2":"2022-04-17T03:44:32.9630418Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-17T03:44:32.8692652Z","primaryEndpoints":{"blob":"https://jfgstgacct4jfunction1.blob.core.windows.net/","queue":"https://jfgstgacct4jfunction1.queue.core.windows.net/","table":"https://jfgstgacct4jfunction1.table.core.windows.net/","file":"https://jfgstgacct4jfunction1.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mparktest/providers/Microsoft.Storage/storageAccounts/storageaccountmparkb838","name":"storageaccountmparkb838","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-10T00:14:51.6837772Z","primaryEndpoints":{"blob":"https://storageaccountmparkb838.blob.core.windows.net/","queue":"https://storageaccountmparkb838.queue.core.windows.net/","table":"https://storageaccountmparkb838.table.core.windows.net/","file":"https://storageaccountmparkb838.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag241","name":"sjrgdiag241","type":"Microsoft.Storage/storageAccounts","location":"southindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-25T22:14:20.4023960Z","primaryEndpoints":{"blob":"https://sjrgdiag241.blob.core.windows.net/","queue":"https://sjrgdiag241.queue.core.windows.net/","table":"https://sjrgdiag241.table.core.windows.net/","file":"https://sjrgdiag241.file.core.windows.net/"},"primaryLocation":"southindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psj","name":"psj","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-20T17:20:45.4150368Z","primaryEndpoints":{"web":"https://psj.z29.web.core.windows.net/","blob":"https://psj.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psjg1","name":"psjg1","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-11-20T17:28:46.4367867Z","primaryEndpoints":{"blob":"https://psjg1.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgacctstg8","name":"jfgacctstg8","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T02:47:03.6058315Z","key2":"2021-04-05T02:47:03.6058315Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T02:47:03.5277328Z","primaryEndpoints":{"dfs":"https://jfgacctstg8.dfs.core.windows.net/","web":"https://jfgacctstg8.z5.web.core.windows.net/","blob":"https://jfgacctstg8.blob.core.windows.net/","queue":"https://jfgacctstg8.queue.core.windows.net/","table":"https://jfgacctstg8.table.core.windows.net/","file":"https://jfgacctstg8.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgacctstg8-secondary.dfs.core.windows.net/","web":"https://jfgacctstg8-secondary.z5.web.core.windows.net/","blob":"https://jfgacctstg8-secondary.blob.core.windows.net/","queue":"https://jfgacctstg8-secondary.queue.core.windows.net/","table":"https://jfgacctstg8-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct6","name":"jfgstgacct6","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T00:55:47.9799457Z","key2":"2021-04-05T00:55:47.9799457Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T00:55:47.8862115Z","primaryEndpoints":{"dfs":"https://jfgstgacct6.dfs.core.windows.net/","web":"https://jfgstgacct6.z5.web.core.windows.net/","blob":"https://jfgstgacct6.blob.core.windows.net/","queue":"https://jfgstgacct6.queue.core.windows.net/","table":"https://jfgstgacct6.table.core.windows.net/","file":"https://jfgstgacct6.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct6-secondary.dfs.core.windows.net/","web":"https://jfgstgacct6-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct6-secondary.blob.core.windows.net/","queue":"https://jfgstgacct6-secondary.queue.core.windows.net/","table":"https://jfgstgacct6-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct7","name":"jfgstgacct7","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T01:20:11.0752483Z","key2":"2021-04-05T01:20:11.0752483Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T01:20:10.9814662Z","primaryEndpoints":{"dfs":"https://jfgstgacct7.dfs.core.windows.net/","web":"https://jfgstgacct7.z5.web.core.windows.net/","blob":"https://jfgstgacct7.blob.core.windows.net/","queue":"https://jfgstgacct7.queue.core.windows.net/","table":"https://jfgstgacct7.table.core.windows.net/","file":"https://jfgstgacct7.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct7-secondary.dfs.core.windows.net/","web":"https://jfgstgacct7-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct7-secondary.blob.core.windows.net/","queue":"https://jfgstgacct7-secondary.queue.core.windows.net/","table":"https://jfgstgacct7-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/klamsynapsestorage","name":"klamsynapsestorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-25T18:54:19.4945309Z","primaryEndpoints":{"dfs":"https://klamsynapsestorage.dfs.core.windows.net/","web":"https://klamsynapsestorage.z5.web.core.windows.net/","blob":"https://klamsynapsestorage.blob.core.windows.net/","queue":"https://klamsynapsestorage.queue.core.windows.net/","table":"https://klamsynapsestorage.table.core.windows.net/","file":"https://klamsynapsestorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://klamsynapsestorage-secondary.dfs.core.windows.net/","web":"https://klamsynapsestorage-secondary.z5.web.core.windows.net/","blob":"https://klamsynapsestorage-secondary.blob.core.windows.net/","queue":"https://klamsynapsestorage-secondary.queue.core.windows.net/","table":"https://klamsynapsestorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin8926","name":"rgeldertimplementin8926","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-26T23:39:48.1462917Z","key2":"2022-05-26T23:39:48.1462917Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T23:39:48.1462917Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T23:39:48.1462917Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-26T23:39:48.0212852Z","primaryEndpoints":{"blob":"https://rgeldertimplementin8926.blob.core.windows.net/","queue":"https://rgeldertimplementin8926.queue.core.windows.net/","table":"https://rgeldertimplementin8926.table.core.windows.net/","file":"https://rgeldertimplementin8926.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin9431","name":"rgeldertimplementin9431","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-27T02:14:44.8472838Z","key2":"2022-05-27T02:14:44.8472838Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-27T02:14:44.8629276Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-27T02:14:44.8629276Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-27T02:14:44.7379410Z","primaryEndpoints":{"blob":"https://rgeldertimplementin9431.blob.core.windows.net/","queue":"https://rgeldertimplementin9431.queue.core.windows.net/","table":"https://rgeldertimplementin9431.table.core.windows.net/","file":"https://rgeldertimplementin9431.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin9f59","name":"rgeldertimplementin9f59","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-07T04:23:56.2534570Z","key2":"2022-06-07T04:23:56.2534570Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-07T04:23:56.2534570Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-07T04:23:56.2534570Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-07T04:23:56.1597301Z","primaryEndpoints":{"blob":"https://rgeldertimplementin9f59.blob.core.windows.net/","queue":"https://rgeldertimplementin9f59.queue.core.windows.net/","table":"https://rgeldertimplementin9f59.table.core.windows.net/","file":"https://rgeldertimplementin9f59.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/sqlvavvr2bodrz23mg","name":"sqlvavvr2bodrz23mg","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:05:23.1188158Z","key2":"2021-10-18T18:05:23.1188158Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:05:23.0250821Z","primaryEndpoints":{"dfs":"https://sqlvavvr2bodrz23mg.dfs.core.windows.net/","web":"https://sqlvavvr2bodrz23mg.z5.web.core.windows.net/","blob":"https://sqlvavvr2bodrz23mg.blob.core.windows.net/","queue":"https://sqlvavvr2bodrz23mg.queue.core.windows.net/","table":"https://sqlvavvr2bodrz23mg.table.core.windows.net/","file":"https://sqlvavvr2bodrz23mg.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/srtests/providers/Microsoft.Storage/storageAccounts/srstorageacct","name":"srstorageacct","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-06T21:19:20.6220342Z","key2":"2021-12-06T21:19:20.6220342Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T21:19:20.5439297Z","primaryEndpoints":{"dfs":"https://srstorageacct.dfs.core.windows.net/","web":"https://srstorageacct.z5.web.core.windows.net/","blob":"https://srstorageacct.blob.core.windows.net/","queue":"https://srstorageacct.queue.core.windows.net/","table":"https://srstorageacct.table.core.windows.net/","file":"https://srstorageacct.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://srstorageacct-secondary.dfs.core.windows.net/","web":"https://srstorageacct-secondary.z5.web.core.windows.net/","blob":"https://srstorageacct-secondary.blob.core.windows.net/","queue":"https://srstorageacct-secondary.queue.core.windows.net/","table":"https://srstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/storageaccountklamr83f3","name":"storageaccountklamr83f3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-25T22:26:21.9448810Z","key2":"2021-06-25T22:26:21.9448810Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-06-25T22:26:21.8823995Z","primaryEndpoints":{"blob":"https://storageaccountklamr83f3.blob.core.windows.net/","queue":"https://storageaccountklamr83f3.queue.core.windows.net/","table":"https://storageaccountklamr83f3.table.core.windows.net/","file":"https://storageaccountklamr83f3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sv-aks-rx-rg/providers/Microsoft.Storage/storageAccounts/sv201905092104","name":"sv201905092104","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-09-09T05:15:07.0885924Z","primaryEndpoints":{"dfs":"https://sv201905092104.dfs.core.windows.net/","web":"https://sv201905092104.z5.web.core.windows.net/","blob":"https://sv201905092104.blob.core.windows.net/","queue":"https://sv201905092104.queue.core.windows.net/","table":"https://sv201905092104.table.core.windows.net/","file":"https://sv201905092104.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sv201905092104-secondary.dfs.core.windows.net/","web":"https://sv201905092104-secondary.z5.web.core.windows.net/","blob":"https://sv201905092104-secondary.blob.core.windows.net/","queue":"https://sv201905092104-secondary.queue.core.windows.net/","table":"https://sv201905092104-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg62196a8","name":"testvinsusbrg62196a8","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T18:59:35.5869680Z","key2":"2022-06-22T18:59:35.5869680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:59:35.6025911Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:59:35.6025911Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T18:59:35.4775915Z","primaryEndpoints":{"blob":"https://testvinsusbrg62196a8.blob.core.windows.net/","queue":"https://testvinsusbrg62196a8.queue.core.windows.net/","table":"https://testvinsusbrg62196a8.table.core.windows.net/","file":"https://testvinsusbrg62196a8.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621a491","name":"testvinsusbrg621a491","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-21T19:09:35.8106900Z","key2":"2022-06-21T19:09:35.8106900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T19:09:35.8263081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T19:09:35.8263081Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-21T19:09:35.7169157Z","primaryEndpoints":{"blob":"https://testvinsusbrg621a491.blob.core.windows.net/","queue":"https://testvinsusbrg621a491.queue.core.windows.net/","table":"https://testvinsusbrg621a491.table.core.windows.net/","file":"https://testvinsusbrg621a491.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621a900","name":"testvinsusbrg621a900","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T18:38:42.0346054Z","key2":"2022-06-22T18:38:42.0346054Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:38:42.0346054Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:38:42.0346054Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T18:38:41.9408595Z","primaryEndpoints":{"blob":"https://testvinsusbrg621a900.blob.core.windows.net/","queue":"https://testvinsusbrg621a900.queue.core.windows.net/","table":"https://testvinsusbrg621a900.table.core.windows.net/","file":"https://testvinsusbrg621a900.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621b7e3","name":"testvinsusbrg621b7e3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-21T18:19:34.0228895Z","key2":"2022-06-21T18:19:34.0228895Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T18:19:34.0385165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T18:19:34.0385165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-21T18:19:33.9134778Z","primaryEndpoints":{"blob":"https://testvinsusbrg621b7e3.blob.core.windows.net/","queue":"https://testvinsusbrg621b7e3.queue.core.windows.net/","table":"https://testvinsusbrg621b7e3.table.core.windows.net/","file":"https://testvinsusbrg621b7e3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matrix-care-perf-test/providers/Microsoft.Storage/storageAccounts/matrixcareperftestdiag","name":"matrixcareperftestdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-08-03T23:56:42.9494528Z","primaryEndpoints":{"blob":"https://matrixcareperftestdiag.blob.core.windows.net/","queue":"https://matrixcareperftestdiag.queue.core.windows.net/","table":"https://matrixcareperftestdiag.table.core.windows.net/","file":"https://matrixcareperftestdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgDemoIntegrate2022/providers/Microsoft.Storage/storageAccounts/jfgstgacct4logs","name":"jfgstgacct4logs","type":"Microsoft.Storage/storageAccounts","location":"uksouth","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-05-14T17:30:26.8059536Z","key2":"2022-05-14T17:30:26.8059536Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-14T17:30:26.8059536Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-14T17:30:26.8059536Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-14T17:30:26.7278121Z","primaryEndpoints":{"dfs":"https://jfgstgacct4logs.dfs.core.windows.net/","web":"https://jfgstgacct4logs.z33.web.core.windows.net/","blob":"https://jfgstgacct4logs.blob.core.windows.net/","queue":"https://jfgstgacct4logs.queue.core.windows.net/","table":"https://jfgstgacct4logs.table.core.windows.net/","file":"https://jfgstgacct4logs.file.core.windows.net/"},"primaryLocation":"uksouth","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-testrg1/providers/Microsoft.Storage/storageAccounts/koreacentralardsouza","name":"koreacentralardsouza","type":"Microsoft.Storage/storageAccounts","location":"koreacentral","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-23T12:23:39.6516714Z","key2":"2021-10-23T12:23:39.6516714Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-23T12:23:39.5891344Z","primaryEndpoints":{"dfs":"https://koreacentralardsouza.dfs.core.windows.net/","web":"https://koreacentralardsouza.z12.web.core.windows.net/","blob":"https://koreacentralardsouza.blob.core.windows.net/","queue":"https://koreacentralardsouza.queue.core.windows.net/","table":"https://koreacentralardsouza.table.core.windows.net/","file":"https://koreacentralardsouza.file.core.windows.net/"},"primaryLocation":"koreacentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SFC_eaaa1575-217c-4f42-a680-c04ed4c44583/providers/Microsoft.Storage/storageAccounts/sfmcdipt22kt526nc","name":"sfmcdipt22kt526nc","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-17T23:04:37.8302059Z","key2":"2022-06-17T23:04:37.8302059Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-17T23:04:38.4239615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-17T23:04:38.4239615Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-06-17T23:04:37.7520573Z","primaryEndpoints":{"dfs":"https://sfmcdipt22kt526nc.dfs.core.windows.net/","web":"https://sfmcdipt22kt526nc.z3.web.core.windows.net/","blob":"https://sfmcdipt22kt526nc.blob.core.windows.net/","queue":"https://sfmcdipt22kt526nc.queue.core.windows.net/","table":"https://sfmcdipt22kt526nc.table.core.windows.net/","file":"https://sfmcdipt22kt526nc.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag632","name":"sjrgdiag632","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-29T04:32:25.3003458Z","primaryEndpoints":{"blob":"https://sjrgdiag632.blob.core.windows.net/","queue":"https://sjrgdiag632.queue.core.windows.net/","table":"https://sjrgdiag632.table.core.windows.net/","file":"https://sjrgdiag632.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/storageaccountppgte8373","name":"storageaccountppgte8373","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-22T21:07:15.0282137Z","key2":"2021-12-22T21:07:15.0282137Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-22T21:07:14.9657097Z","primaryEndpoints":{"blob":"https://storageaccountppgte8373.blob.core.windows.net/","queue":"https://storageaccountppgte8373.queue.core.windows.net/","table":"https://storageaccountppgte8373.table.core.windows.net/","file":"https://storageaccountppgte8373.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}}]}' headers: cache-control: - no-cache content-length: - - '427354' + - '162507' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:20:59 GMT + - Tue, 28 Jun 2022 09:10:11 GMT expires: - '-1' pragma: @@ -39,15 +40,20 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - 8b8fd0eb-4c87-4730-b134-063bd7559774 - - 111efe0f-89af-417c-92ac-9c95f0eb0862 - - f3024928-7abd-4987-87cd-b553ee5e815d - - 63d09210-618e-4644-9b61-567b9725bb84 - - 2e1b61ff-393d-46c6-88c7-afd2fb793c65 - - 6315f9c4-9fdd-4eb5-9cda-f5e7b6c88aeb - - e8024b65-f29e-443c-b10e-ca5f022433f2 - - 744ee4e7-57bb-43e2-b289-512f799b2152 - - 8b8bdbfd-bb68-46b3-9036-ad2557a6650a + - f025362b-9752-4ed4-95bc-560416cb8048 + - b79a802b-60f8-4e85-bb0b-75baaa437a9c + - b569ed9a-96f2-4001-b387-ba58f246d2f2 + - 3e19ea72-8e8f-4784-a73b-5f4417511687 + - d4b79b31-d737-407c-ac2a-5bbefd6238f4 + - 5258d454-2daf-48a9-96ac-c41f35bac68d + - 51b88beb-3ead-459b-b5e3-cdff0ddef420 + - 80e22d9a-d2d1-4a25-b1c4-8a89904f33f2 + - 7686b65f-3f1f-4b3e-b778-9e3856c5e009 + - 62584101-7055-4a7c-b714-4a9900126cad + - 5fa8d89a-004d-4603-9c87-1256aca5de53 + - 0b3038c7-e2cd-4f51-98e4-f551c715997e + - d94873b4-5877-400c-8ebe-ffa4556d6a55 + - bfaa847e-01a6-4441-bb41-ffab5808038a status: code: 200 message: OK @@ -67,12 +73,12 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-05-11T06:20:36.0907189Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-11T06:20:36.0907189Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T09:09:50.6147927Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T09:09:50.6147927Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -81,7 +87,7 @@ interactions: content-type: - application/json date: - - Wed, 11 May 2022 06:21:00 GMT + - Tue, 28 Jun 2022 09:10:11 GMT expires: - '-1' pragma: @@ -97,7 +103,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -117,11 +123,11 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-storage-blob/12.10.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-storage-blob/12.12.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) x-ms-date: - - Wed, 11 May 2022 06:20:59 GMT + - Tue, 28 Jun 2022 09:10:12 GMT x-ms-version: - - '2021-04-10' + - '2021-06-08' method: PUT uri: https://clitest000002.blob.core.windows.net/iothubcontainer1000004?restype=container response: @@ -131,15 +137,15 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:21:01 GMT + - Tue, 28 Jun 2022 09:10:12 GMT etag: - - '"0x8DA33166BF5BDB2"' + - '"0x8DA58E60223C605"' last-modified: - - Wed, 11 May 2022 06:21:01 GMT + - Tue, 28 Jun 2022 09:10:12 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2021-04-10' + - '2021-06-08' status: code: 201 message: Created @@ -159,12 +165,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-05-11T06:20:36.0907189Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-11T06:20:36.0907189Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T09:09:50.6147927Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T09:09:50.6147927Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -173,7 +179,7 @@ interactions: content-type: - application/json date: - - Wed, 11 May 2022 06:21:02 GMT + - Tue, 28 Jun 2022 09:10:13 GMT expires: - '-1' pragma: @@ -189,7 +195,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' status: code: 200 message: OK @@ -207,12 +213,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-11T06:20:36.0907189Z","key2":"2022-05-11T06:20:36.0907189Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T06:20:36.0907189Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T06:20:36.0907189Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-11T06:20:35.9813489Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T09:09:50.6147927Z","key2":"2022-06-28T09:09:50.6147927Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T09:09:50.6304301Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T09:09:50.6304301Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T09:09:50.5054219Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -221,7 +227,7 @@ interactions: content-type: - application/json date: - - Wed, 11 May 2022 06:21:02 GMT + - Tue, 28 Jun 2022 09:10:13 GMT expires: - '-1' pragma: @@ -253,12 +259,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -267,7 +273,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:21:03 GMT + - Tue, 28 Jun 2022 09:10:13 GMT expires: - '-1' pragma: @@ -282,7 +288,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "westus2", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -293,37 +300,37 @@ interactions: Connection: - keep-alive Content-Length: - - '72' + - '122' Content-Type: - application/json ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005","name":"ehNamespaceiothubfortest1000005","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespaceiothubfortest1a62nzjy","createdAt":"2022-05-11T06:21:09.61Z","updatedAt":"2022-05-11T06:21:09.61Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1useoez2","createdAt":"2022-06-28T09:10:17.673Z","updatedAt":"2022-06-28T09:10:17.673Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '776' + - '834' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:21:10 GMT + - Tue, 28 Jun 2022 09:10:19 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -351,31 +358,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005","name":"ehNamespaceiothubfortest1000005","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespaceiothubfortest1a62nzjy","createdAt":"2022-05-11T06:21:09.61Z","updatedAt":"2022-05-11T06:21:09.61Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1useoez2","createdAt":"2022-06-28T09:10:17.673Z","updatedAt":"2022-06-28T09:10:17.673Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '776' + - '834' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:21:41 GMT + - Tue, 28 Jun 2022 09:10:49 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -401,31 +408,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005","name":"ehNamespaceiothubfortest1000005","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespaceiothubfortest1a62nzjy","createdAt":"2022-05-11T06:21:09.61Z","updatedAt":"2022-05-11T06:21:58.153Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1useoez2","createdAt":"2022-06-28T09:10:17.673Z","updatedAt":"2022-06-28T09:11:06.563Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '773' + - '832' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:11 GMT + - Tue, 28 Jun 2022 09:11:19 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -451,31 +458,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005","name":"ehNamespaceiothubfortest1000005","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespaceiothubfortest1a62nzjy","createdAt":"2022-05-11T06:21:09.61Z","updatedAt":"2022-05-11T06:21:58.153Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1useoez2","createdAt":"2022-06-28T09:10:17.673Z","updatedAt":"2022-06-28T09:11:06.563Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '773' + - '832' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:11 GMT + - Tue, 28 Jun 2022 09:11:19 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -505,22 +512,22 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006","name":"eventHubiothubfortest000006","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-05-11T06:22:14.717Z","updatedAt":"2022-05-11T06:22:14.97Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T09:11:24.303Z","updatedAt":"2022-06-28T09:11:24.487Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '499' + - '501' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:15 GMT + - Tue, 28 Jun 2022 09:11:24 GMT expires: - '-1' pragma: @@ -539,7 +546,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -561,9 +568,9 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --rights User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006/authorizationRules/eventHubPolicyiothubfortest?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006/authorizationRules/eventHubPolicyiothubfortest?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006/authorizationRules/eventHubPolicyiothubfortest","name":"eventHubPolicyiothubfortest","type":"Microsoft.EventHub/Namespaces/EventHubs/AuthorizationRules","location":"West @@ -576,7 +583,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:16 GMT + - Tue, 28 Jun 2022 09:11:27 GMT expires: - '-1' pragma: @@ -595,7 +602,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -615,21 +622,21 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006/authorizationRules/eventHubPolicyiothubfortest/listKeys?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006/authorizationRules/eventHubPolicyiothubfortest/listKeys?api-version=2022-01-01-preview response: body: - string: '{"primaryConnectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","secondaryConnectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","primaryKey":"mock_key","secondaryKey":"mock_key","keyName":"eventHubPolicyiothubfortest"}' + string: '{"primaryConnectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;eventHubiothubfortest000006","primaryKey":"mock_key","secondaryKey":"mock_key","keyName":"eventHubPolicyiothubfortest"}' headers: cache-control: - no-cache content-length: - - '587' + - '291' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:17 GMT + - Tue, 28 Jun 2022 09:11:28 GMT expires: - '-1' pragma: @@ -648,7 +655,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -666,12 +673,12 @@ interactions: ParameterSetName: - -n -g --sku User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -680,7 +687,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:18 GMT + - Tue, 28 Jun 2022 09:11:29 GMT expires: - '-1' pragma: @@ -719,15 +726,15 @@ interactions: ParameterSetName: - -n -g --sku User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: string: '{"code":400016,"httpStatusCode":"BadRequest","message":"Invalid PartitionCount 4 - value must be between 2 and 2. If you contact a support representative - please include this correlation identifier: 7fed1b34-5700-4a33-ae42-6f589da2f3c3, - timestamp: 2022-05-11 06:22:25Z, errorcode: IH400016."}' + please include this correlation identifier: f49da9b6-0452-4f78-917f-b46b7d5caa25, + timestamp: 2022-06-28 09:11:34Z, errorcode: IH400016."}' headers: cache-control: - no-cache @@ -736,7 +743,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:27 GMT + - Tue, 28 Jun 2022 09:11:36 GMT expires: - '-1' pragma: @@ -748,7 +755,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 400 message: Bad Request @@ -766,12 +773,12 @@ interactions: ParameterSetName: - -n -g --sku --partition-count User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -780,7 +787,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:28 GMT + - Tue, 28 Jun 2022 09:11:36 GMT expires: - '-1' pragma: @@ -819,15 +826,15 @@ interactions: ParameterSetName: - -n -g --sku --partition-count User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: string: '{"code":400016,"httpStatusCode":"BadRequest","message":"Invalid PartitionCount 4 - value must be between 2 and 2. If you contact a support representative - please include this correlation identifier: 64dbed2b-7ac0-41f8-9d99-934974759bdf, - timestamp: 2022-05-11 06:22:34Z, errorcode: IH400016."}' + please include this correlation identifier: 1d4d52e0-fcd4-4e1f-8198-8537125e74d7, + timestamp: 2022-06-28 09:11:41Z, errorcode: IH400016."}' headers: cache-control: - no-cache @@ -836,7 +843,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:37 GMT + - Tue, 28 Jun 2022 09:11:43 GMT expires: - '-1' pragma: @@ -848,7 +855,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 400 message: Bad Request @@ -866,12 +873,12 @@ interactions: ParameterSetName: - -n -g --sku --mintls User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -880,7 +887,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:38 GMT + - Tue, 28 Jun 2022 09:11:43 GMT expires: - '-1' pragma: @@ -919,15 +926,15 @@ interactions: ParameterSetName: - -n -g --sku --mintls User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: string: '{"code":400089,"httpStatusCode":"BadRequest","message":"2.5 is not a valid MinTlsVersion value. If you contact a support representative please - include this correlation identifier: d9c022d1-1cb0-47cb-9a3d-16c4a6fd8db0, - timestamp: 2022-05-11 06:22:45Z, errorcode: IH400089."}' + include this correlation identifier: f41283b7-3ba0-464a-a077-1d32b642a0cf, + timestamp: 2022-06-28 09:11:48Z, errorcode: IH400089."}' headers: cache-control: - no-cache @@ -936,7 +943,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:48 GMT + - Tue, 28 Jun 2022 09:11:50 GMT expires: - '-1' pragma: @@ -968,12 +975,12 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -982,7 +989,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:49 GMT + - Tue, 28 Jun 2022 09:11:50 GMT expires: - '-1' pragma: @@ -1023,15 +1030,15 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -1039,7 +1046,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:22:58 GMT + - Tue, 28 Jun 2022 09:11:58 GMT expires: - '-1' pragma: @@ -1071,9 +1078,9 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -1085,7 +1092,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:23:28 GMT + - Tue, 28 Jun 2022 09:12:28 GMT expires: - '-1' pragma: @@ -1119,9 +1126,9 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -1133,7 +1140,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:23:59 GMT + - Tue, 28 Jun 2022 09:12:58 GMT expires: - '-1' pragma: @@ -1167,9 +1174,9 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -1181,7 +1188,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:24:29 GMT + - Tue, 28 Jun 2022 09:13:29 GMT expires: - '-1' pragma: @@ -1215,9 +1222,9 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -1229,7 +1236,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:24:59 GMT + - Tue, 28 Jun 2022 09:13:59 GMT expires: - '-1' pragma: @@ -1263,22 +1270,22 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '1705' + - '1721' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:00 GMT + - Tue, 28 Jun 2022 09:14:00 GMT expires: - '-1' pragma: @@ -1310,39 +1317,43 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '3880' + - '11693' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:03 GMT + - Tue, 28 Jun 2022 09:14:02 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -1362,7 +1373,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/iothubowner/listkeys?api-version=2021-07-02 response: @@ -1377,7 +1388,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:03 GMT + - Tue, 28 Jun 2022 09:14:02 GMT expires: - '-1' pragma: @@ -1411,39 +1422,43 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '3880' + - '11693' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:04 GMT + - Tue, 28 Jun 2022 09:14:02 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -1463,7 +1478,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/iothubowner/listkeys?api-version=2021-07-02 response: @@ -1478,7 +1493,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:06 GMT + - Tue, 28 Jun 2022 09:14:04 GMT expires: - '-1' pragma: @@ -1512,39 +1527,43 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '3880' + - '11693' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:07 GMT + - Tue, 28 Jun 2022 09:14:05 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -1564,7 +1583,7 @@ interactions: ParameterSetName: - -n -g --all User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -1579,7 +1598,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:09 GMT + - Tue, 28 Jun 2022 09:14:06 GMT expires: - '-1' pragma: @@ -1613,39 +1632,43 @@ interactions: ParameterSetName: - -n -g --all User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '3880' + - '11693' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:09 GMT + - Tue, 28 Jun 2022 09:14:08 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -1663,39 +1686,43 @@ interactions: ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '3880' + - '11693' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:12 GMT + - Tue, 28 Jun 2022 09:14:08 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -1713,44 +1740,48 @@ interactions: ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '3880' + - '11693' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:14 GMT + - Tue, 28 Jun 2022 09:14:10 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmR34=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3ltc=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -1778,24 +1809,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmR34=''}' + - '{''IF-MATCH'': ''AAAADGt3ltc=''}' ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODNhYzBmZjctY2FlYS00NzY1LTgyYmUtMDNjNGJiM2M5MzI0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOWYxMzJlOTEtY2JkOS00YWU4LTlhNjYtZTE5MTI0OTBjYjA0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -1803,7 +1834,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:19 GMT + - Tue, 28 Jun 2022 09:14:16 GMT expires: - '-1' pragma: @@ -1815,7 +1846,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -1833,9 +1864,9 @@ interactions: ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODNhYzBmZjctY2FlYS00NzY1LTgyYmUtMDNjNGJiM2M5MzI0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOWYxMzJlOTEtY2JkOS00YWU4LTlhNjYtZTE5MTI0OTBjYjA0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -1847,7 +1878,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:50 GMT + - Tue, 28 Jun 2022 09:14:47 GMT expires: - '-1' pragma: @@ -1879,22 +1910,22 @@ interactions: ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2085' + - '2101' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:50 GMT + - Tue, 28 Jun 2022 09:14:48 GMT expires: - '-1' pragma: @@ -1926,7 +1957,7 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -1938,7 +1969,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:25:51 GMT + - Tue, 28 Jun 2022 09:14:48 GMT expires: - '-1' pragma: @@ -1968,7 +1999,7 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -1983,7 +2014,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:54 GMT + - Tue, 28 Jun 2022 09:14:48 GMT expires: - '-1' pragma: @@ -1999,7 +2030,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2017,22 +2048,22 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2085' + - '2101' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:56 GMT + - Tue, 28 Jun 2022 09:14:50 GMT expires: - '-1' pragma: @@ -2064,7 +2095,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2076,7 +2107,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:25:57 GMT + - Tue, 28 Jun 2022 09:14:50 GMT expires: - '-1' pragma: @@ -2106,7 +2137,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2121,7 +2152,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:25:59 GMT + - Tue, 28 Jun 2022 09:14:51 GMT expires: - '-1' pragma: @@ -2137,7 +2168,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2155,22 +2186,22 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2085' + - '2101' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:26:01 GMT + - Tue, 28 Jun 2022 09:14:53 GMT expires: - '-1' pragma: @@ -2202,7 +2233,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2214,7 +2245,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:26:02 GMT + - Tue, 28 Jun 2022 09:14:53 GMT expires: - '-1' pragma: @@ -2244,7 +2275,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2259,7 +2290,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:26:03 GMT + - Tue, 28 Jun 2022 09:14:54 GMT expires: - '-1' pragma: @@ -2293,22 +2324,22 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2085' + - '2101' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:26:05 GMT + - Tue, 28 Jun 2022 09:14:56 GMT expires: - '-1' pragma: @@ -2340,7 +2371,7 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2352,7 +2383,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:26:06 GMT + - Tue, 28 Jun 2022 09:14:55 GMT expires: - '-1' pragma: @@ -2382,7 +2413,7 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2397,7 +2428,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:26:09 GMT + - Tue, 28 Jun 2022 09:14:58 GMT expires: - '-1' pragma: @@ -2413,7 +2444,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2431,22 +2462,22 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2085' + - '2101' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:26:10 GMT + - Tue, 28 Jun 2022 09:14:59 GMT expires: - '-1' pragma: @@ -2465,7 +2496,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmSfA=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3l58=", "properties": {"disableLocalAuth": true, "disableModuleSAS": true, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": @@ -2493,24 +2524,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmSfA=''}' + - '{''IF-MATCH'': ''AAAADGt3l58=''}' ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZWEwODVjZWYtNjJmOS00NzRjLTk3YjEtZjdjODA5ZTUwODVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzMxZTQ5OTItYzk3MS00NmRjLWIzNzktMWZiMjIxN2JhY2I3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -2518,7 +2549,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:26:19 GMT + - Tue, 28 Jun 2022 09:15:04 GMT expires: - '-1' pragma: @@ -2530,7 +2561,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4997' status: code: 201 message: Created @@ -2548,9 +2579,9 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZWEwODVjZWYtNjJmOS00NzRjLTk3YjEtZjdjODA5ZTUwODVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzMxZTQ5OTItYzk3MS00NmRjLWIzNzktMWZiMjIxN2JhY2I3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -2562,7 +2593,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:26:50 GMT + - Tue, 28 Jun 2022 09:15:35 GMT expires: - '-1' pragma: @@ -2594,9 +2625,9 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZWEwODVjZWYtNjJmOS00NzRjLTk3YjEtZjdjODA5ZTUwODVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzMxZTQ5OTItYzk3MS00NmRjLWIzNzktMWZiMjIxN2JhY2I3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -2608,7 +2639,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:27:20 GMT + - Tue, 28 Jun 2022 09:16:04 GMT expires: - '-1' pragma: @@ -2640,22 +2671,22 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmTnk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3mYQ=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2133' + - '2149' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:27:21 GMT + - Tue, 28 Jun 2022 09:16:05 GMT expires: - '-1' pragma: @@ -2687,7 +2718,7 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2699,7 +2730,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:27:23 GMT + - Tue, 28 Jun 2022 09:16:05 GMT expires: - '-1' pragma: @@ -2729,7 +2760,7 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2744,7 +2775,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:27:25 GMT + - Tue, 28 Jun 2022 09:16:07 GMT expires: - '-1' pragma: @@ -2778,22 +2809,22 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmTnk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3mYQ=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2133' + - '2149' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:27:26 GMT + - Tue, 28 Jun 2022 09:16:09 GMT expires: - '-1' pragma: @@ -2812,7 +2843,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmTnk=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3mYQ=", "properties": {"disableLocalAuth": true, "disableDeviceSAS": true, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": @@ -2840,24 +2871,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmTnk=''}' + - '{''IF-MATCH'': ''AAAADGt3mYQ=''}' ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmTnk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3mYQ=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMTJlNDFlZTItZDNjMS00MDFhLTljZTMtZDc5MDY4NzhlY2Y5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDcyMTVlYzAtODBjNi00M2RjLWFjYzgtZTE1OWQzM2NhMjA5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -2865,7 +2896,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:27:34 GMT + - Tue, 28 Jun 2022 09:16:16 GMT expires: - '-1' pragma: @@ -2895,9 +2926,9 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMTJlNDFlZTItZDNjMS00MDFhLTljZTMtZDc5MDY4NzhlY2Y5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDcyMTVlYzAtODBjNi00M2RjLWFjYzgtZTE1OWQzM2NhMjA5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -2909,7 +2940,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:28:06 GMT + - Tue, 28 Jun 2022 09:16:46 GMT expires: - '-1' pragma: @@ -2941,22 +2972,22 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmUMc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3moo=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2158' + - '2174' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:28:06 GMT + - Tue, 28 Jun 2022 09:16:47 GMT expires: - '-1' pragma: @@ -2988,7 +3019,7 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -3000,7 +3031,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:28:07 GMT + - Tue, 28 Jun 2022 09:16:48 GMT expires: - '-1' pragma: @@ -3030,7 +3061,7 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -3045,7 +3076,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:28:09 GMT + - Tue, 28 Jun 2022 09:16:49 GMT expires: - '-1' pragma: @@ -3061,7 +3092,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -3079,22 +3110,22 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmUMc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3moo=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2158' + - '2174' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:28:11 GMT + - Tue, 28 Jun 2022 09:16:50 GMT expires: - '-1' pragma: @@ -3113,7 +3144,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmUMc=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3moo=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": @@ -3141,24 +3172,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmUMc=''}' + - '{''IF-MATCH'': ''AAAADGt3moo=''}' ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmUMc=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3moo=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDg3YTAyYTYtZTJiMi00ZmZiLWFiOTgtNGRlN2Y2ZjFhMzRmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjZiZGE1YTgtZWJmMC00OWJiLTljYjAtNDRjOWQ0Y2IyMmFjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -3166,7 +3197,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:28:20 GMT + - Tue, 28 Jun 2022 09:16:58 GMT expires: - '-1' pragma: @@ -3178,7 +3209,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -3196,9 +3227,9 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDg3YTAyYTYtZTJiMi00ZmZiLWFiOTgtNGRlN2Y2ZjFhMzRmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjZiZGE1YTgtZWJmMC00OWJiLTljYjAtNDRjOWQ0Y2IyMmFjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -3210,7 +3241,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:28:50 GMT + - Tue, 28 Jun 2022 09:17:27 GMT expires: - '-1' pragma: @@ -3242,9 +3273,9 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDg3YTAyYTYtZTJiMi00ZmZiLWFiOTgtNGRlN2Y2ZjFhMzRmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjZiZGE1YTgtZWJmMC00OWJiLTljYjAtNDRjOWQ0Y2IyMmFjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -3256,7 +3287,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:20 GMT + - Tue, 28 Jun 2022 09:17:57 GMT expires: - '-1' pragma: @@ -3288,22 +3319,22 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2160' + - '2176' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:21 GMT + - Tue, 28 Jun 2022 09:17:58 GMT expires: - '-1' pragma: @@ -3335,39 +3366,43 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:25 GMT + - Tue, 28 Jun 2022 09:18:00 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -3385,22 +3420,22 @@ interactions: ParameterSetName: - -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}]}' headers: cache-control: - no-cache content-length: - - '2172' + - '2188' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:27 GMT + - Tue, 28 Jun 2022 09:18:01 GMT expires: - '-1' pragma: @@ -3432,39 +3467,43 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:29 GMT + - Tue, 28 Jun 2022 09:18:04 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -3482,7 +3521,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/skus?api-version=2021-07-02 response: @@ -3496,7 +3535,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:30 GMT + - Tue, 28 Jun 2022 09:18:05 GMT expires: - '-1' pragma: @@ -3528,39 +3567,43 @@ interactions: ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:33 GMT + - Tue, 28 Jun 2022 09:18:06 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -3580,7 +3623,7 @@ interactions: ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -3595,7 +3638,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:33 GMT + - Tue, 28 Jun 2022 09:18:06 GMT expires: - '-1' pragma: @@ -3611,12 +3654,12 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmVM0=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3nOY=", "properties": {"authorizationPolicies": [{"keyName": "iothubowner", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": "RegistryWrite, ServiceConnect, DeviceConnect"}, {"keyName": "service", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": @@ -3652,25 +3695,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmVM0=''}' + - '{''IF-MATCH'': ''AAAADGt3nOY=''}' ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"},{"keyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWU2NjU1MTUtZGU2MC00ZTExLWE1ZmQtNDk0NmRiODkzNDQ4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfY2FlOWQ2MTEtMDRlYy00ZGEzLTgyYTItNzJkZGFiMWI0ODJjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -3678,7 +3721,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:29:40 GMT + - Tue, 28 Jun 2022 09:18:10 GMT expires: - '-1' pragma: @@ -3708,9 +3751,9 @@ interactions: ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWU2NjU1MTUtZGU2MC00ZTExLWE1ZmQtNDk0NmRiODkzNDQ4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfY2FlOWQ2MTEtMDRlYy00ZGEzLTgyYTItNzJkZGFiMWI0ODJjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -3722,7 +3765,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:10 GMT + - Tue, 28 Jun 2022 09:18:41 GMT expires: - '-1' pragma: @@ -3754,22 +3797,22 @@ interactions: ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2160' + - '2176' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:11 GMT + - Tue, 28 Jun 2022 09:18:41 GMT expires: - '-1' pragma: @@ -3801,35 +3844,43 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:15 GMT + - Tue, 28 Jun 2022 09:18:43 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -3849,7 +3900,7 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -3865,7 +3916,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:15 GMT + - Tue, 28 Jun 2022 09:18:44 GMT expires: - '-1' pragma: @@ -3874,6 +3925,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: @@ -3895,35 +3950,43 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:17 GMT + - Tue, 28 Jun 2022 09:18:46 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -3943,7 +4006,7 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/test_policy/listkeys?api-version=2021-07-02 response: @@ -3958,7 +4021,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:18 GMT + - Tue, 28 Jun 2022 09:18:46 GMT expires: - '-1' pragma: @@ -3967,10 +4030,14 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -3988,35 +4055,43 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:21 GMT + - Tue, 28 Jun 2022 09:18:49 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -4036,7 +4111,7 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -4052,7 +4127,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:22 GMT + - Tue, 28 Jun 2022 09:18:49 GMT expires: - '-1' pragma: @@ -4061,15 +4136,19 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmV5A=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3njk=", "properties": {"authorizationPolicies": [{"keyName": "iothubowner", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": "RegistryWrite, ServiceConnect, DeviceConnect"}, {"keyName": "service", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": @@ -4106,26 +4185,26 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmV5A=''}' + - '{''IF-MATCH'': ''AAAADGt3njk=''}' ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"},{"keyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:30:02 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:02 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:30:02 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:02 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:30:02 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:02 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:18:18 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:18:18 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:18:18 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:18:18 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:18:18 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:18:18 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYTRhNDgyNWUtNTJkYi00Mzg4LTg4OTctNjFkMTM1OWMzNDBiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNGFmODk5NDktNDI2ZS00Y2RmLWFlN2ItOWI2MzZhZWQ1MzA5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -4133,7 +4212,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:28 GMT + - Tue, 28 Jun 2022 09:18:54 GMT expires: - '-1' pragma: @@ -4145,7 +4224,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -4163,9 +4242,9 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYTRhNDgyNWUtNTJkYi00Mzg4LTg4OTctNjFkMTM1OWMzNDBiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNGFmODk5NDktNDI2ZS00Y2RmLWFlN2ItOWI2MzZhZWQ1MzA5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -4177,7 +4256,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:30:59 GMT + - Tue, 28 Jun 2022 09:19:24 GMT expires: - '-1' pragma: @@ -4186,6 +4265,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -4205,22 +4288,22 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2160' + - '2176' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:00 GMT + - Tue, 28 Jun 2022 09:19:25 GMT expires: - '-1' pragma: @@ -4229,6 +4312,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -4248,35 +4335,43 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:01 GMT + - Tue, 28 Jun 2022 09:19:26 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -4296,7 +4391,7 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/test_policy/listkeys?api-version=2021-07-02 response: @@ -4311,7 +4406,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:02 GMT + - Tue, 28 Jun 2022 09:19:26 GMT expires: - '-1' pragma: @@ -4320,10 +4415,14 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1197' status: code: 200 message: OK @@ -4341,39 +4440,43 @@ interactions: ParameterSetName: - -n --policy-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:05 GMT + - Tue, 28 Jun 2022 09:19:27 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -4393,7 +4496,7 @@ interactions: ParameterSetName: - -n --policy-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/test_policy/listkeys?api-version=2021-07-02 response: @@ -4408,7 +4511,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:05 GMT + - Tue, 28 Jun 2022 09:19:28 GMT expires: - '-1' pragma: @@ -4424,7 +4527,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -4442,39 +4545,43 @@ interactions: ParameterSetName: - -n --policy-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:06 GMT + - Tue, 28 Jun 2022 09:19:28 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -4492,39 +4599,43 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:09 GMT + - Tue, 28 Jun 2022 09:19:30 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -4544,7 +4655,7 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -4560,7 +4671,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:09 GMT + - Tue, 28 Jun 2022 09:19:31 GMT expires: - '-1' pragma: @@ -4581,7 +4692,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmW3w=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3n58=", "properties": {"authorizationPolicies": [{"keyName": "iothubowner", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": "RegistryWrite, ServiceConnect, DeviceConnect"}, {"keyName": "service", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": @@ -4618,26 +4729,26 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmW3w=''}' + - '{''IF-MATCH'': ''AAAADGt3n58=''}' ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"},{"keyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:30:50 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:50 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:30:50 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:50 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:30:50 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:50 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:19:01 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:01 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:19:01 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:01 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:19:01 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:01 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZmZiNmI1NGUtYmJjYy00ZmQyLWEzMzgtZjcxNjIxNjU3OTk0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfM2IwZWYwM2ItZGIwYi00MmI1LTk2ODMtMjg1MzE0NmI0ZDIxO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -4645,7 +4756,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:14 GMT + - Tue, 28 Jun 2022 09:19:34 GMT expires: - '-1' pragma: @@ -4657,7 +4768,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4996' status: code: 201 message: Created @@ -4675,9 +4786,9 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZmZiNmI1NGUtYmJjYy00ZmQyLWEzMzgtZjcxNjIxNjU3OTk0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfM2IwZWYwM2ItZGIwYi00MmI1LTk2ODMtMjg1MzE0NmI0ZDIxO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -4689,7 +4800,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:45 GMT + - Tue, 28 Jun 2022 09:20:04 GMT expires: - '-1' pragma: @@ -4721,22 +4832,22 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmXys=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oIQ=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2160' + - '2176' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:46 GMT + - Tue, 28 Jun 2022 09:20:05 GMT expires: - '-1' pragma: @@ -4768,39 +4879,43 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmXys=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oIQ=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:46 GMT + - Tue, 28 Jun 2022 09:20:07 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -4820,7 +4935,7 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/test_policy/listkeys?api-version=2021-07-02 response: @@ -4835,7 +4950,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:47 GMT + - Tue, 28 Jun 2022 09:20:07 GMT expires: - '-1' pragma: @@ -4869,39 +4984,43 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmXys=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oIQ=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:50 GMT + - Tue, 28 Jun 2022 09:20:08 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -4921,7 +5040,7 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -4937,7 +5056,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:50 GMT + - Tue, 28 Jun 2022 09:20:08 GMT expires: - '-1' pragma: @@ -4973,7 +5092,7 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -4989,7 +5108,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:51 GMT + - Tue, 28 Jun 2022 09:20:09 GMT expires: - '-1' pragma: @@ -5010,7 +5129,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmXys=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3oIQ=", "properties": {"authorizationPolicies": [{"keyName": "iothubowner", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": "RegistryWrite, ServiceConnect, DeviceConnect"}, {"keyName": "service", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": @@ -5045,25 +5164,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmXys=''}' + - '{''IF-MATCH'': ''AAAADGt3oIQ=''}' ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmXys=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:31:37 GMT","ModifiedTime":"Wed, 11 May 2022 06:31:37 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:31:37 GMT","ModifiedTime":"Wed, 11 May 2022 06:31:37 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:31:37 GMT","ModifiedTime":"Wed, 11 May 2022 06:31:37 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oIQ=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:19:42 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:42 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:19:42 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:42 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:19:42 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:42 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjM4MmExZWItYjJhOC00NjU0LTljOTktYjIwNjYyZWQ0YWRiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMWEwMjRhODYtZmZkZC00NGMxLTk2OGMtNzBhNjE1Y2YwYzZhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -5071,7 +5190,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:31:59 GMT + - Tue, 28 Jun 2022 09:20:13 GMT expires: - '-1' pragma: @@ -5083,7 +5202,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4997' status: code: 201 message: Created @@ -5101,9 +5220,9 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjM4MmExZWItYjJhOC00NjU0LTljOTktYjIwNjYyZWQ0YWRiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMWEwMjRhODYtZmZkZC00NGMxLTk2OGMtNzBhNjE1Y2YwYzZhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -5115,7 +5234,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:29 GMT + - Tue, 28 Jun 2022 09:20:44 GMT expires: - '-1' pragma: @@ -5147,22 +5266,22 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2160' + - '2176' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:30 GMT + - Tue, 28 Jun 2022 09:20:44 GMT expires: - '-1' pragma: @@ -5194,39 +5313,43 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:33 GMT + - Tue, 28 Jun 2022 09:20:45 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -5246,7 +5369,7 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -5261,7 +5384,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:34 GMT + - Tue, 28 Jun 2022 09:20:46 GMT expires: - '-1' pragma: @@ -5277,7 +5400,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -5295,39 +5418,43 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:37 GMT + - Tue, 28 Jun 2022 09:20:47 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -5349,12 +5476,12 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1?api-version=2021-07-02 response: body: - string: '{"properties":{"created":"Wed, 11 May 2022 06:32:40 GMT","properties":{"name":"cg1"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}' + string: '{"properties":{"created":"Tue, 28 Jun 2022 09:20:51 GMT","properties":{"name":"cg1"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}' headers: cache-control: - no-cache @@ -5363,7 +5490,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:39 GMT + - Tue, 28 Jun 2022 09:20:50 GMT expires: - '-1' pragma: @@ -5379,7 +5506,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -5397,39 +5524,43 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:43 GMT + - Tue, 28 Jun 2022 09:20:52 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -5447,12 +5578,12 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1?api-version=2021-07-02 response: body: - string: '{"properties":{"created":"Wed, 11 May 2022 06:32:40 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}' + string: '{"properties":{"created":"Tue, 28 Jun 2022 09:20:51 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}' headers: cache-control: - no-cache @@ -5461,7 +5592,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:44 GMT + - Tue, 28 Jun 2022 09:20:52 GMT expires: - '-1' pragma: @@ -5493,39 +5624,43 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:48 GMT + - Tue, 28 Jun 2022 09:20:54 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -5543,13 +5678,13 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups?api-version=2021-07-02 response: body: - string: '{"value":[{"properties":{"created":"Wed, 11 May 2022 06:24:25 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/%24Default","name":"$Default","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null},{"properties":{"created":"Wed, - 11 May 2022 06:32:40 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}]}' + string: '{"value":[{"properties":{"created":"Tue, 28 Jun 2022 09:13:27 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/%24Default","name":"$Default","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null},{"properties":{"created":"Tue, + 28 Jun 2022 09:20:51 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}]}' headers: cache-control: - no-cache @@ -5558,7 +5693,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:48 GMT + - Tue, 28 Jun 2022 09:20:54 GMT expires: - '-1' pragma: @@ -5590,39 +5725,43 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:32:52 GMT + - Tue, 28 Jun 2022 09:20:56 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -5642,7 +5781,7 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1?api-version=2021-07-02 response: @@ -5654,7 +5793,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:32:52 GMT + - Tue, 28 Jun 2022 09:20:58 GMT expires: - '-1' pragma: @@ -5684,35 +5823,43 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:00 GMT + - Tue, 28 Jun 2022 09:20:59 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -5730,12 +5877,12 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups?api-version=2021-07-02 response: body: - string: '{"value":[{"properties":{"created":"Wed, 11 May 2022 06:24:25 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/%24Default","name":"$Default","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}]}' + string: '{"value":[{"properties":{"created":"Tue, 28 Jun 2022 09:13:27 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/%24Default","name":"$Default","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}]}' headers: cache-control: - no-cache @@ -5744,7 +5891,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:01 GMT + - Tue, 28 Jun 2022 09:21:00 GMT expires: - '-1' pragma: @@ -5753,6 +5900,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -5772,35 +5923,43 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:05 GMT + - Tue, 28 Jun 2022 09:21:01 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -5818,7 +5977,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/quotaMetrics?api-version=2021-07-02 response: @@ -5832,7 +5991,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:06 GMT + - Tue, 28 Jun 2022 09:21:02 GMT expires: - '-1' pragma: @@ -5841,6 +6000,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -5860,35 +6023,43 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '4335' + - '12148' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:09 GMT + - Tue, 28 Jun 2022 09:21:04 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + vary: + - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -5906,7 +6077,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubStats?api-version=2021-07-02 response: @@ -5920,7 +6091,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:10 GMT + - Tue, 28 Jun 2022 09:21:04 GMT expires: - '-1' pragma: @@ -5929,6 +6100,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -5948,7 +6123,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -5960,7 +6135,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:33:13 GMT + - Tue, 28 Jun 2022 09:21:04 GMT expires: - '-1' pragma: @@ -5990,7 +6165,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6005,7 +6180,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:14 GMT + - Tue, 28 Jun 2022 09:21:05 GMT expires: - '-1' pragma: @@ -6014,6 +6189,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: @@ -6035,22 +6214,22 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2160' + - '2176' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:17 GMT + - Tue, 28 Jun 2022 09:21:07 GMT expires: - '-1' pragma: @@ -6059,23 +6238,22 @@ interactions: - 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: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmYbI=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3oQk=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"connectionString": - "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", - "resourceGroup": "clitest.rg000001"}], "storageContainers": []}, "routes": [], - "fallbackRoute": {"name": "$fallback", "source": "DeviceMessages", "condition": - "true", "endpointNames": ["events"], "isEnabled": true}}, "storageEndpoints": - {"$default": {"sasTtlAsIso8601": "PT3H", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;****", "containerName": "iothubcontainer1000004"}}, "messagingEndpoints": {"fileNotifications": {"lockDurationAsIso8601": "PT15S", "ttlAsIso8601": "P1DT8H", "maxDeliveryCount": 80}}, "enableFileUploadNotifications": true, "cloudToDevice": {"maxDeliveryCount": @@ -6084,44 +6262,134 @@ interactions: "sku": {"name": "S1", "capacity": 1}, "identity": {"type": "None"}}' headers: Accept: - - application/json + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - iot hub routing-endpoint create + Connection: + - keep-alive + Content-Length: + - '1064' + Content-Type: + - application/json + If-Match: + - '{''IF-MATCH'': ''AAAADGt3oQk=''}' + ParameterSetName: + - --hub-name -g -n -t -r -s -c + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDRlODYzNmEtMGIxYi00MDdjLTkxOWUtZjRmYzQ4OGM5YWQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + cache-control: + - no-cache + content-length: + - '3475' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 09:21:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '4999' + status: + code: 201 + message: Created +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + CommandName: + - iot hub routing-endpoint create + Connection: + - keep-alive + ParameterSetName: + - --hub-name -g -n -t -r -s -c + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDRlODYzNmEtMGIxYi00MDdjLTkxOWUtZjRmYzQ4OGM5YWQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 09:21:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 CommandName: - iot hub routing-endpoint create Connection: - keep-alive - Content-Length: - - '1852' - Content-Type: - - application/json - If-Match: - - '{''IF-MATCH'': ''AAAADGgmYbI=''}' ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDRlODYzNmEtMGIxYi00MDdjLTkxOWUtZjRmYzQ4OGM5YWQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"status":"Running"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTJmZWZhYTUtMmRiMi00MmVhLWE0OTUtZTQ4ZmQ2NDk2ZDc3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '4368' + - '20' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:25 GMT + - Tue, 28 Jun 2022 09:22:12 GMT expires: - '-1' pragma: @@ -6130,13 +6398,15 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: @@ -6151,9 +6421,9 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTJmZWZhYTUtMmRiMi00MmVhLWE0OTUtZTQ4ZmQ2NDk2ZDc3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDRlODYzNmEtMGIxYi00MDdjLTkxOWUtZjRmYzQ4OGM5YWQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -6165,7 +6435,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:55 GMT + - Tue, 28 Jun 2022 09:22:43 GMT expires: - '-1' pragma: @@ -6174,6 +6444,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -6193,22 +6467,22 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2517' + - '2533' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:33:56 GMT + - Tue, 28 Jun 2022 09:22:44 GMT expires: - '-1' pragma: @@ -6217,6 +6491,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -6236,7 +6514,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6248,7 +6526,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:33:59 GMT + - Tue, 28 Jun 2022 09:22:44 GMT expires: - '-1' pragma: @@ -6278,7 +6556,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6293,7 +6571,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:01 GMT + - Tue, 28 Jun 2022 09:22:45 GMT expires: - '-1' pragma: @@ -6309,7 +6587,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -6327,22 +6605,22 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2517' + - '2533' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:03 GMT + - Tue, 28 Jun 2022 09:22:47 GMT expires: - '-1' pragma: @@ -6374,7 +6652,7 @@ interactions: ParameterSetName: - --hub-name -g -t User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6386,7 +6664,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:34:05 GMT + - Tue, 28 Jun 2022 09:22:47 GMT expires: - '-1' pragma: @@ -6416,7 +6694,7 @@ interactions: ParameterSetName: - --hub-name -g -t User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6431,7 +6709,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:08 GMT + - Tue, 28 Jun 2022 09:22:48 GMT expires: - '-1' pragma: @@ -6440,10 +6718,14 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -6461,22 +6743,22 @@ interactions: ParameterSetName: - --hub-name -g -t User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2517' + - '2533' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:09 GMT + - Tue, 28 Jun 2022 09:22:49 GMT expires: - '-1' pragma: @@ -6485,6 +6767,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff status: @@ -6504,7 +6790,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6516,7 +6802,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:34:14 GMT + - Tue, 28 Jun 2022 09:22:50 GMT expires: - '-1' pragma: @@ -6546,7 +6832,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6561,7 +6847,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:16 GMT + - Tue, 28 Jun 2022 09:22:51 GMT expires: - '-1' pragma: @@ -6577,7 +6863,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -6595,22 +6881,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2517' + - '2533' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:17 GMT + - Tue, 28 Jun 2022 09:22:52 GMT expires: - '-1' pragma: @@ -6642,7 +6928,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6654,7 +6940,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:34:20 GMT + - Tue, 28 Jun 2022 09:22:52 GMT expires: - '-1' pragma: @@ -6684,7 +6970,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6699,7 +6985,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:21 GMT + - Tue, 28 Jun 2022 09:22:53 GMT expires: - '-1' pragma: @@ -6715,7 +7001,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -6733,22 +7019,22 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2517' + - '2533' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:22 GMT + - Tue, 28 Jun 2022 09:22:55 GMT expires: - '-1' pragma: @@ -6767,16 +7053,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmaAM=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3orE=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -6803,32 +7089,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmaAM=''}' + - '{''IF-MATCH'': ''AAAADGt3orE=''}' ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzQ3MTFkMmUtNzdkZi00MWMxLWE4ODUtMWJiNTk1ZGMyMmI5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODk4MWQ3MWYtZTkxYS00NjEzLTg3MjYtNjc0Yzk0NWVlMWM1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '5096' + - '3475' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:28 GMT + - Tue, 28 Jun 2022 09:23:00 GMT expires: - '-1' pragma: @@ -6840,7 +7126,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -6858,9 +7144,9 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzQ3MTFkMmUtNzdkZi00MWMxLWE4ODUtMWJiNTk1ZGMyMmI5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODk4MWQ3MWYtZTkxYS00NjEzLTg3MjYtNjc0Yzk0NWVlMWM1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -6872,7 +7158,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:34:59 GMT + - Tue, 28 Jun 2022 09:23:30 GMT expires: - '-1' pragma: @@ -6904,22 +7190,22 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgma/Q=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oyk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3221' + - '3237' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:35:00 GMT + - Tue, 28 Jun 2022 09:23:31 GMT expires: - '-1' pragma: @@ -6951,7 +7237,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6963,7 +7249,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:35:04 GMT + - Tue, 28 Jun 2022 09:23:31 GMT expires: - '-1' pragma: @@ -6993,7 +7279,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -7008,7 +7294,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:35:06 GMT + - Tue, 28 Jun 2022 09:23:32 GMT expires: - '-1' pragma: @@ -7024,7 +7310,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' status: code: 200 message: OK @@ -7042,22 +7328,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgma/Q=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oyk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3221' + - '3237' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:35:08 GMT + - Tue, 28 Jun 2022 09:23:34 GMT expires: - '-1' pragma: @@ -7076,16 +7362,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgma/Q=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3oyk=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -7114,32 +7400,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgma/Q=''}' + - '{''IF-MATCH'': ''AAAADGt3oyk=''}' ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgma/Q=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oyk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjkyMDM1MzctMDQwMi00NDNlLWFhMmMtZTJmNjQ1Y2EyNGFiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '5202' + - '3475' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:35:16 GMT + - Tue, 28 Jun 2022 09:23:39 GMT expires: - '-1' pragma: @@ -7169,9 +7455,55 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 09:24:09 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - iot hub route create + Connection: + - keep-alive + ParameterSetName: + - --hub-name -g -n -s --en -c -e + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjkyMDM1MzctMDQwMi00NDNlLWFhMmMtZTJmNjQ1Y2EyNGFiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -7183,7 +7515,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:35:46 GMT + - Tue, 28 Jun 2022 09:24:40 GMT expires: - '-1' pragma: @@ -7215,9 +7547,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjkyMDM1MzctMDQwMi00NDNlLWFhMmMtZTJmNjQ1Y2EyNGFiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -7229,7 +7561,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:36:16 GMT + - Tue, 28 Jun 2022 09:25:10 GMT expires: - '-1' pragma: @@ -7261,9 +7593,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjkyMDM1MzctMDQwMi00NDNlLWFhMmMtZTJmNjQ1Y2EyNGFiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -7275,7 +7607,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:36:46 GMT + - Tue, 28 Jun 2022 09:25:40 GMT expires: - '-1' pragma: @@ -7307,22 +7639,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3327' + - '3343' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:36:47 GMT + - Tue, 28 Jun 2022 09:25:41 GMT expires: - '-1' pragma: @@ -7354,7 +7686,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -7366,7 +7698,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:36:50 GMT + - Tue, 28 Jun 2022 09:25:42 GMT expires: - '-1' pragma: @@ -7396,7 +7728,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -7411,7 +7743,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:36:52 GMT + - Tue, 28 Jun 2022 09:25:43 GMT expires: - '-1' pragma: @@ -7427,7 +7759,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -7445,22 +7777,22 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3327' + - '3343' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:36:54 GMT + - Tue, 28 Jun 2022 09:25:45 GMT expires: - '-1' pragma: @@ -7492,7 +7824,7 @@ interactions: ParameterSetName: - --hub-name -g -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -7504,7 +7836,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:36:57 GMT + - Tue, 28 Jun 2022 09:25:45 GMT expires: - '-1' pragma: @@ -7534,7 +7866,7 @@ interactions: ParameterSetName: - --hub-name -g -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -7549,7 +7881,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:36:59 GMT + - Tue, 28 Jun 2022 09:25:46 GMT expires: - '-1' pragma: @@ -7583,22 +7915,22 @@ interactions: ParameterSetName: - --hub-name -g -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3327' + - '3343' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:00 GMT + - Tue, 28 Jun 2022 09:25:47 GMT expires: - '-1' pragma: @@ -7630,7 +7962,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -7642,7 +7974,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:37:04 GMT + - Tue, 28 Jun 2022 09:25:48 GMT expires: - '-1' pragma: @@ -7672,7 +8004,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -7687,7 +8019,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:06 GMT + - Tue, 28 Jun 2022 09:25:49 GMT expires: - '-1' pragma: @@ -7703,7 +8035,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -7721,22 +8053,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3327' + - '3343' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:08 GMT + - Tue, 28 Jun 2022 09:25:50 GMT expires: - '-1' pragma: @@ -7768,7 +8100,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -7780,7 +8112,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:37:11 GMT + - Tue, 28 Jun 2022 09:25:51 GMT expires: - '-1' pragma: @@ -7810,7 +8142,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -7825,7 +8157,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:13 GMT + - Tue, 28 Jun 2022 09:25:51 GMT expires: - '-1' pragma: @@ -7841,7 +8173,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -7859,22 +8191,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3327' + - '3343' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:15 GMT + - Tue, 28 Jun 2022 09:25:53 GMT expires: - '-1' pragma: @@ -7911,7 +8243,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/routing/routes/$testnew?api-version=2021-07-02 response: @@ -7925,7 +8257,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:15 GMT + - Tue, 28 Jun 2022 09:25:53 GMT expires: - '-1' pragma: @@ -7941,7 +8273,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -7963,7 +8295,7 @@ interactions: ParameterSetName: - --hub-name -g -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/routing/routes/$testall?api-version=2021-07-02 response: @@ -7977,7 +8309,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:19 GMT + - Tue, 28 Jun 2022 09:25:55 GMT expires: - '-1' pragma: @@ -7993,7 +8325,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -8011,7 +8343,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8023,7 +8355,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:37:25 GMT + - Tue, 28 Jun 2022 09:25:55 GMT expires: - '-1' pragma: @@ -8053,7 +8385,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -8068,7 +8400,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:27 GMT + - Tue, 28 Jun 2022 09:25:56 GMT expires: - '-1' pragma: @@ -8084,7 +8416,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -8102,22 +8434,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3327' + - '3343' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:29 GMT + - Tue, 28 Jun 2022 09:25:58 GMT expires: - '-1' pragma: @@ -8136,16 +8468,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmcig=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3pY0=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -8174,32 +8506,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmcig=''}' + - '{''IF-MATCH'': ''AAAADGt3pY0=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDQzZjdmYjctNzQxMi00NzY3LWExMWItYTFjOWYwZWY5MDQzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNGFhNzlhODQtMTNjYi00ZTkxLWFjYzktNmFiNDhhYmQ4OTA4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '5202' + - '3475' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:37:34 GMT + - Tue, 28 Jun 2022 09:26:04 GMT expires: - '-1' pragma: @@ -8211,7 +8543,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -8229,9 +8561,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDQzZjdmYjctNzQxMi00NzY3LWExMWItYTFjOWYwZWY5MDQzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNGFhNzlhODQtMTNjYi00ZTkxLWFjYzktNmFiNDhhYmQ4OTA4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -8243,7 +8575,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:05 GMT + - Tue, 28 Jun 2022 09:26:34 GMT expires: - '-1' pragma: @@ -8275,22 +8607,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmeeA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pvE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3327' + - '3343' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:05 GMT + - Tue, 28 Jun 2022 09:26:35 GMT expires: - '-1' pragma: @@ -8322,7 +8654,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8334,7 +8666,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:38:09 GMT + - Tue, 28 Jun 2022 09:26:35 GMT expires: - '-1' pragma: @@ -8364,7 +8696,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -8379,7 +8711,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:10 GMT + - Tue, 28 Jun 2022 09:26:37 GMT expires: - '-1' pragma: @@ -8395,7 +8727,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 200 message: OK @@ -8413,22 +8745,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmeeA=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pvE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3327' + - '3343' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:12 GMT + - Tue, 28 Jun 2022 09:26:38 GMT expires: - '-1' pragma: @@ -8447,16 +8779,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmeeA=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3pvE=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -8485,32 +8817,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmeeA=''}' + - '{''IF-MATCH'': ''AAAADGt3pvE=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmeeA=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pvE=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYTlmYzQ4NzgtNWQ0ZC00M2JmLTgyMjctMGZmMjlhOTYxZjdjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDRjYTdkZmQtOTk4NC00YzkzLTlhOGEtMzlhYzI3OGNiZTQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '5204' + - '3475' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:19 GMT + - Tue, 28 Jun 2022 09:26:43 GMT expires: - '-1' pragma: @@ -8540,9 +8872,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYTlmYzQ4NzgtNWQ0ZC00M2JmLTgyMjctMGZmMjlhOTYxZjdjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDRjYTdkZmQtOTk4NC00YzkzLTlhOGEtMzlhYzI3OGNiZTQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -8554,7 +8886,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:49 GMT + - Tue, 28 Jun 2022 09:27:14 GMT expires: - '-1' pragma: @@ -8586,22 +8918,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfIU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qBo=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3329' + - '3345' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:50 GMT + - Tue, 28 Jun 2022 09:27:15 GMT expires: - '-1' pragma: @@ -8633,7 +8965,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8645,7 +8977,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:38:55 GMT + - Tue, 28 Jun 2022 09:27:15 GMT expires: - '-1' pragma: @@ -8675,7 +9007,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -8690,7 +9022,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:57 GMT + - Tue, 28 Jun 2022 09:27:16 GMT expires: - '-1' pragma: @@ -8706,7 +9038,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -8724,22 +9056,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfIU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qBo=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3329' + - '3345' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:38:59 GMT + - Tue, 28 Jun 2022 09:27:17 GMT expires: - '-1' pragma: @@ -8758,16 +9090,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmfIU=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3qBo=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -8796,32 +9128,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmfIU=''}' + - '{''IF-MATCH'': ''AAAADGt3qBo=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfIU=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qBo=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDFjMzhkNGQtODdiNS00OTIzLWFiNjYtN2U5NTQyMDcyOWVmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTViMjFmODgtZTk5ZC00NDc1LWIzMmEtNjUwZTcyNjMzZTJjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '5209' + - '3475' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:39:04 GMT + - Tue, 28 Jun 2022 09:27:24 GMT expires: - '-1' pragma: @@ -8833,7 +9165,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -8851,9 +9183,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDFjMzhkNGQtODdiNS00OTIzLWFiNjYtN2U5NTQyMDcyOWVmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTViMjFmODgtZTk5ZC00NDc1LWIzMmEtNjUwZTcyNjMzZTJjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -8865,7 +9197,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:39:35 GMT + - Tue, 28 Jun 2022 09:27:55 GMT expires: - '-1' pragma: @@ -8897,22 +9229,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfys=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qQg=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3334' + - '3350' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:39:35 GMT + - Tue, 28 Jun 2022 09:27:56 GMT expires: - '-1' pragma: @@ -8944,7 +9276,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8956,7 +9288,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:39:41 GMT + - Tue, 28 Jun 2022 09:27:55 GMT expires: - '-1' pragma: @@ -8986,7 +9318,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9001,7 +9333,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:39:42 GMT + - Tue, 28 Jun 2022 09:27:57 GMT expires: - '-1' pragma: @@ -9017,7 +9349,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 200 message: OK @@ -9035,22 +9367,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfys=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qQg=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3334' + - '3350' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:39:44 GMT + - Tue, 28 Jun 2022 09:27:59 GMT expires: - '-1' pragma: @@ -9069,16 +9401,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmfys=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3qQg=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -9107,32 +9439,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmfys=''}' + - '{''IF-MATCH'': ''AAAADGt3qQg=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfys=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qQg=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGJkMGY0MDMtMjE1Mi00YTJhLTk4MGQtZWI5OWI0ZDkzZWE0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjYwOGY0OTEtNjY0Yi00MzBiLTg4NzItNjEyZGMzZmYwYjZlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '5212' + - '3475' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:39:50 GMT + - Tue, 28 Jun 2022 09:28:04 GMT expires: - '-1' pragma: @@ -9144,7 +9476,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -9162,9 +9494,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGJkMGY0MDMtMjE1Mi00YTJhLTk4MGQtZWI5OWI0ZDkzZWE0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjYwOGY0OTEtNjY0Yi00MzBiLTg4NzItNjEyZGMzZmYwYjZlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -9176,7 +9508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:40:20 GMT + - Tue, 28 Jun 2022 09:28:34 GMT expires: - '-1' pragma: @@ -9208,22 +9540,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmgeY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qkY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3337' + - '3353' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:40:20 GMT + - Tue, 28 Jun 2022 09:28:35 GMT expires: - '-1' pragma: @@ -9255,7 +9587,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9267,7 +9599,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:40:25 GMT + - Tue, 28 Jun 2022 09:28:35 GMT expires: - '-1' pragma: @@ -9297,7 +9629,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9312,7 +9644,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:40:26 GMT + - Tue, 28 Jun 2022 09:28:37 GMT expires: - '-1' pragma: @@ -9328,7 +9660,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -9346,22 +9678,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmgeY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qkY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3337' + - '3353' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:40:28 GMT + - Tue, 28 Jun 2022 09:28:39 GMT expires: - '-1' pragma: @@ -9380,16 +9712,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmgeY=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3qkY=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -9418,32 +9750,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmgeY=''}' + - '{''IF-MATCH'': ''AAAADGt3qkY=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmgeY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qkY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWZmYTNhNmQtMDZmZC00Yzg0LWFmMDctNDY5YTZjNTVlMDU4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOWYzOTQ1YTUtOGQwMS00MGZlLThjYzUtYjViM2I5YWJjNmM5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '5215' + - '3475' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:40:37 GMT + - Tue, 28 Jun 2022 09:28:44 GMT expires: - '-1' pragma: @@ -9473,9 +9805,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWZmYTNhNmQtMDZmZC00Yzg0LWFmMDctNDY5YTZjNTVlMDU4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOWYzOTQ1YTUtOGQwMS00MGZlLThjYzUtYjViM2I5YWJjNmM5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -9487,7 +9819,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:41:08 GMT + - Tue, 28 Jun 2022 09:29:14 GMT expires: - '-1' pragma: @@ -9519,22 +9851,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmg9A=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3q7A=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3340' + - '3356' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:41:08 GMT + - Tue, 28 Jun 2022 09:29:15 GMT expires: - '-1' pragma: @@ -9566,7 +9898,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9578,7 +9910,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:41:12 GMT + - Tue, 28 Jun 2022 09:29:15 GMT expires: - '-1' pragma: @@ -9608,7 +9940,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9623,7 +9955,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:41:14 GMT + - Tue, 28 Jun 2022 09:29:16 GMT expires: - '-1' pragma: @@ -9657,22 +9989,22 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmg9A=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3q7A=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3340' + - '3356' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:41:16 GMT + - Tue, 28 Jun 2022 09:29:18 GMT expires: - '-1' pragma: @@ -9691,16 +10023,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmg9A=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3q7A=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -9727,32 +10059,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmg9A=''}' + - '{''IF-MATCH'': ''AAAADGt3q7A=''}' ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmg9A=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3q7A=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGVhZGRlY2MtNmJjZC00ZDAwLWI2MjItYWYwYzZkYzkxOWNjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzU2OWRlMGEtMTUzMi00NDlhLTg0NjEtNGRjODQyNzU4OGQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '5096' + - '3475' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:41:21 GMT + - Tue, 28 Jun 2022 09:29:22 GMT expires: - '-1' pragma: @@ -9764,7 +10096,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4997' status: code: 201 message: Created @@ -9782,9 +10114,9 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGVhZGRlY2MtNmJjZC00ZDAwLWI2MjItYWYwYzZkYzkxOWNjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzU2OWRlMGEtMTUzMi00NDlhLTg0NjEtNGRjODQyNzU4OGQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -9796,7 +10128,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:41:52 GMT + - Tue, 28 Jun 2022 09:29:53 GMT expires: - '-1' pragma: @@ -9828,22 +10160,22 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhYU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rFM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3221' + - '3237' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:41:53 GMT + - Tue, 28 Jun 2022 09:29:54 GMT expires: - '-1' pragma: @@ -9875,7 +10207,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9887,7 +10219,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:41:58 GMT + - Tue, 28 Jun 2022 09:29:54 GMT expires: - '-1' pragma: @@ -9917,7 +10249,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9932,7 +10264,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:41:59 GMT + - Tue, 28 Jun 2022 09:29:55 GMT expires: - '-1' pragma: @@ -9948,7 +10280,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -9966,22 +10298,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhYU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rFM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '3221' + - '3237' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:42:01 GMT + - Tue, 28 Jun 2022 09:29:56 GMT expires: - '-1' pragma: @@ -10000,13 +10332,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmhYU=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rFM=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -10033,24 +10365,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmhYU=''}' + - '{''IF-MATCH'': ''AAAADGt3rFM=''}' ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhYU=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rFM=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDA3MDEyYWEtY2MxNi00OGQ1LWE4NGUtOTM4ZmIwNTg2ZGM0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTZhNjUwZjItNDY4Yi00NTFlLTlhOTEtZmY4YWYxOWNhMDg0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -10058,7 +10390,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:42:08 GMT + - Tue, 28 Jun 2022 09:30:00 GMT expires: - '-1' pragma: @@ -10070,7 +10402,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -10088,9 +10420,9 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDA3MDEyYWEtY2MxNi00OGQ1LWE4NGUtOTM4ZmIwNTg2ZGM0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTZhNjUwZjItNDY4Yi00NTFlLTlhOTEtZmY4YWYxOWNhMDg0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -10102,7 +10434,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:42:39 GMT + - Tue, 28 Jun 2022 09:30:31 GMT expires: - '-1' pragma: @@ -10134,22 +10466,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2864' + - '2880' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:42:40 GMT + - Tue, 28 Jun 2022 09:30:32 GMT expires: - '-1' pragma: @@ -10181,22 +10513,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2019-07-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1}}' headers: cache-control: - no-cache content-length: - - '2661' + - '2682' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:42:47 GMT + - Tue, 28 Jun 2022 09:30:34 GMT expires: - '-1' pragma: @@ -10228,7 +10560,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10240,7 +10572,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:42:50 GMT + - Tue, 28 Jun 2022 09:30:34 GMT expires: - '-1' pragma: @@ -10270,7 +10602,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10285,7 +10617,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:42:52 GMT + - Tue, 28 Jun 2022 09:30:35 GMT expires: - '-1' pragma: @@ -10319,22 +10651,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2864' + - '2880' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:42:54 GMT + - Tue, 28 Jun 2022 09:30:37 GMT expires: - '-1' pragma: @@ -10353,13 +10685,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmhxY=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rUU=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -10387,11 +10719,11 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmhxY=''}' + - '{''IF-MATCH'': ''AAAADGt3rUU=''}' ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: @@ -10399,7 +10731,7 @@ interactions: string: '{"code":400131,"httpStatusCode":"BadRequest","message":"Enrichment has an undefined endpoint, Enrichment Key:key, EndpointName:fake_endpoint. If you contact a support representative please include this correlation identifier: - caa6ab59-5767-43c6-9993-78e13220623d, timestamp: 2022-05-11 06:42:58Z, errorcode: + f57d524e-4f2b-41e4-afe7-9084ed008f87, timestamp: 2022-06-28 09:30:41Z, errorcode: IH400131."}' headers: cache-control: @@ -10409,7 +10741,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:42:58 GMT + - Tue, 28 Jun 2022 09:30:40 GMT expires: - '-1' pragma: @@ -10439,7 +10771,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10451,7 +10783,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:43:03 GMT + - Tue, 28 Jun 2022 09:30:40 GMT expires: - '-1' pragma: @@ -10481,7 +10813,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10496,7 +10828,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:05 GMT + - Tue, 28 Jun 2022 09:30:41 GMT expires: - '-1' pragma: @@ -10512,7 +10844,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -10530,22 +10862,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2864' + - '2880' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:06 GMT + - Tue, 28 Jun 2022 09:30:43 GMT expires: - '-1' pragma: @@ -10564,13 +10896,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmhxY=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rUU=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -10598,24 +10930,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmhxY=''}' + - '{''IF-MATCH'': ''AAAADGt3rUU=''}' ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDBlZjRiYWUtYjAyMS00YTY0LWJhYzYtZGZlZmNiY2I4MTFlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDBlMzlkM2QtY2ZkOC00MzlmLTgxMGEtMjU4Zjc1ZTE0YjE5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -10623,7 +10955,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:11 GMT + - Tue, 28 Jun 2022 09:30:48 GMT expires: - '-1' pragma: @@ -10653,9 +10985,9 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDBlZjRiYWUtYjAyMS00YTY0LWJhYzYtZGZlZmNiY2I4MTFlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDBlMzlkM2QtY2ZkOC00MzlmLTgxMGEtMjU4Zjc1ZTE0YjE5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -10667,7 +10999,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:41 GMT + - Tue, 28 Jun 2022 09:31:18 GMT expires: - '-1' pragma: @@ -10699,22 +11031,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2937' + - '2953' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:43 GMT + - Tue, 28 Jun 2022 09:31:19 GMT expires: - '-1' pragma: @@ -10746,7 +11078,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10758,7 +11090,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:43:47 GMT + - Tue, 28 Jun 2022 09:31:20 GMT expires: - '-1' pragma: @@ -10788,7 +11120,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10803,7 +11135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:49 GMT + - Tue, 28 Jun 2022 09:31:20 GMT expires: - '-1' pragma: @@ -10819,7 +11151,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -10837,22 +11169,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2937' + - '2953' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:51 GMT + - Tue, 28 Jun 2022 09:31:22 GMT expires: - '-1' pragma: @@ -10884,7 +11216,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10896,7 +11228,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:43:55 GMT + - Tue, 28 Jun 2022 09:31:22 GMT expires: - '-1' pragma: @@ -10926,7 +11258,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10941,7 +11273,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:57 GMT + - Tue, 28 Jun 2022 09:31:23 GMT expires: - '-1' pragma: @@ -10957,7 +11289,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' status: code: 200 message: OK @@ -10975,22 +11307,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2937' + - '2953' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:43:59 GMT + - Tue, 28 Jun 2022 09:31:25 GMT expires: - '-1' pragma: @@ -11009,13 +11341,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmicU=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rz4=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -11043,11 +11375,11 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmicU=''}' + - '{''IF-MATCH'': ''AAAADGt3rz4=''}' ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: @@ -11055,7 +11387,7 @@ interactions: string: '{"code":400131,"httpStatusCode":"BadRequest","message":"Enrichment has an undefined endpoint, Enrichment Key:key, EndpointName:fake_endpoint. If you contact a support representative please include this correlation identifier: - 2efdcfd8-a690-446e-aada-6e0d55f239d0, timestamp: 2022-05-11 06:44:04Z, errorcode: + 5cedad17-3208-4be0-b17c-a198dcea7275, timestamp: 2022-06-28 09:31:27Z, errorcode: IH400131."}' headers: cache-control: @@ -11065,7 +11397,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:44:04 GMT + - Tue, 28 Jun 2022 09:31:27 GMT expires: - '-1' pragma: @@ -11077,7 +11409,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 400 message: Bad Request @@ -11095,7 +11427,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11107,7 +11439,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:44:08 GMT + - Tue, 28 Jun 2022 09:31:27 GMT expires: - '-1' pragma: @@ -11137,7 +11469,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11152,7 +11484,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:44:10 GMT + - Tue, 28 Jun 2022 09:31:29 GMT expires: - '-1' pragma: @@ -11168,7 +11500,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -11186,22 +11518,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2937' + - '2953' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:44:12 GMT + - Tue, 28 Jun 2022 09:31:30 GMT expires: - '-1' pragma: @@ -11220,13 +11552,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmicU=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rz4=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -11254,24 +11586,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmicU=''}' + - '{''IF-MATCH'': ''AAAADGt3rz4=''}' ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTQzMzUxOGYtODA1OS00NzNhLWFlMDEtNTBjMTA5YmFlNGY4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOThmZDA5N2ItZmM4ZC00YzA2LWE4ODAtYzhmNmQ2YmFkNTg4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -11279,7 +11611,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:44:17 GMT + - Tue, 28 Jun 2022 09:31:37 GMT expires: - '-1' pragma: @@ -11309,9 +11641,9 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTQzMzUxOGYtODA1OS00NzNhLWFlMDEtNTBjMTA5YmFlNGY4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOThmZDA5N2ItZmM4ZC00YzA2LWE4ODAtYzhmNmQ2YmFkNTg4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -11323,7 +11655,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:44:49 GMT + - Tue, 28 Jun 2022 09:32:07 GMT expires: - '-1' pragma: @@ -11355,22 +11687,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2937' + - '2953' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:44:49 GMT + - Tue, 28 Jun 2022 09:32:07 GMT expires: - '-1' pragma: @@ -11402,7 +11734,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11414,7 +11746,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:44:53 GMT + - Tue, 28 Jun 2022 09:32:08 GMT expires: - '-1' pragma: @@ -11444,7 +11776,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11459,7 +11791,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:44:55 GMT + - Tue, 28 Jun 2022 09:32:10 GMT expires: - '-1' pragma: @@ -11493,22 +11825,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2937' + - '2953' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:44:57 GMT + - Tue, 28 Jun 2022 09:32:11 GMT expires: - '-1' pragma: @@ -11540,7 +11872,7 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11552,7 +11884,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:45:01 GMT + - Tue, 28 Jun 2022 09:32:11 GMT expires: - '-1' pragma: @@ -11582,7 +11914,7 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11597,7 +11929,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:02 GMT + - Tue, 28 Jun 2022 09:32:13 GMT expires: - '-1' pragma: @@ -11613,7 +11945,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -11631,22 +11963,22 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2937' + - '2953' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:04 GMT + - Tue, 28 Jun 2022 09:32:14 GMT expires: - '-1' pragma: @@ -11678,7 +12010,7 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11690,7 +12022,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:45:08 GMT + - Tue, 28 Jun 2022 09:32:14 GMT expires: - '-1' pragma: @@ -11720,7 +12052,7 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11735,7 +12067,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:10 GMT + - Tue, 28 Jun 2022 09:32:16 GMT expires: - '-1' pragma: @@ -11751,7 +12083,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -11769,22 +12101,22 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2937' + - '2953' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:11 GMT + - Tue, 28 Jun 2022 09:32:17 GMT expires: - '-1' pragma: @@ -11803,13 +12135,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmjU8=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3sRM=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -11837,24 +12169,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGgmjU8=''}' + - '{''IF-MATCH'': ''AAAADGt3sRM=''}' ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, - 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, - 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, + 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, + 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDliOGJjYjktNWVkNi00ODIwLTkzZTctYjQ2MjQ4MDA5MTgyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjQzZDBmMGUtMWRmYi00NTYyLTgzY2MtMjA2MjYzYjE1ODdmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -11862,7 +12194,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:18 GMT + - Tue, 28 Jun 2022 09:32:22 GMT expires: - '-1' pragma: @@ -11874,7 +12206,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -11892,9 +12224,9 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDliOGJjYjktNWVkNi00ODIwLTkzZTctYjQ2MjQ4MDA5MTgyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjQzZDBmMGUtMWRmYi00NTYyLTgzY2MtMjA2MjYzYjE1ODdmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -11906,7 +12238,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:49 GMT + - Tue, 28 Jun 2022 09:32:52 GMT expires: - '-1' pragma: @@ -11938,22 +12270,22 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmkCw=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3spg=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2881' + - '2897' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:50 GMT + - Tue, 28 Jun 2022 09:32:53 GMT expires: - '-1' pragma: @@ -11985,7 +12317,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11997,7 +12329,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:45:54 GMT + - Tue, 28 Jun 2022 09:32:53 GMT expires: - '-1' pragma: @@ -12027,7 +12359,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -12042,7 +12374,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:54 GMT + - Tue, 28 Jun 2022 09:32:55 GMT expires: - '-1' pragma: @@ -12058,7 +12390,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 200 message: OK @@ -12076,22 +12408,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmkCw=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3spg=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2881' + - '2897' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:56 GMT + - Tue, 28 Jun 2022 09:32:56 GMT expires: - '-1' pragma: @@ -12127,7 +12459,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/failover?api-version=2021-07-02 response: @@ -12135,7 +12467,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -12143,11 +12475,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:45:58 GMT + - Tue, 28 Jun 2022 09:32:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other pragma: - no-cache server: @@ -12157,7 +12489,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 202 message: Accepted @@ -12175,9 +12507,55 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 09:33:13 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - iot hub manual-failover + Connection: + - keep-alive + ParameterSetName: + - -n -g + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12189,7 +12567,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:46:13 GMT + - Tue, 28 Jun 2022 09:33:44 GMT expires: - '-1' pragma: @@ -12221,9 +12599,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12235,7 +12613,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:46:44 GMT + - Tue, 28 Jun 2022 09:34:14 GMT expires: - '-1' pragma: @@ -12267,9 +12645,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12281,7 +12659,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:47:14 GMT + - Tue, 28 Jun 2022 09:34:44 GMT expires: - '-1' pragma: @@ -12313,9 +12691,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12327,7 +12705,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:47:44 GMT + - Tue, 28 Jun 2022 09:35:14 GMT expires: - '-1' pragma: @@ -12359,9 +12737,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12373,7 +12751,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:48:15 GMT + - Tue, 28 Jun 2022 09:35:44 GMT expires: - '-1' pragma: @@ -12405,9 +12783,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12419,7 +12797,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:48:46 GMT + - Tue, 28 Jun 2022 09:36:15 GMT expires: - '-1' pragma: @@ -12451,9 +12829,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12465,7 +12843,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:49:16 GMT + - Tue, 28 Jun 2022 09:36:45 GMT expires: - '-1' pragma: @@ -12497,9 +12875,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12511,7 +12889,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:49:46 GMT + - Tue, 28 Jun 2022 09:37:15 GMT expires: - '-1' pragma: @@ -12543,9 +12921,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12557,7 +12935,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:50:17 GMT + - Tue, 28 Jun 2022 09:37:46 GMT expires: - '-1' pragma: @@ -12589,9 +12967,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12603,7 +12981,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:50:47 GMT + - Tue, 28 Jun 2022 09:38:15 GMT expires: - '-1' pragma: @@ -12635,9 +13013,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12649,7 +13027,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:51:18 GMT + - Tue, 28 Jun 2022 09:38:46 GMT expires: - '-1' pragma: @@ -12681,9 +13059,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12695,7 +13073,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:51:49 GMT + - Tue, 28 Jun 2022 09:39:17 GMT expires: - '-1' pragma: @@ -12727,9 +13105,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12741,7 +13119,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:52:19 GMT + - Tue, 28 Jun 2022 09:39:47 GMT expires: - '-1' pragma: @@ -12773,9 +13151,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12787,7 +13165,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:52:50 GMT + - Tue, 28 Jun 2022 09:40:17 GMT expires: - '-1' pragma: @@ -12819,9 +13197,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12833,7 +13211,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:53:20 GMT + - Tue, 28 Jun 2022 09:40:47 GMT expires: - '-1' pragma: @@ -12865,9 +13243,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12879,7 +13257,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:53:50 GMT + - Tue, 28 Jun 2022 09:41:17 GMT expires: - '-1' pragma: @@ -12911,9 +13289,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12925,7 +13303,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:54:20 GMT + - Tue, 28 Jun 2022 09:41:49 GMT expires: - '-1' pragma: @@ -12957,9 +13335,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12971,7 +13349,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:54:51 GMT + - Tue, 28 Jun 2022 09:42:18 GMT expires: - '-1' pragma: @@ -13003,9 +13381,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -13017,7 +13395,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:55:21 GMT + - Tue, 28 Jun 2022 09:42:49 GMT expires: - '-1' pragma: @@ -13049,9 +13427,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other response: body: string: '' @@ -13061,11 +13439,11 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:55:22 GMT + - Tue, 28 Jun 2022 09:42:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other pragma: - no-cache server: @@ -13091,7 +13469,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -13103,7 +13481,7 @@ interactions: content-length: - '0' date: - - Wed, 11 May 2022 06:55:22 GMT + - Tue, 28 Jun 2022 09:42:49 GMT expires: - '-1' pragma: @@ -13133,7 +13511,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -13148,7 +13526,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:55:24 GMT + - Tue, 28 Jun 2022 09:42:51 GMT expires: - '-1' pragma: @@ -13164,7 +13542,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1194' status: code: 200 message: OK @@ -13182,22 +13560,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmr4A=","properties":{"locations":[{"location":"West - Central US","role":"primary"},{"location":"West US 2","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-da858de3d1.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3xiQ=","properties":{"locations":[{"location":"West + Central US","role":"primary"},{"location":"West US 2","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-7f26af220e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' headers: cache-control: - no-cache content-length: - - '2881' + - '2897' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:55:25 GMT + - Tue, 28 Jun 2022 09:42:51 GMT expires: - '-1' pragma: @@ -13229,39 +13607,43 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmr4A=","properties":{"locations":[{"location":"West - Central US","role":"primary"},{"location":"West US 2","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-da858de3d1.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3xiQ=","properties":{"locations":[{"location":"West + Central US","role":"primary"},{"location":"West US 2","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-7f26af220e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '5056' + - '12869' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:55:30 GMT + - Tue, 28 Jun 2022 09:42:53 GMT expires: - '-1' pragma: - no-cache - server: - - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked vary: - Accept-Encoding x-content-type-options: - nosniff + x-ms-original-request-ids: + - '' + - '' + - '' + - '' status: code: 200 message: OK @@ -13281,7 +13663,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: @@ -13289,7 +13671,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjMzOGZjMmItMTRhOS00ODk2LThmNDktMDc2Y2U0NTY4NzExO3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjQzMzNmMzUtM2ZkYy00MDQ2LTllNTAtODlkMmY2NjM1YWQ3O3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -13297,11 +13679,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:55:32 GMT + - Tue, 28 Jun 2022 09:42:55 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjMzOGZjMmItMTRhOS00ODk2LThmNDktMDc2Y2U0NTY4NzExO3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjQzMzNmMzUtM2ZkYy00MDQ2LTllNTAtODlkMmY2NjM1YWQ3O3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other pragma: - no-cache server: @@ -13329,9 +13711,9 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjMzOGZjMmItMTRhOS00ODk2LThmNDktMDc2Y2U0NTY4NzExO3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjQzMzNmMzUtM2ZkYy00MDQ2LTllNTAtODlkMmY2NjM1YWQ3O3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13343,7 +13725,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:55:47 GMT + - Tue, 28 Jun 2022 09:43:11 GMT expires: - '-1' pragma: @@ -13375,9 +13757,9 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjMzOGZjMmItMTRhOS00ODk2LThmNDktMDc2Y2U0NTY4NzExO3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjQzMzNmMzUtM2ZkYy00MDQ2LTllNTAtODlkMmY2NjM1YWQ3O3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -13389,7 +13771,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:56:17 GMT + - Tue, 28 Jun 2022 09:43:41 GMT expires: - '-1' pragma: @@ -13421,12 +13803,12 @@ interactions: ParameterSetName: - -g -n --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -13435,7 +13817,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:56:21 GMT + - Tue, 28 Jun 2022 09:43:42 GMT expires: - '-1' pragma: @@ -13474,7 +13856,7 @@ interactions: ParameterSetName: - -g -n --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007?api-version=2021-07-02 response: @@ -13482,7 +13864,7 @@ interactions: string: '{"code":400059,"httpStatusCode":"BadRequest","message":"Requested IoT Hub features ''\"DataResidency\"'' not available in ''westus2'' region. If you contact a support representative please include this correlation identifier: - c020a006-04e3-4a71-b1b8-ffa51e02c2f5, timestamp: 2022-05-11 06:56:28Z, errorcode: + 26183e95-1c82-411c-b4f4-dcb2b064ddfe, timestamp: 2022-06-28 09:43:48Z, errorcode: IH400059."}' headers: cache-control: @@ -13492,7 +13874,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:56:31 GMT + - Tue, 28 Jun 2022 09:43:50 GMT expires: - '-1' pragma: @@ -13504,7 +13886,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4997' status: code: 400 message: Bad Request @@ -13533,15 +13915,15 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -13549,7 +13931,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:56:45 GMT + - Tue, 28 Jun 2022 09:44:02 GMT expires: - '-1' pragma: @@ -13561,7 +13943,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4997' + - '4998' status: code: 201 message: Created @@ -13579,55 +13961,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 11 May 2022 06:57:16 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - iot hub create - Connection: - - keep-alive - ParameterSetName: - - -g -n --location --edr - User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13639,7 +13975,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:57:46 GMT + - Tue, 28 Jun 2022 09:44:33 GMT expires: - '-1' pragma: @@ -13671,9 +14007,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13685,7 +14021,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:58:15 GMT + - Tue, 28 Jun 2022 09:45:03 GMT expires: - '-1' pragma: @@ -13717,9 +14053,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13731,7 +14067,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:58:46 GMT + - Tue, 28 Jun 2022 09:45:33 GMT expires: - '-1' pragma: @@ -13763,9 +14099,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13777,7 +14113,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:59:16 GMT + - Tue, 28 Jun 2022 09:46:03 GMT expires: - '-1' pragma: @@ -13809,9 +14145,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13823,7 +14159,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 06:59:46 GMT + - Tue, 28 Jun 2022 09:46:33 GMT expires: - '-1' pragma: @@ -13855,9 +14191,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -13869,7 +14205,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 07:00:17 GMT + - Tue, 28 Jun 2022 09:47:03 GMT expires: - '-1' pragma: @@ -13901,22 +14237,22 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmvNA=","properties":{"locations":[{"location":"Southeast - Asia","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"dps-dr000007.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"dps-dr000007","endpoint":"sb://iothub-ns-dps-drmecw-19045491-24b7db5598.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:56:43.43Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3zX4=","properties":{"locations":[{"location":"Southeast + Asia","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"dps-dr000007.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"dps-dr000007","endpoint":"sb://iothub-ns-dps-dridjx-19993829-1e6f72e0d4.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:44:01.0166667Z"}}' headers: cache-control: - no-cache content-length: - - '1608' + - '1634' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 07:00:19 GMT + - Tue, 28 Jun 2022 09:47:05 GMT expires: - '-1' pragma: @@ -13948,25 +14284,28 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmvNA=","properties":{"locations":[{"location":"Southeast - Asia","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"dps-dr000007.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"dps-dr000007","endpoint":"sb://iothub-ns-dps-drmecw-19045491-24b7db5598.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:56:43.43Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType - = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType - = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West + US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East + US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3zX4=","properties":{"locations":[{"location":"Southeast + Asia","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"dps-dr000007.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"dps-dr000007","endpoint":"sb://iothub-ns-dps-dridjx-19993829-1e6f72e0d4.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:44:01.0166667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East + US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' headers: cache-control: - no-cache content-length: - - '3783' + - '11606' content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 07:00:23 GMT + - Tue, 28 Jun 2022 09:47:07 GMT expires: - '-1' pragma: @@ -13980,6 +14319,8 @@ interactions: x-ms-original-request-ids: - '' - '' + - '' + - '' status: code: 200 message: OK @@ -13999,7 +14340,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007?api-version=2021-07-02 response: @@ -14007,7 +14348,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfNTVmZDFiZDItYzY4NS00NTg5LTgyYWYtZDRhYjkyOWFhOGUyO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfYjM1ZDA3NDAtZjU3Zi00Y2FjLWJmZjEtMTY2MDMxZWRhNmM3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -14015,11 +14356,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 07:00:25 GMT + - Tue, 28 Jun 2022 09:47:10 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfNTVmZDFiZDItYzY4NS00NTg5LTgyYWYtZDRhYjkyOWFhOGUyO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfYjM1ZDA3NDAtZjU3Zi00Y2FjLWJmZjEtMTY2MDMxZWRhNmM3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other pragma: - no-cache server: @@ -14047,9 +14388,9 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfNTVmZDFiZDItYzY4NS00NTg5LTgyYWYtZDRhYjkyOWFhOGUyO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfYjM1ZDA3NDAtZjU3Zi00Y2FjLWJmZjEtMTY2MDMxZWRhNmM3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -14061,7 +14402,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 07:00:41 GMT + - Tue, 28 Jun 2022 09:47:25 GMT expires: - '-1' pragma: @@ -14093,9 +14434,9 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfNTVmZDFiZDItYzY4NS00NTg5LTgyYWYtZDRhYjkyOWFhOGUyO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfYjM1ZDA3NDAtZjU3Zi00Y2FjLWJmZjEtMTY2MDMxZWRhNmM3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -14107,7 +14448,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 11 May 2022 07:01:10 GMT + - Tue, 28 Jun 2022 09:47:55 GMT expires: - '-1' pragma: @@ -14125,4 +14466,4 @@ interactions: status: code: 200 message: OK -version: 1 \ No newline at end of file +version: 1 diff --git a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_data_export.yaml b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_data_export.yaml index 2fdc5b80fd2..128b8a998b1 100644 --- a/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_data_export.yaml +++ b/src/azure-cli/azure/cli/command_modules/monitor/tests/latest/recordings/test_monitor_log_analytics_workspace_data_export.yaml @@ -643,7 +643,7 @@ interactions: User-Agent: - AZURECLI/2.31.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East @@ -695,7 +695,7 @@ interactions: User-Agent: - AZURECLI/2.31.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East @@ -745,7 +745,7 @@ interactions: User-Agent: - AZURECLI/2.31.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East @@ -795,7 +795,7 @@ interactions: User-Agent: - AZURECLI/2.31.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004","name":"eventhubs-nscli000004","type":"Microsoft.EventHub/Namespaces","location":"East @@ -849,7 +849,7 @@ interactions: User-Agent: - AZURECLI/2.31.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/eventhubs/hub_name?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/eventhubs/hub_name?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/eventhubs/hub_name","name":"hub_name","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"East @@ -1030,7 +1030,7 @@ interactions: User-Agent: - AZURECLI/2.31.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.8.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/eventhubs?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/eventhubs?api-version=2022-01-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_monitor_workspace_data_export000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000004/eventhubs/hub_name","name":"hub_name","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"East diff --git a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_eventhub.yaml b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_eventhub.yaml index bac214a829c..38671e6c7b1 100644 --- a/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_eventhub.yaml +++ b/src/azure-cli/azure/cli/command_modules/network/tests/latest/recordings/test_private_endpoint_connection_eventhub.yaml @@ -13,12 +13,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_private_endpoint_connection_eventhub000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001","name":"test_private_endpoint_connection_eventhub000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T16:51:36Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001","name":"test_private_endpoint_connection_eventhub000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:06:28Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:51:40 GMT + - Tue, 28 Jun 2022 07:06:33 GMT expires: - '-1' pragma: @@ -42,7 +42,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "westus", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -53,37 +54,37 @@ interactions: Connection: - keep-alive Content-Length: - - '71' + - '121' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006","name":"cli-test-resource-000006","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:cli-test-resource-000006","createdAt":"2022-04-19T16:51:47.253Z","updatedAt":"2022-04-19T16:51:47.253Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cli-test-resource-000006","createdAt":"2022-06-28T07:06:38.42Z","updatedAt":"2022-06-28T07:06:38.42Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '776' + - '832' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:51:48 GMT + - Tue, 28 Jun 2022 07:06:39 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -111,31 +112,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006","name":"cli-test-resource-000006","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:cli-test-resource-000006","createdAt":"2022-04-19T16:51:47.253Z","updatedAt":"2022-04-19T16:51:47.253Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cli-test-resource-000006","createdAt":"2022-06-28T07:06:38.42Z","updatedAt":"2022-06-28T07:06:38.42Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '776' + - '832' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:52:19 GMT + - Tue, 28 Jun 2022 07:07:10 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -161,31 +162,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006","name":"cli-test-resource-000006","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:cli-test-resource-000006","createdAt":"2022-04-19T16:51:47.253Z","updatedAt":"2022-04-19T16:52:35.083Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cli-test-resource-000006","createdAt":"2022-06-28T07:06:38.42Z","updatedAt":"2022-06-28T07:07:31.187Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '774' + - '831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:52:49 GMT + - Tue, 28 Jun 2022 07:07:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -211,31 +212,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006","name":"cli-test-resource-000006","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:cli-test-resource-000006","createdAt":"2022-04-19T16:51:47.253Z","updatedAt":"2022-04-19T16:52:35.083Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cli-test-resource-000006","createdAt":"2022-06-28T07:06:38.42Z","updatedAt":"2022-06-28T07:07:31.187Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '774' + - '831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:52:49 GMT + - Tue, 28 Jun 2022 07:07:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -261,22 +262,22 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006","name":"cli-test-resource-000006","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:cli-test-resource-000006","createdAt":"2022-04-19T16:51:47.253Z","updatedAt":"2022-04-19T16:52:35.083Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cli-test-resource-000006","createdAt":"2022-06-28T07:06:38.42Z","updatedAt":"2022-06-28T07:07:31.187Z","serviceBusEndpoint":"https://cli-test-resource-000006.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '774' + - '831' content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:52:49 GMT + - Tue, 28 Jun 2022 07:07:43 GMT expires: - '-1' pragma: @@ -311,12 +312,12 @@ interactions: ParameterSetName: - --name -g --type User-Agent: - - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.35.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateLinkResources?api-version=2021-06-01-preview response: body: - string: '{"value":[{"id":"subscriptions/a70b8550-49b1-4c60-b9f9-86b7edbf31e4/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateLinkResources/namespace","name":"namespace","type":"Microsoft.EventHub/namespaces/privateLinkResources","properties":{"groupId":"namespace","requiredMembers":["namespace"],"requiredZoneNames":["privatelink.servicebus.windows.net"]}}]}' + string: '{"value":[{"id":"subscriptions/326100e2-f69d-4268-8503-075374f62b6e/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateLinkResources/namespace","name":"namespace","type":"Microsoft.EventHub/namespaces/privateLinkResources","properties":{"groupId":"namespace","requiredMembers":["namespace"],"requiredZoneNames":["privatelink.servicebus.windows.net"]}}]}' headers: cache-control: - no-cache @@ -325,7 +326,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:52:51 GMT + - Tue, 28 Jun 2022 07:07:45 GMT expires: - '-1' pragma: @@ -360,12 +361,12 @@ interactions: ParameterSetName: - -n -g --subnet-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_private_endpoint_connection_eventhub000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001","name":"test_private_endpoint_connection_eventhub000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T16:51:36Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001","name":"test_private_endpoint_connection_eventhub000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:06:28Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -374,7 +375,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:52:51 GMT + - Tue, 28 Jun 2022 07:07:46 GMT expires: - '-1' pragma: @@ -409,21 +410,21 @@ interactions: ParameterSetName: - -n -g --subnet-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-vnet-000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002\",\r\n - \ \"etag\": \"W/\\\"0aea73a2-1b09-41f3-a5d9-2b2439717974\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"6bf4205b-f01c-4361-a003-2d66c14a4be7\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"f48e76d8-269e-47fd-a42b-ce0888861e92\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"2cc7eb91-6cb6-4570-aeb5-d3895836b1d6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"cli-subnet-000003\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003\",\r\n - \ \"etag\": \"W/\\\"0aea73a2-1b09-41f3-a5d9-2b2439717974\\\"\",\r\n + \ \"etag\": \"W/\\\"6bf4205b-f01c-4361-a003-2d66c14a4be7\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -434,7 +435,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/191035b2-1fef-46c5-8824-8d0e6d323e0a?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/458c9670-a90f-49a8-8819-4e0690388c90?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -442,7 +443,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:52:58 GMT + - Tue, 28 Jun 2022 07:07:52 GMT expires: - '-1' pragma: @@ -455,7 +456,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d94e244b-0ed6-4c88-8230-72ef513e791b + - 3b187c7d-b546-4238-a775-4276555ffca6 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -475,9 +476,9 @@ interactions: ParameterSetName: - -n -g --subnet-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/191035b2-1fef-46c5-8824-8d0e6d323e0a?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/458c9670-a90f-49a8-8819-4e0690388c90?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -489,7 +490,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:01 GMT + - Tue, 28 Jun 2022 07:07:55 GMT expires: - '-1' pragma: @@ -506,7 +507,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b6911e10-96db-4d57-a097-a3f79df97d62 + - ee50e826-524e-4593-8475-50e27dc56efd status: code: 200 message: OK @@ -524,21 +525,21 @@ interactions: ParameterSetName: - -n -g --subnet-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-vnet-000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002\",\r\n - \ \"etag\": \"W/\\\"fcca9f1a-90d2-40ed-93cd-9dd917db5dfe\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"c3725e7b-fc77-41b3-b8cb-c6133e867e0e\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"f48e76d8-269e-47fd-a42b-ce0888861e92\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"2cc7eb91-6cb6-4570-aeb5-d3895836b1d6\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"cli-subnet-000003\",\r\n \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003\",\r\n - \ \"etag\": \"W/\\\"fcca9f1a-90d2-40ed-93cd-9dd917db5dfe\\\"\",\r\n + \ \"etag\": \"W/\\\"c3725e7b-fc77-41b3-b8cb-c6133e867e0e\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": @@ -553,9 +554,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:01 GMT + - Tue, 28 Jun 2022 07:07:55 GMT etag: - - W/"fcca9f1a-90d2-40ed-93cd-9dd917db5dfe" + - W/"c3725e7b-fc77-41b3-b8cb-c6133e867e0e" expires: - '-1' pragma: @@ -572,7 +573,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 2461192f-7a9b-404d-acd7-a128a8f6d4e3 + - abc9c5f3-c2c7-43b1-b507-770a6bc8b961 status: code: 200 message: OK @@ -590,13 +591,13 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-subnet-000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003\",\r\n - \ \"etag\": \"W/\\\"fcca9f1a-90d2-40ed-93cd-9dd917db5dfe\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"c3725e7b-fc77-41b3-b8cb-c6133e867e0e\\\"\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \ \"delegations\": [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \ \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": @@ -609,9 +610,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:02 GMT + - Tue, 28 Jun 2022 07:07:56 GMT etag: - - W/"fcca9f1a-90d2-40ed-93cd-9dd917db5dfe" + - W/"c3725e7b-fc77-41b3-b8cb-c6133e867e0e" expires: - '-1' pragma: @@ -628,7 +629,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4a56351a-a315-439b-a60c-658f8cf959f0 + - ef50142c-f416-48a0-9613-d95bdb7809bd status: code: 200 message: OK @@ -653,20 +654,20 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-subnet-000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003\",\r\n - \ \"etag\": \"W/\\\"ba4a3bcc-b978-473d-a027-b2bc1f354053\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"6fb4c2b5-825f-4393-baf4-68bf9faea71a\\\"\",\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\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n}" headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/80ad0cdd-880e-4a7a-aae2-58fb185362af?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cfe09213-c2c2-4af1-a573-bede6e339cb4?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -674,7 +675,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:02 GMT + - Tue, 28 Jun 2022 07:07:58 GMT expires: - '-1' pragma: @@ -691,7 +692,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5e51df0a-2f40-47ae-883c-6d33684f1b26 + - d7adebb2-5f81-4f5b-92c5-9a99613da2e0 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -711,9 +712,9 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/80ad0cdd-880e-4a7a-aae2-58fb185362af?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/cfe09213-c2c2-4af1-a573-bede6e339cb4?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -725,7 +726,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:05 GMT + - Tue, 28 Jun 2022 07:08:01 GMT expires: - '-1' pragma: @@ -742,7 +743,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 72625b78-57fc-4add-9324-4489b5f73ab5 + - 572d7939-0117-49c3-9dfb-e2616f521d8c status: code: 200 message: OK @@ -760,13 +761,13 @@ interactions: ParameterSetName: - -n --vnet-name -g --disable-private-endpoint-network-policies User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-subnet-000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003\",\r\n - \ \"etag\": \"W/\\\"a1947fc4-7f9d-47ae-b518-188ce5f1bc0d\\\"\",\r\n \"properties\": + \ \"etag\": \"W/\\\"f648086f-3a8e-4e43-82dc-a2f9377210e6\\\"\",\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\": \"Enabled\"\r\n },\r\n \"type\": @@ -779,9 +780,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:05 GMT + - Tue, 28 Jun 2022 07:08:01 GMT etag: - - W/"a1947fc4-7f9d-47ae-b518-188ce5f1bc0d" + - W/"f648086f-3a8e-4e43-82dc-a2f9377210e6" expires: - '-1' pragma: @@ -798,7 +799,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 54289fd9-c712-4b46-ac11-89c58f8a33c1 + - ffb3a8a2-6a0d-49d9-8950-380c100604ad status: code: 200 message: OK @@ -817,12 +818,12 @@ interactions: - -g -n --vnet-name --subnet --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/test_private_endpoint_connection_eventhub000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001","name":"test_private_endpoint_connection_eventhub000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-19T16:51:36Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001","name":"test_private_endpoint_connection_eventhub000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:06:28Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -831,7 +832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:06 GMT + - Tue, 28 Jun 2022 07:08:02 GMT expires: - '-1' pragma: @@ -868,18 +869,18 @@ interactions: - -g -n --vnet-name --subnet --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-pe-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004\",\r\n - \ \"etag\": \"W/\\\"c94d07b6-5d90-48b2-9c95-9b07e448331b\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"3c083b3d-48e0-444d-8666-e4954225dd21\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"resourceGuid\": - \"08dec39f-9c87-46d9-a46a-16a7a0b30ea2\",\r\n \"privateLinkServiceConnections\": + \"8a806ef2-a391-44cc-886a-ebbc04f8cbc0\",\r\n \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"cli-pec-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004/privateLinkServiceConnections/cli-pec-000005\",\r\n - \ \"etag\": \"W/\\\"c94d07b6-5d90-48b2-9c95-9b07e448331b\\\"\",\r\n + \ \"etag\": \"W/\\\"3c083b3d-48e0-444d-8666-e4954225dd21\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006\",\r\n \ \"groupIds\": [\r\n \"namespace\"\r\n ],\r\n @@ -890,13 +891,13 @@ interactions: \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003\"\r\n \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000004.nic.84ecaa0b-8747-4784-ab59-97ed45b8411f\"\r\n + \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000004.nic.2059c7cc-5147-48ed-9e26-05a782647883\"\r\n \ }\r\n ],\r\n \"customDnsConfigs\": []\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/eb76ad9a-e3e5-4c5d-b464-db86e062ac4c?api-version=2021-05-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/30e199ca-4e3b-4038-be47-46c3d8d34bbe?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -904,7 +905,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:12 GMT + - Tue, 28 Jun 2022 07:08:05 GMT expires: - '-1' pragma: @@ -917,9 +918,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - f24bcc36-0cd6-4d06-8cbb-3a1cef2f6dd9 + - a7d3a02d-6356-41a3-813a-1e1ef499f924 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 201 message: Created @@ -938,9 +939,9 @@ interactions: - -g -n --vnet-name --subnet --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/eb76ad9a-e3e5-4c5d-b464-db86e062ac4c?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/30e199ca-4e3b-4038-be47-46c3d8d34bbe?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -952,7 +953,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:22 GMT + - Tue, 28 Jun 2022 07:08:17 GMT expires: - '-1' pragma: @@ -969,7 +970,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - bea6852b-d4ce-4a4c-a77b-56616d60fad5 + - 4eaeb4c0-9758-4359-ae5b-996012de776a status: code: 200 message: OK @@ -988,9 +989,9 @@ interactions: - -g -n --vnet-name --subnet --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/eb76ad9a-e3e5-4c5d-b464-db86e062ac4c?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/30e199ca-4e3b-4038-be47-46c3d8d34bbe?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1002,7 +1003,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:32 GMT + - Tue, 28 Jun 2022 07:08:27 GMT expires: - '-1' pragma: @@ -1019,7 +1020,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d53bced5-368e-4299-8446-60193c42baf0 + - d33b6a2d-7d75-451b-8068-aeb391e978d8 status: code: 200 message: OK @@ -1038,9 +1039,9 @@ interactions: - -g -n --vnet-name --subnet --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/eb76ad9a-e3e5-4c5d-b464-db86e062ac4c?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/30e199ca-4e3b-4038-be47-46c3d8d34bbe?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"InProgress\"\r\n}" @@ -1052,7 +1053,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:53:53 GMT + - Tue, 28 Jun 2022 07:08:47 GMT expires: - '-1' pragma: @@ -1069,7 +1070,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a8dbce53-a309-467c-9033-6e0118056a6a + - cca906bf-eb1d-4f0c-9d45-d876fefb2d7a status: code: 200 message: OK @@ -1088,9 +1089,9 @@ interactions: - -g -n --vnet-name --subnet --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/eb76ad9a-e3e5-4c5d-b464-db86e062ac4c?api-version=2021-05-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/30e199ca-4e3b-4038-be47-46c3d8d34bbe?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -1102,7 +1103,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:54:13 GMT + - Tue, 28 Jun 2022 07:09:07 GMT expires: - '-1' pragma: @@ -1119,7 +1120,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 0113f207-9596-44cf-896a-3ddd82d8257c + - 32ff9969-540f-4386-8007-8359458651d6 status: code: 200 message: OK @@ -1138,18 +1139,18 @@ interactions: - -g -n --vnet-name --subnet --connection-name --private-connection-resource-id --group-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-network/19.3.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004?api-version=2021-08-01 response: body: string: "{\r\n \"name\": \"cli-pe-000004\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004\",\r\n - \ \"etag\": \"W/\\\"efaf9de1-78c2-47ca-9c9b-7ae9d28d7b2e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"30d1ad41-73cf-4dd3-862f-370a75101305\\\"\",\r\n \"type\": \"Microsoft.Network/privateEndpoints\",\r\n \"location\": \"westus\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"resourceGuid\": - \"08dec39f-9c87-46d9-a46a-16a7a0b30ea2\",\r\n \"privateLinkServiceConnections\": + \"8a806ef2-a391-44cc-886a-ebbc04f8cbc0\",\r\n \"privateLinkServiceConnections\": [\r\n {\r\n \"name\": \"cli-pec-000005\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004/privateLinkServiceConnections/cli-pec-000005\",\r\n - \ \"etag\": \"W/\\\"efaf9de1-78c2-47ca-9c9b-7ae9d28d7b2e\\\"\",\r\n + \ \"etag\": \"W/\\\"30d1ad41-73cf-4dd3-862f-370a75101305\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"privateLinkServiceId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006\",\r\n \ \"groupIds\": [\r\n \"namespace\"\r\n ],\r\n @@ -1160,7 +1161,7 @@ interactions: \ \"customNetworkInterfaceName\": \"\",\r\n \"subnet\": {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/virtualNetworks/cli-vnet-000002/subnets/cli-subnet-000003\"\r\n \ },\r\n \"ipConfigurations\": [],\r\n \"networkInterfaces\": [\r\n - \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000004.nic.84ecaa0b-8747-4784-ab59-97ed45b8411f\"\r\n + \ {\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/networkInterfaces/cli-pe-000004.nic.2059c7cc-5147-48ed-9e26-05a782647883\"\r\n \ }\r\n ],\r\n \"customDnsConfigs\": [\r\n {\r\n \"fqdn\": \"cli-test-resource-000006.servicebus.windows.net\",\r\n \"ipAddresses\": [\r\n \"10.0.0.4\"\r\n ]\r\n }\r\n ]\r\n }\r\n}" @@ -1172,9 +1173,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:54:14 GMT + - Tue, 28 Jun 2022 07:09:07 GMT etag: - - W/"efaf9de1-78c2-47ca-9c9b-7ae9d28d7b2e" + - W/"30d1ad41-73cf-4dd3-862f-370a75101305" expires: - '-1' pragma: @@ -1191,7 +1192,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ed86f69a-02a4-4265-ae36-14b58f01602b + - f5a1b0ae-20e0-4ab3-9106-1335aa7feb45 status: code: 200 message: OK @@ -1209,12 +1210,12 @@ interactions: ParameterSetName: - --name -g --type User-Agent: - - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.35.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections?api-version=2021-06-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df","name":"bcc62af4-af1f-427d-b198-538d241078df","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","name":"b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved"},"groupIds":["namespace"]}}]}' headers: cache-control: @@ -1224,16 +1225,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:54:15 GMT + - Tue, 28 Jun 2022 07:09:08 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/DM2 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/DM2 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1259,12 +1260,12 @@ interactions: ParameterSetName: - --name -g --resource-name --type User-Agent: - - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.35.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df","name":"bcc62af4-af1f-427d-b198-538d241078df","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","name":"b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved"},"groupIds":["namespace"]}}' headers: cache-control: @@ -1274,16 +1275,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:54:15 GMT + - Tue, 28 Jun 2022 07:09:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1309,12 +1310,12 @@ interactions: ParameterSetName: - --name -g --resource-name --type User-Agent: - - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.35.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df","name":"bcc62af4-af1f-427d-b198-538d241078df","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","name":"b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved"},"groupIds":["namespace"]}}' headers: cache-control: @@ -1324,7 +1325,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:54:15 GMT + - Tue, 28 Jun 2022 07:09:10 GMT expires: - '-1' pragma: @@ -1346,8 +1347,8 @@ interactions: code: 200 message: OK - request: - body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df", - "name": "bcc62af4-af1f-427d-b198-538d241078df", "type": "Microsoft.EventHub/Namespaces/PrivateEndpointConnections", + body: '{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1", + "name": "b057f5d4-e95f-40b3-a2bc-64ceb41c26a1", "type": "Microsoft.EventHub/Namespaces/PrivateEndpointConnections", "location": "West US", "properties": {"provisioningState": "Succeeded", "privateEndpoint": {"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004"}, "privateLinkServiceConnectionState": {"status": "Rejected", "description": null}, @@ -1368,16 +1369,16 @@ interactions: ParameterSetName: - --name -g --resource-name --type User-Agent: - - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.35.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df","name":"bcc62af4-af1f-427d-b198-538d241078df","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","name":"b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West US","properties":{"provisioningState":"Updating","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004"},"privateLinkServiceConnectionState":{"status":"Rejected","description":""},"groupIds":["namespace"]}}' headers: azure-asyncoperation: - - https://management.azure.com:443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df/operationStatus/bcc62af4-af1f-427d-b198-538d241078df?api-version=2021-06-01-preview&operationType=Update + - https://management.azure.com:443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1/operationStatus/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1?api-version=2021-06-01-preview&operationType=Update cache-control: - no-cache content-length: @@ -1385,7 +1386,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:54:19 GMT + - Tue, 28 Jun 2022 07:09:12 GMT expires: - '-1' pragma: @@ -1418,12 +1419,12 @@ interactions: ParameterSetName: - --name -g --resource-name --type User-Agent: - - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.35.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df","name":"bcc62af4-af1f-427d-b198-538d241078df","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","name":"b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West US","properties":{"provisioningState":"Updating","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004"},"privateLinkServiceConnectionState":{"status":"Rejected","description":""},"groupIds":["namespace"]}}' headers: cache-control: @@ -1433,16 +1434,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:54:29 GMT + - Tue, 28 Jun 2022 07:09:22 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1468,12 +1469,12 @@ interactions: ParameterSetName: - --name -g --resource-name --type User-Agent: - - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.35.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df","name":"bcc62af4-af1f-427d-b198-538d241078df","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","name":"b057f5d4-e95f-40b3-a2bc-64ceb41c26a1","type":"Microsoft.EventHub/Namespaces/PrivateEndpointConnections","location":"West US","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.Network/privateEndpoints/cli-pe-000004"},"privateLinkServiceConnectionState":{"status":"Rejected","description":""},"groupIds":["namespace"]}}' headers: cache-control: @@ -1483,16 +1484,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 19 Apr 2022 16:54:39 GMT + - Tue, 28 Jun 2022 07:09:32 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1520,21 +1521,21 @@ interactions: ParameterSetName: - --name -g --resource-name --type -y User-Agent: - - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.35.0 + - python/3.6.2 (Windows-10-10.0.19041-SP0) AZURECLI/2.37.0 method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1?api-version=2021-06-01-preview response: body: string: '' headers: azure-asyncoperation: - - https://management.azure.com:443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/bcc62af4-af1f-427d-b198-538d241078df/operationStatus/bcc62af4-af1f-427d-b198-538d241078df?api-version=2021-06-01-preview&operationType=Delete + - https://management.azure.com:443/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_private_endpoint_connection_eventhub000001/providers/Microsoft.EventHub/namespaces/cli-test-resource-000006/privateEndpointConnections/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1/operationStatus/b057f5d4-e95f-40b3-a2bc-64ceb41c26a1?api-version=2021-06-01-preview&operationType=Delete cache-control: - no-cache content-length: - '0' date: - - Tue, 19 Apr 2022 16:54:40 GMT + - Tue, 28 Jun 2022 07:09:34 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_db_security_mgmt.yaml b/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_db_security_mgmt.yaml index a018cb94d2e..104db230690 100644 --- a/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_db_security_mgmt.yaml +++ b/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_db_security_mgmt.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "southcentralus", "properties": {"administratorLogin": "admin123", + body: '{"location": "westeurope", "properties": {"administratorLogin": "admin123", "administratorLoginPassword": "SecretPassword123", "administrators": {}}}' headers: Accept: @@ -12,33 +12,33 @@ interactions: Connection: - keep-alive Content-Length: - - '153' + - '149' Content-Type: - application/json ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview response: body: - string: '{"operation":"UpsertLogicalServer","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"operation":"UpsertLogicalServer","startTime":"2022-06-28T07:13:40.87Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview cache-control: - no-cache content-length: - - '74' + - '73' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:17:56 GMT + - Tue, 28 Jun 2022 07:13:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverOperationResults/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverOperationResults/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview pragma: - no-cache server: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 202 message: Accepted @@ -66,21 +66,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"name":"fe7a86a0-6a02-4857-bf1f-ac004eb6678c","status":"InProgress","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:17:57 GMT + - Tue, 28 Jun 2022 07:13:41 GMT expires: - '-1' pragma: @@ -112,21 +112,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"name":"fe7a86a0-6a02-4857-bf1f-ac004eb6678c","status":"InProgress","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:17:58 GMT + - Tue, 28 Jun 2022 07:13:43 GMT expires: - '-1' pragma: @@ -158,21 +158,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"name":"fe7a86a0-6a02-4857-bf1f-ac004eb6678c","status":"InProgress","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:18:00 GMT + - Tue, 28 Jun 2022 07:13:44 GMT expires: - '-1' pragma: @@ -204,21 +204,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"name":"fe7a86a0-6a02-4857-bf1f-ac004eb6678c","status":"InProgress","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:18:01 GMT + - Tue, 28 Jun 2022 07:13:45 GMT expires: - '-1' pragma: @@ -250,21 +250,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"name":"fe7a86a0-6a02-4857-bf1f-ac004eb6678c","status":"InProgress","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:18:02 GMT + - Tue, 28 Jun 2022 07:14:05 GMT expires: - '-1' pragma: @@ -296,21 +296,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"name":"fe7a86a0-6a02-4857-bf1f-ac004eb6678c","status":"InProgress","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:18:22 GMT + - Tue, 28 Jun 2022 07:14:25 GMT expires: - '-1' pragma: @@ -342,21 +342,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"name":"fe7a86a0-6a02-4857-bf1f-ac004eb6678c","status":"InProgress","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:18:42 GMT + - Tue, 28 Jun 2022 07:14:46 GMT expires: - '-1' pragma: @@ -388,12 +388,12 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/fe7a86a0-6a02-4857-bf1f-ac004eb6678c?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"name":"fe7a86a0-6a02-4857-bf1f-ac004eb6678c","status":"Succeeded","startTime":"2022-04-21T12:17:56.547Z"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache @@ -402,7 +402,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:19:03 GMT + - Tue, 28 Jun 2022 07:15:01 GMT expires: - '-1' pragma: @@ -434,21 +434,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '504' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:19:03 GMT + - Tue, 28 Jun 2022 07:15:17 GMT expires: - '-1' pragma: @@ -470,37 +470,37 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account show + - sql server create Connection: - keep-alive ParameterSetName: - - -g -n --query + - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004?api-version=2021-09-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004","name":"clitest000004","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T12:19:09.3557913Z","key2":"2022-04-21T12:19:09.3557913Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T12:19:09.3714164Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T12:19:09.3714164Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T12:19:09.2464182Z","primaryEndpoints":{"blob":"https://clitest000004.blob.core.windows.net/","queue":"https://clitest000004.queue.core.windows.net/","table":"https://clitest000004.table.core.windows.net/","file":"https://clitest000004.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"InProgress","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '1269' + - '107' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:19:53 GMT + - Tue, 28 Jun 2022 07:15:32 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -516,39 +516,37 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - storage account keys list + - sql server create Connection: - keep-alive - Content-Length: - - '0' ParameterSetName: - - -g -n --query + - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004/listKeys?api-version=2021-09-01&$expand=kerb + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/bee28b38-d7fb-4907-9ef4-299afd41de73?api-version=2021-02-01-preview response: body: - string: '{"keys":[{"creationTime":"2022-04-21T12:19:09.3557913Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T12:19:09.3557913Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"name":"bee28b38-d7fb-4907-9ef4-299afd41de73","status":"Succeeded","startTime":"2022-06-28T07:13:40.87Z"}' headers: cache-control: - no-cache content-length: - - '260' + - '106' content-type: - - application/json + - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:19:53 GMT + - Tue, 28 Jun 2022 07:15:47 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -557,8 +555,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' status: code: 200 message: OK @@ -566,31 +562,31 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - sql db create + - sql server create Connection: - keep-alive ParameterSetName: - - -g -s -n + - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview response: body: - string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' + string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"westeurope","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' headers: cache-control: - no-cache content-length: - - '504' + - '500' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:19:54 GMT + - Tue, 28 Jun 2022 07:15:48 GMT expires: - '-1' pragma: @@ -616,33 +612,33 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - sql db create + - storage account show Connection: - keep-alive ParameterSetName: - - -g -s -n + - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004?api-version=2021-09-01 response: body: - string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004","name":"clitest000004","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:15:54.9556153Z","key2":"2022-06-28T07:15:54.9556153Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:15:54.9712095Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:15:54.9712095Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:15:54.8306128Z","primaryEndpoints":{"blob":"https://clitest000004.blob.core.windows.net/","queue":"https://clitest000004.queue.core.windows.net/","table":"https://clitest000004.table.core.windows.net/","file":"https://clitest000004.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache content-length: - - '504' + - '1269' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 21 Apr 2022 12:19:53 GMT + - Tue, 28 Jun 2022 07:16:41 GMT expires: - '-1' pragma: - no-cache server: - - Microsoft-HTTPAPI/2.0 + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -655,62 +651,106 @@ interactions: code: 200 message: OK - request: - body: '{"location": "southcentralus"}' + body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - sql db create + - storage account keys list Connection: - keep-alive Content-Length: - - '30' - Content-Type: + - '0' + ParameterSetName: + - -g -n --query + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004/listKeys?api-version=2021-09-01&$expand=kerb + response: + body: + string: '{"keys":[{"creationTime":"2022-06-28T07:15:54.9556153Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:15:54.9556153Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + headers: + cache-control: + - no-cache + content-length: + - '260' + content-type: + - application/json + date: + - Tue, 28 Jun 2022 07:16:42 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql db create + Connection: + - keep-alive ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01?api-version=2021-05-01-preview + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview response: body: - string: '{"operation":"CreateLogicalDatabase","startTime":"2022-04-21T12:19:59.713Z"}' + string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"westeurope","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/databaseAzureAsyncOperation/ffac4b07-f36f-4989-9fbe-55fdf001ac1f?api-version=2021-05-01-preview cache-control: - no-cache content-length: - - '76' + - '500' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:19:59 GMT + - Tue, 28 Jun 2022 07:16:42 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/databaseOperationResults/ffac4b07-f36f-4989-9fbe-55fdf001ac1f?api-version=2021-05-01-preview pragma: - no-cache server: - 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: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -720,21 +760,21 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/databaseAzureAsyncOperation/ffac4b07-f36f-4989-9fbe-55fdf001ac1f?api-version=2021-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview response: body: - string: '{"name":"ffac4b07-f36f-4989-9fbe-55fdf001ac1f","status":"InProgress","startTime":"2022-04-21T12:19:59.713Z"}' + string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"westeurope","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' headers: cache-control: - no-cache content-length: - - '108' + - '500' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:20:14 GMT + - Tue, 28 Jun 2022 07:16:44 GMT expires: - '-1' pragma: @@ -752,6 +792,58 @@ interactions: status: code: 200 message: OK +- request: + body: '{"location": "westeurope"}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql db create + Connection: + - keep-alive + Content-Length: + - '26' + Content-Type: + - application/json + ParameterSetName: + - -g -s -n + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01?api-version=2021-05-01-preview + response: + body: + string: '{"operation":"CreateLogicalDatabase","startTime":"2022-06-28T07:16:51.703Z"}' + headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/databaseAzureAsyncOperation/288d95b8-e071-4120-85e9-82770887fb80?api-version=2021-05-01-preview + cache-control: + - no-cache + content-length: + - '76' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:16:51 GMT + expires: + - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/databaseOperationResults/288d95b8-e071-4120-85e9-82770887fb80?api-version=2021-05-01-preview + pragma: + - no-cache + server: + - 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 - request: body: null headers: @@ -766,12 +858,12 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/databaseAzureAsyncOperation/ffac4b07-f36f-4989-9fbe-55fdf001ac1f?api-version=2021-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/databaseAzureAsyncOperation/288d95b8-e071-4120-85e9-82770887fb80?api-version=2021-05-01-preview response: body: - string: '{"name":"ffac4b07-f36f-4989-9fbe-55fdf001ac1f","status":"InProgress","startTime":"2022-04-21T12:19:59.713Z"}' + string: '{"name":"288d95b8-e071-4120-85e9-82770887fb80","status":"InProgress","startTime":"2022-06-28T07:16:51.703Z"}' headers: cache-control: - no-cache @@ -780,7 +872,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:20:29 GMT + - Tue, 28 Jun 2022 07:17:06 GMT expires: - '-1' pragma: @@ -812,12 +904,12 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/databaseAzureAsyncOperation/ffac4b07-f36f-4989-9fbe-55fdf001ac1f?api-version=2021-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/databaseAzureAsyncOperation/288d95b8-e071-4120-85e9-82770887fb80?api-version=2021-05-01-preview response: body: - string: '{"name":"ffac4b07-f36f-4989-9fbe-55fdf001ac1f","status":"InProgress","startTime":"2022-04-21T12:19:59.713Z"}' + string: '{"name":"288d95b8-e071-4120-85e9-82770887fb80","status":"InProgress","startTime":"2022-06-28T07:16:51.703Z"}' headers: cache-control: - no-cache @@ -826,7 +918,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:20:46 GMT + - Tue, 28 Jun 2022 07:17:21 GMT expires: - '-1' pragma: @@ -858,12 +950,12 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/databaseAzureAsyncOperation/ffac4b07-f36f-4989-9fbe-55fdf001ac1f?api-version=2021-05-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/databaseAzureAsyncOperation/288d95b8-e071-4120-85e9-82770887fb80?api-version=2021-05-01-preview response: body: - string: '{"name":"ffac4b07-f36f-4989-9fbe-55fdf001ac1f","status":"Succeeded","startTime":"2022-04-21T12:19:59.713Z"}' + string: '{"name":"288d95b8-e071-4120-85e9-82770887fb80","status":"Succeeded","startTime":"2022-06-28T07:16:51.703Z"}' headers: cache-control: - no-cache @@ -872,7 +964,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:01 GMT + - Tue, 28 Jun 2022 07:17:37 GMT expires: - '-1' pragma: @@ -904,21 +996,21 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01?api-version=2021-05-01-preview response: body: - string: '{"sku":{"name":"GP_Gen5","tier":"GeneralPurpose","family":"Gen5","capacity":2},"kind":"v12.0,user,vcore","properties":{"collation":"SQL_Latin1_General_CP1_CI_AS","maxSizeBytes":34359738368,"status":"Online","databaseId":"3d5a45d2-08bf-4730-befd-d349debc6be3","creationDate":"2022-04-21T12:20:54.057Z","currentServiceObjectiveName":"GP_Gen5_2","requestedServiceObjectiveName":"GP_Gen5_2","defaultSecondaryLocation":"northcentralus","catalogCollation":"SQL_Latin1_General_CP1_CI_AS","zoneRedundant":false,"licenseType":"LicenseIncluded","maxLogSizeBytes":193273528320,"readScale":"Disabled","currentSku":{"name":"GP_Gen5","tier":"GeneralPurpose","family":"Gen5","capacity":2},"currentBackupStorageRedundancy":"Geo","requestedBackupStorageRedundancy":"Geo","maintenanceConfigurationId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default","isLedgerOn":false,"isInfraEncryptionEnabled":false},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01","name":"cliautomationdb01","type":"Microsoft.Sql/servers/databases"}' + string: '{"sku":{"name":"GP_Gen5","tier":"GeneralPurpose","family":"Gen5","capacity":2},"kind":"v12.0,user,vcore","properties":{"collation":"SQL_Latin1_General_CP1_CI_AS","maxSizeBytes":34359738368,"status":"Online","databaseId":"07da0da4-aaa2-4a0c-a2ab-899d0cda6246","creationDate":"2022-06-28T07:17:36.343Z","currentServiceObjectiveName":"GP_Gen5_2","requestedServiceObjectiveName":"GP_Gen5_2","defaultSecondaryLocation":"northeurope","catalogCollation":"SQL_Latin1_General_CP1_CI_AS","zoneRedundant":false,"licenseType":"LicenseIncluded","maxLogSizeBytes":193273528320,"readScale":"Disabled","currentSku":{"name":"GP_Gen5","tier":"GeneralPurpose","family":"Gen5","capacity":2},"currentBackupStorageRedundancy":"Geo","requestedBackupStorageRedundancy":"Geo","maintenanceConfigurationId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/SQL_Default","isLedgerOn":false,"isInfraEncryptionEnabled":false},"location":"westeurope","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01","name":"cliautomationdb01","type":"Microsoft.Sql/servers/databases"}' headers: cache-control: - no-cache content-length: - - '1233' + - '1226' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:01 GMT + - Tue, 28 Jun 2022 07:17:38 GMT expires: - '-1' pragma: @@ -950,7 +1042,7 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -964,7 +1056,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:02 GMT + - Tue, 28 Jun 2022 07:17:39 GMT expires: - '-1' pragma: @@ -997,7 +1089,7 @@ interactions: - -g -s -n --state --blob-storage-target-state --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1011,7 +1103,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:03 GMT + - Tue, 28 Jun 2022 07:17:39 GMT expires: - '-1' pragma: @@ -1052,7 +1144,7 @@ interactions: - -g -s -n --state --blob-storage-target-state --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1066,7 +1158,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:04 GMT + - Tue, 28 Jun 2022 07:17:42 GMT expires: - '-1' pragma: @@ -1078,7 +1170,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -1096,7 +1188,7 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1110,7 +1202,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:04 GMT + - Tue, 28 Jun 2022 07:17:42 GMT expires: - '-1' pragma: @@ -1142,12 +1234,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T12:19:33.1839964Z","key2":"2022-04-21T12:19:33.1839964Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T12:19:33.1995925Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T12:19:33.1995925Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T12:19:33.0746106Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:16:21.5651549Z","key2":"2022-06-28T07:16:21.5651549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:16:21.5807780Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:16:21.5807780Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:16:21.4557809Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1156,7 +1248,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:21:05 GMT + - Tue, 28 Jun 2022 07:17:44 GMT expires: - '-1' pragma: @@ -1188,7 +1280,7 @@ interactions: ParameterSetName: - -g -s -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1202,7 +1294,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:06 GMT + - Tue, 28 Jun 2022 07:17:44 GMT expires: - '-1' pragma: @@ -1234,21 +1326,63 @@ interactions: ParameterSetName: - -g -s -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:17:44 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql db audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --blob-storage-target-state --storage-account + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFnYXU4Z1BHQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBQmdCU2lnYUFYNEFvdmdBQU1DZ0FBQVlBdVo0SGdJYUNjcjRBQURBb0FBQUNBTUNZeTc0QUFEQW9BQUFDQUtlaVNyOEFBREFvQUFBSUFFS3EyNEVXZ0ZDQVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '3237' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:06 GMT + - Tue, 28 Jun 2022 07:17:44 GMT expires: - '-1' pragma: @@ -1276,21 +1410,21 @@ interactions: ParameterSetName: - -g -s -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFnYXU4Z1BHQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBQmdCU2lnYUFYNEFvdmdBQU1DZ0FBQVlBdVo0SGdJYUNjcjRBQURBb0FBQUNBTUNZeTc0QUFEQW9BQUFDQUtlaVNyOEFBREFvQUFBSUFFS3EyNEVXZ0ZDQVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '323' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:07 GMT + - Tue, 28 Jun 2022 07:17:44 GMT expires: - '-1' pragma: @@ -1318,12 +1452,12 @@ interactions: ParameterSetName: - -g -s -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T12:19:33.1839964Z","key2":"2022-04-21T12:19:33.1839964Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T12:19:33.1995925Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T12:19:33.1995925Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T12:19:33.0746106Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:16:21.5651549Z","key2":"2022-06-28T07:16:21.5651549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:16:21.5807780Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:16:21.5807780Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:16:21.4557809Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1332,7 +1466,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:21:07 GMT + - Tue, 28 Jun 2022 07:17:45 GMT expires: - '-1' pragma: @@ -1366,12 +1500,12 @@ interactions: ParameterSetName: - -g -s -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1380,7 +1514,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:21:08 GMT + - Tue, 28 Jun 2022 07:17:45 GMT expires: - '-1' pragma: @@ -1396,7 +1530,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -1422,7 +1556,7 @@ interactions: ParameterSetName: - -g -s -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1436,7 +1570,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:09 GMT + - Tue, 28 Jun 2022 07:17:48 GMT expires: - '-1' pragma: @@ -1470,7 +1604,7 @@ interactions: ParameterSetName: - -g -s -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1484,7 +1618,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:09 GMT + - Tue, 28 Jun 2022 07:17:49 GMT expires: - '-1' pragma: @@ -1523,7 +1657,7 @@ interactions: ParameterSetName: - -g -s -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1537,7 +1671,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:10 GMT + - Tue, 28 Jun 2022 07:17:52 GMT expires: - '-1' pragma: @@ -1553,7 +1687,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -1571,7 +1705,7 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/securityAlertPolicies/Default?api-version=2020-11-01-preview response: @@ -1585,7 +1719,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:11 GMT + - Tue, 28 Jun 2022 07:17:53 GMT expires: - '-1' pragma: @@ -1618,7 +1752,7 @@ interactions: - -g -s -n --state --storage-key --storage-endpoint --retention-days --email-addresses --disabled-alerts --email-account-admins User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/securityAlertPolicies/Default?api-version=2020-11-01-preview response: @@ -1632,7 +1766,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:11 GMT + - Tue, 28 Jun 2022 07:17:53 GMT expires: - '-1' pragma: @@ -1673,7 +1807,7 @@ interactions: - -g -s -n --state --storage-key --storage-endpoint --retention-days --email-addresses --disabled-alerts --email-account-admins User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/securityAlertPolicies/Default?api-version=2020-11-01-preview response: @@ -1687,7 +1821,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:13 GMT + - Tue, 28 Jun 2022 07:17:55 GMT expires: - '-1' pragma: @@ -1703,7 +1837,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1195' status: code: 200 message: OK @@ -1723,12 +1857,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1737,7 +1871,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:21:13 GMT + - Tue, 28 Jun 2022 07:17:56 GMT expires: - '-1' pragma: @@ -1771,12 +1905,12 @@ interactions: ParameterSetName: - -g -s -n --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/securityAlertPolicies/Default?api-version=2020-11-01-preview response: body: - string: '{"properties":{"state":"Enabled","disabledAlerts":["Sql_Injection_Vulnerability","Access_Anomaly"],"emailAddresses":["test1@example.com","test2@example.com"],"emailAccountAdmins":true,"storageEndpoint":"https://clitest000004.blob.core.windows.net/","storageAccountAccessKey":"","retentionDays":30,"creationTime":"2022-04-21T12:21:12.94Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/securityAlertPolicies/Default","name":"Default","type":"Microsoft.Sql/servers/databases/securityAlertPolicies"}' + string: '{"properties":{"state":"Enabled","disabledAlerts":["Sql_Injection_Vulnerability","Access_Anomaly"],"emailAddresses":["test1@example.com","test2@example.com"],"emailAccountAdmins":true,"storageEndpoint":"https://clitest000004.blob.core.windows.net/","storageAccountAccessKey":"","retentionDays":30,"creationTime":"2022-06-28T07:17:55.28Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/securityAlertPolicies/Default","name":"Default","type":"Microsoft.Sql/servers/databases/securityAlertPolicies"}' headers: cache-control: - no-cache @@ -1785,7 +1919,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:13 GMT + - Tue, 28 Jun 2022 07:17:57 GMT expires: - '-1' pragma: @@ -1817,21 +1951,63 @@ interactions: ParameterSetName: - -g -s -n --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:17:57 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql db threat-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --storage-account + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBZ0FnYXU4Z1BHQURvQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBR0FGS0tCb0JmZ0NpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBZ0FRcXJiZ1JhQVVJQT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '3239' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:14 GMT + - Tue, 28 Jun 2022 07:17:57 GMT expires: - '-1' pragma: @@ -1859,21 +2035,21 @@ interactions: ParameterSetName: - -g -s -n --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBZ0FnYXU4Z1BHQURvQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBR0FGS0tCb0JmZ0NpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBZ0FRcXJiZ1JhQVVJQT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '323' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:14 GMT + - Tue, 28 Jun 2022 07:17:57 GMT expires: - '-1' pragma: @@ -1901,12 +2077,12 @@ interactions: ParameterSetName: - -g -s -n --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T12:19:33.1839964Z","key2":"2022-04-21T12:19:33.1839964Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T12:19:33.1995925Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T12:19:33.1995925Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T12:19:33.0746106Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:16:21.5651549Z","key2":"2022-06-28T07:16:21.5651549Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:16:21.5807780Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:16:21.5807780Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:16:21.4557809Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1915,7 +2091,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:21:14 GMT + - Tue, 28 Jun 2022 07:17:58 GMT expires: - '-1' pragma: @@ -1949,12 +2125,12 @@ interactions: ParameterSetName: - -g -s -n --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1963,7 +2139,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:21:14 GMT + - Tue, 28 Jun 2022 07:17:59 GMT expires: - '-1' pragma: @@ -1979,7 +2155,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -2005,7 +2181,7 @@ interactions: ParameterSetName: - -g -s -n --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/securityAlertPolicies/Default?api-version=2020-11-01-preview response: @@ -2019,7 +2195,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:16 GMT + - Tue, 28 Jun 2022 07:18:02 GMT expires: - '-1' pragma: @@ -2035,7 +2211,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -2053,21 +2229,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-21T12:17:43Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westeurope","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:13:26Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '318' + - '314' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:17 GMT + - Tue, 28 Jun 2022 07:18:02 GMT expires: - '-1' pragma: @@ -2082,7 +2258,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "southcentralus", "properties": {"sku": {"name": "PerGB2018"}, + body: '{"location": "westeurope", "properties": {"sku": {"name": "PerGB2018"}, "retentionInDays": 30, "workspaceCapping": {}}}' headers: Accept: @@ -2094,41 +2270,45 @@ interactions: Connection: - keep-alive Content-Length: - - '123' + - '119' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"ff19eaeb-a6b4-4532-8f33-63719338fe4f","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T12:21:23.4930744Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-22T01:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T12:21:23.4930744Z","modifiedDate":"2022-04-21T12:21:23.4930744Z"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","name":"laws000006","type":"Microsoft.OperationalInsights/workspaces"}' + string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": + \"0a3d878b-3a33-47c9-8992-8ce1130b9912\",\r\n \"provisioningState\": \"Creating\",\r\n + \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": + \"Tue, 28 Jun 2022 07:18:12 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n + \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n + \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": + \"Wed, 29 Jun 2022 05:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\",\r\n \"createdDate\": \"Tue, 28 Jun 2022 07:18:12 GMT\",\r\n + \ \"modifiedDate\": \"Tue, 28 Jun 2022 07:18:12 GMT\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006\",\r\n + \ \"name\": \"laws000006\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n + \ \"location\": \"westeurope\"\r\n}" headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2021-12-01-preview cache-control: - no-cache content-length: - - '835' + - '1058' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 21 Apr 2022 12:21:25 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006?api-version=2021-12-01-preview + - Tue, 28 Jun 2022 07:18:13 GMT pragma: - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 server: - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -2137,6 +2317,7 @@ interactions: - '1198' x-powered-by: - ASP.NET + - ASP.NET status: code: 201 message: Created @@ -2154,43 +2335,50 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006?api-version=2021-12-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"ff19eaeb-a6b4-4532-8f33-63719338fe4f","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T12:21:23.4930744Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-22T01:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T12:21:23.4930744Z","modifiedDate":"2022-04-21T12:21:23.4930744Z"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","name":"laws000006","type":"Microsoft.OperationalInsights/workspaces"}' + string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": + \"0a3d878b-3a33-47c9-8992-8ce1130b9912\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": + \"Tue, 28 Jun 2022 07:18:12 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n + \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n + \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": + \"Wed, 29 Jun 2022 05:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\",\r\n \"createdDate\": \"Tue, 28 Jun 2022 07:18:12 GMT\",\r\n + \ \"modifiedDate\": \"Tue, 28 Jun 2022 07:18:13 GMT\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006\",\r\n + \ \"name\": \"laws000006\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n + \ \"location\": \"westeurope\"\r\n}" headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2021-12-01-preview cache-control: - no-cache content-length: - - '836' + - '1059' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 21 Apr 2022 12:21:56 GMT - expires: - - '-1' + - Tue, 28 Jun 2022 07:18:44 GMT pragma: - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 server: - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff x-powered-by: - ASP.NET + - ASP.NET status: code: 200 message: OK @@ -2208,7 +2396,7 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2222,7 +2410,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:56 GMT + - Tue, 28 Jun 2022 07:18:44 GMT expires: - '-1' pragma: @@ -2254,7 +2442,7 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2268,7 +2456,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:58 GMT + - Tue, 28 Jun 2022 07:18:48 GMT expires: - '-1' pragma: @@ -2288,7 +2476,7 @@ interactions: message: OK - request: body: '{"properties": {"logs": [{"category": "SQLSecurityAuditEvents", "enabled": - true, "retentionPolicy": {"enabled": false, "days": 0}}], "workspaceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006"}}' + true, "retentionPolicy": {"enabled": false, "days": 0}}], "workspaceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006"}}' headers: Accept: - application/json @@ -2305,12 +2493,12 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/cliautomationdb01/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/cliautomationdb01/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}' headers: cache-control: - no-cache @@ -2319,7 +2507,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:05 GMT + - Tue, 28 Jun 2022 07:18:56 GMT expires: - '-1' pragma: @@ -2353,21 +2541,21 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '5870' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:05 GMT + - Tue, 28 Jun 2022 07:18:57 GMT expires: - '-1' pragma: @@ -2395,21 +2583,63 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBZ0FnYXU4Z1BHQURvQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBR0FGS0tCb0JmZ0NpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBb0FRcXJiZ1JhQVVJQzZnQT09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '323' + - '3241' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:05 GMT + - Tue, 28 Jun 2022 07:18:57 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql db audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --state --log-analytics-target-state --log-analytics-workspace-resource-id + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBZ0FnYXU4Z1BHQURvQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBR0FGS0tCb0JmZ0NpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBb0FRcXJiZ1JhQVVJQzZnQT09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:18:57 GMT expires: - '-1' pragma: @@ -2439,12 +2669,12 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2453,7 +2683,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:22:06 GMT + - Tue, 28 Jun 2022 07:18:57 GMT expires: - '-1' pragma: @@ -2495,7 +2725,7 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2509,7 +2739,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:07 GMT + - Tue, 28 Jun 2022 07:19:04 GMT expires: - '-1' pragma: @@ -2521,7 +2751,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 201 message: Created @@ -2539,7 +2769,7 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2553,7 +2783,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:07 GMT + - Tue, 28 Jun 2022 07:19:05 GMT expires: - '-1' pragma: @@ -2585,12 +2815,12 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/cliautomationdb01/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/cliautomationdb01/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' headers: cache-control: - no-cache @@ -2599,7 +2829,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:10 GMT + - Tue, 28 Jun 2022 07:19:09 GMT expires: - '-1' pragma: @@ -2631,7 +2861,7 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2645,7 +2875,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:10 GMT + - Tue, 28 Jun 2022 07:19:09 GMT expires: - '-1' pragma: @@ -2677,12 +2907,12 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/cliautomationdb01/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/cliautomationdb01/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' headers: cache-control: - no-cache @@ -2691,7 +2921,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:11 GMT + - Tue, 28 Jun 2022 07:19:13 GMT expires: - '-1' pragma: @@ -2725,7 +2955,7 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: @@ -2737,7 +2967,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 12:22:16 GMT + - Tue, 28 Jun 2022 07:19:19 GMT expires: - '-1' pragma: @@ -2767,21 +2997,21 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '5870' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:17 GMT + - Tue, 28 Jun 2022 07:19:20 GMT expires: - '-1' pragma: @@ -2809,21 +3039,63 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBZ0FnYXU4Z1BHQURvQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBR0FGS0tCb0JmZ0NpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBb0FRcXJiZ1JhQVVJQzZnQT09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '323' + - '3241' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:17 GMT + - Tue, 28 Jun 2022 07:19:20 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql db audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --state --log-analytics-target-state + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBZ0FnYXU4Z1BHQURvQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBR0FGS0tCb0JmZ0NpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBb0FRcXJiZ1JhQVVJQzZnQT09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:19:20 GMT expires: - '-1' pragma: @@ -2853,12 +3125,12 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2867,7 +3139,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:22:18 GMT + - Tue, 28 Jun 2022 07:19:21 GMT expires: - '-1' pragma: @@ -2883,7 +3155,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' status: code: 200 message: OK @@ -2909,7 +3181,7 @@ interactions: ParameterSetName: - -g -s -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2923,7 +3195,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:19 GMT + - Tue, 28 Jun 2022 07:19:23 GMT expires: - '-1' pragma: @@ -2939,7 +3211,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1195' status: code: 200 message: OK @@ -2957,7 +3229,7 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2971,7 +3243,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:19 GMT + - Tue, 28 Jun 2022 07:19:24 GMT expires: - '-1' pragma: @@ -3003,21 +3275,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-21T12:17:43Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westeurope","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:13:26Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '318' + - '314' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:20 GMT + - Tue, 28 Jun 2022 07:19:25 GMT expires: - '-1' pragma: @@ -3032,7 +3304,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "southcentralus", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "westeurope", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -3043,37 +3316,37 @@ interactions: Connection: - keep-alive Content-Length: - - '79' + - '125' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-04-21T12:22:27.75Z","updatedAt":"2022-04-21T12:22:27.75Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-06-28T07:19:32.483Z","updatedAt":"2022-06-28T07:19:32.483Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '728' + - '783' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:28 GMT + - Tue, 28 Jun 2022 07:19:33 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3101,31 +3374,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-04-21T12:22:27.75Z","updatedAt":"2022-04-21T12:22:27.75Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-06-28T07:19:32.483Z","updatedAt":"2022-06-28T07:19:32.483Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '728' + - '783' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:59 GMT + - Tue, 28 Jun 2022 07:20:04 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3151,31 +3424,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-04-21T12:22:27.75Z","updatedAt":"2022-04-21T12:23:17.58Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-06-28T07:19:32.483Z","updatedAt":"2022-06-28T07:20:21.273Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '726' + - '781' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:28 GMT + - Tue, 28 Jun 2022 07:20:35 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3201,31 +3474,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-04-21T12:22:27.75Z","updatedAt":"2022-04-21T12:23:17.58Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-06-28T07:19:32.483Z","updatedAt":"2022-06-28T07:20:21.273Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '726' + - '781' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:29 GMT + - Tue, 28 Jun 2022 07:20:35 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3255,22 +3528,22 @@ interactions: ParameterSetName: - -g -n --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/eventhubs/cliehdb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/eventhubs/cliehdb01?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/eventhubs/cliehdb01","name":"cliehdb01","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"South - Central US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-21T12:23:31.653Z","updatedAt":"2022-04-21T12:23:31.997Z","partitionIds":["0","1","2","3"]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/eventhubs/cliehdb01","name":"cliehdb01","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West + Europe","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T07:20:38.62Z","updatedAt":"2022-06-28T07:20:38.97Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '459' + - '452' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:32 GMT + - Tue, 28 Jun 2022 07:20:39 GMT expires: - '-1' pragma: @@ -3311,22 +3584,22 @@ interactions: ParameterSetName: - -g -n --namespace-name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/authorizationRules/cliehauthruledb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/authorizationRules/cliehauthruledb01?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/authorizationRules/cliehauthruledb01","name":"cliehauthruledb01","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South - Central US","properties":{"rights":["Send","Manage","Listen"]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/authorizationRules/cliehauthruledb01","name":"cliehauthruledb01","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West + Europe","properties":{"rights":["Send","Manage","Listen"]}}' headers: cache-control: - no-cache content-length: - - '354' + - '349' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:38 GMT + - Tue, 28 Jun 2022 07:20:45 GMT expires: - '-1' pragma: @@ -3345,7 +3618,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1197' status: code: 200 message: OK @@ -3364,7 +3637,7 @@ interactions: - -g -s -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3378,7 +3651,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:38 GMT + - Tue, 28 Jun 2022 07:20:46 GMT expires: - '-1' pragma: @@ -3411,7 +3684,7 @@ interactions: - -g -s -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3425,7 +3698,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:40 GMT + - Tue, 28 Jun 2022 07:20:50 GMT expires: - '-1' pragma: @@ -3464,7 +3737,7 @@ interactions: - -g -s -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3478,7 +3751,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:47 GMT + - Tue, 28 Jun 2022 07:21:00 GMT expires: - '-1' pragma: @@ -3513,21 +3786,64 @@ interactions: - -g -s -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:21:01 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql db audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --state --event-hub-target-state --event-hub-authorization-rule-id + --event-hub + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBUUFnYXU4Z0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQVlBVW9vR2dGK0FLTDRBQURBb0FBQUdBTG1lQjRDR2duSytBQUF3S0FBQUFnREFtTXUrQUFBd0tBQUFBZ0Nub2txL0FBQXdLQUFBREFCQ3F0dUJGb0JRZ0xxQVpvQT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '3239' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:47 GMT + - Tue, 28 Jun 2022 07:21:01 GMT expires: - '-1' pragma: @@ -3556,21 +3872,21 @@ interactions: - -g -s -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBUUFnYXU4Z0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQVlBVW9vR2dGK0FLTDRBQURBb0FBQUdBTG1lQjRDR2duSytBQUF3S0FBQUFnREFtTXUrQUFBd0tBQUFBZ0Nub2txL0FBQXdLQUFBREFCQ3F0dUJGb0JRZ0xxQVpvQT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '323' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:47 GMT + - Tue, 28 Jun 2022 07:21:01 GMT expires: - '-1' pragma: @@ -3601,12 +3917,12 @@ interactions: - -g -s -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3615,7 +3931,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:23:48 GMT + - Tue, 28 Jun 2022 07:21:01 GMT expires: - '-1' pragma: @@ -3631,7 +3947,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -3658,7 +3974,7 @@ interactions: - -g -s -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3672,7 +3988,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:49 GMT + - Tue, 28 Jun 2022 07:21:05 GMT expires: - '-1' pragma: @@ -3688,7 +4004,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -3706,7 +4022,7 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3720,7 +4036,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:49 GMT + - Tue, 28 Jun 2022 07:21:07 GMT expires: - '-1' pragma: @@ -3752,7 +4068,7 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3766,7 +4082,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:52 GMT + - Tue, 28 Jun 2022 07:21:09 GMT expires: - '-1' pragma: @@ -3798,7 +4114,7 @@ interactions: ParameterSetName: - -g -s -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3812,7 +4128,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:52 GMT + - Tue, 28 Jun 2022 07:21:10 GMT expires: - '-1' pragma: @@ -3844,7 +4160,7 @@ interactions: ParameterSetName: - -g -s -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3858,7 +4174,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:54 GMT + - Tue, 28 Jun 2022 07:21:14 GMT expires: - '-1' pragma: @@ -3892,7 +4208,7 @@ interactions: ParameterSetName: - -g -s -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3904,7 +4220,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 12:24:00 GMT + - Tue, 28 Jun 2022 07:21:21 GMT expires: - '-1' pragma: @@ -3934,21 +4250,63 @@ interactions: ParameterSetName: - -g -s -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:21:21 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql db audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -s -n --state --event-hub-target-state + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBUUFnYXU4Z0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQUlBWm9vb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlTcjhBQURBb0FBQU1BRUtxMjRFV2dGQ0F1b0JtZ0E9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '3237' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:59 GMT + - Tue, 28 Jun 2022 07:21:21 GMT expires: - '-1' pragma: @@ -3976,21 +4334,21 @@ interactions: ParameterSetName: - -g -s -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBUUFnYXU4Z0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQUlBWm9vb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlTcjhBQURBb0FBQU1BRUtxMjRFV2dGQ0F1b0JtZ0E9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '323' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:59 GMT + - Tue, 28 Jun 2022 07:21:21 GMT expires: - '-1' pragma: @@ -4020,12 +4378,12 @@ interactions: ParameterSetName: - -g -s -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T12:19:33.1839964Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:16:21.5651549Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -4034,7 +4392,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 12:24:00 GMT + - Tue, 28 Jun 2022 07:21:22 GMT expires: - '-1' pragma: @@ -4050,7 +4408,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -4076,7 +4434,7 @@ interactions: ParameterSetName: - -g -s -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -4090,7 +4448,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:24:02 GMT + - Tue, 28 Jun 2022 07:21:26 GMT expires: - '-1' pragma: @@ -4106,7 +4464,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -4124,7 +4482,7 @@ interactions: ParameterSetName: - -g -s -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/cliautomationdb01/auditingSettings/default?api-version=2020-11-01-preview response: @@ -4138,7 +4496,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:24:01 GMT + - Tue, 28 Jun 2022 07:21:26 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_ms_support_mgmt.yaml b/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_ms_support_mgmt.yaml index 7272b46877b..bffe8d2cbc0 100644 --- a/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_ms_support_mgmt.yaml +++ b/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_ms_support_mgmt.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "southcentralus", "properties": {"administratorLogin": "admin123", + body: '{"location": "westeurope", "properties": {"administratorLogin": "admin123", "administratorLoginPassword": "SecretPassword123", "administrators": {}}}' headers: Accept: @@ -12,33 +12,33 @@ interactions: Connection: - keep-alive Content-Length: - - '153' + - '149' Content-Type: - application/json ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview response: body: - string: '{"operation":"UpsertLogicalServer","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"operation":"UpsertLogicalServer","startTime":"2022-06-28T07:53:22.78Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview cache-control: - no-cache content-length: - - '74' + - '73' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:36:36 GMT + - Tue, 28 Jun 2022 07:53:22 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverOperationResults/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverOperationResults/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview pragma: - no-cache server: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1198' status: code: 202 message: Accepted @@ -66,21 +66,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview response: body: - string: '{"name":"1d3847d1-ec9e-45c2-992c-fbe339680325","status":"InProgress","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"name":"53c8a322-54fe-4833-a767-02e822826883","status":"InProgress","startTime":"2022-06-28T07:53:22.78Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:36:37 GMT + - Tue, 28 Jun 2022 07:53:23 GMT expires: - '-1' pragma: @@ -112,21 +112,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview response: body: - string: '{"name":"1d3847d1-ec9e-45c2-992c-fbe339680325","status":"InProgress","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"name":"53c8a322-54fe-4833-a767-02e822826883","status":"InProgress","startTime":"2022-06-28T07:53:22.78Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:36:38 GMT + - Tue, 28 Jun 2022 07:53:25 GMT expires: - '-1' pragma: @@ -158,21 +158,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview response: body: - string: '{"name":"1d3847d1-ec9e-45c2-992c-fbe339680325","status":"InProgress","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"name":"53c8a322-54fe-4833-a767-02e822826883","status":"InProgress","startTime":"2022-06-28T07:53:22.78Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:36:39 GMT + - Tue, 28 Jun 2022 07:53:26 GMT expires: - '-1' pragma: @@ -204,21 +204,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview response: body: - string: '{"name":"1d3847d1-ec9e-45c2-992c-fbe339680325","status":"InProgress","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"name":"53c8a322-54fe-4833-a767-02e822826883","status":"InProgress","startTime":"2022-06-28T07:53:22.78Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:36:41 GMT + - Tue, 28 Jun 2022 07:53:27 GMT expires: - '-1' pragma: @@ -250,21 +250,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview response: body: - string: '{"name":"1d3847d1-ec9e-45c2-992c-fbe339680325","status":"InProgress","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"name":"53c8a322-54fe-4833-a767-02e822826883","status":"InProgress","startTime":"2022-06-28T07:53:22.78Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:36:42 GMT + - Tue, 28 Jun 2022 07:53:48 GMT expires: - '-1' pragma: @@ -296,21 +296,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview response: body: - string: '{"name":"1d3847d1-ec9e-45c2-992c-fbe339680325","status":"InProgress","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"name":"53c8a322-54fe-4833-a767-02e822826883","status":"InProgress","startTime":"2022-06-28T07:53:22.78Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:37:02 GMT + - Tue, 28 Jun 2022 07:54:08 GMT expires: - '-1' pragma: @@ -342,21 +342,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview response: body: - string: '{"name":"1d3847d1-ec9e-45c2-992c-fbe339680325","status":"InProgress","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"name":"53c8a322-54fe-4833-a767-02e822826883","status":"InProgress","startTime":"2022-06-28T07:53:22.78Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:37:22 GMT + - Tue, 28 Jun 2022 07:54:28 GMT expires: - '-1' pragma: @@ -388,21 +388,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/1d3847d1-ec9e-45c2-992c-fbe339680325?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/53c8a322-54fe-4833-a767-02e822826883?api-version=2021-02-01-preview response: body: - string: '{"name":"1d3847d1-ec9e-45c2-992c-fbe339680325","status":"Succeeded","startTime":"2022-04-21T13:36:36.393Z"}' + string: '{"name":"53c8a322-54fe-4833-a767-02e822826883","status":"Succeeded","startTime":"2022-06-28T07:53:22.78Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:37:43 GMT + - Tue, 28 Jun 2022 07:54:44 GMT expires: - '-1' pragma: @@ -434,21 +434,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview response: body: - string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' + string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"westeurope","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' headers: cache-control: - no-cache content-length: - - '504' + - '500' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:37:43 GMT + - Tue, 28 Jun 2022 07:54:45 GMT expires: - '-1' pragma: @@ -480,12 +480,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004","name":"clitest000004","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:37:50.1582534Z","key2":"2022-04-21T13:37:50.1582534Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:37:50.1582534Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:37:50.1582534Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:37:50.0488762Z","primaryEndpoints":{"blob":"https://clitest000004.blob.core.windows.net/","queue":"https://clitest000004.queue.core.windows.net/","table":"https://clitest000004.table.core.windows.net/","file":"https://clitest000004.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004","name":"clitest000004","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:54:54.0145716Z","key2":"2022-06-28T07:54:54.0145716Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:54:54.0302321Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:54:54.0302321Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:54:53.9052487Z","primaryEndpoints":{"blob":"https://clitest000004.blob.core.windows.net/","queue":"https://clitest000004.queue.core.windows.net/","table":"https://clitest000004.table.core.windows.net/","file":"https://clitest000004.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -494,7 +494,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:38:33 GMT + - Tue, 28 Jun 2022 07:55:39 GMT expires: - '-1' pragma: @@ -528,12 +528,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:37:50.1582534Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:37:50.1582534Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:54:54.0145716Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:54:54.0145716Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -542,7 +542,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:38:34 GMT + - Tue, 28 Jun 2022 07:55:39 GMT expires: - '-1' pragma: @@ -558,7 +558,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -576,7 +576,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -590,7 +590,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:38:34 GMT + - Tue, 28 Jun 2022 07:55:40 GMT expires: - '-1' pragma: @@ -622,7 +622,7 @@ interactions: ParameterSetName: - -g -n --state --blob-storage-target-state --storage-key --storage-endpoint User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -636,7 +636,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:38:35 GMT + - Tue, 28 Jun 2022 07:55:41 GMT expires: - '-1' pragma: @@ -674,27 +674,27 @@ interactions: ParameterSetName: - -g -n --state --blob-storage-target-state --storage-key --storage-endpoint User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-04-21T13:38:36.057Z"}' + string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-06-28T07:55:42.86Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/08523167-d198-4bd8-9873-fead2bdf63c8?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/47b613a1-d8ad-4fc3-a601-31bc316bce99?api-version=2020-11-01-preview cache-control: - no-cache content-length: - - '89' + - '88' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:38:35 GMT + - Tue, 28 Jun 2022 07:55:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsOperationResults/08523167-d198-4bd8-9873-fead2bdf63c8?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsOperationResults/47b613a1-d8ad-4fc3-a601-31bc316bce99?api-version=2020-11-01-preview pragma: - no-cache server: @@ -704,7 +704,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1199' status: code: 202 message: Accepted @@ -722,21 +722,21 @@ interactions: ParameterSetName: - -g -n --state --blob-storage-target-state --storage-key --storage-endpoint User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/08523167-d198-4bd8-9873-fead2bdf63c8?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/47b613a1-d8ad-4fc3-a601-31bc316bce99?api-version=2020-11-01-preview response: body: - string: '{"name":"08523167-d198-4bd8-9873-fead2bdf63c8","status":"Succeeded","startTime":"2022-04-21T13:38:36.057Z"}' + string: '{"name":"47b613a1-d8ad-4fc3-a601-31bc316bce99","status":"Succeeded","startTime":"2022-06-28T07:55:42.86Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:39:36 GMT + - Tue, 28 Jun 2022 07:56:42 GMT expires: - '-1' pragma: @@ -768,7 +768,7 @@ interactions: ParameterSetName: - -g -n --state --blob-storage-target-state --storage-key --storage-endpoint User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -782,7 +782,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:39:36 GMT + - Tue, 28 Jun 2022 07:56:43 GMT expires: - '-1' pragma: @@ -814,7 +814,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -828,7 +828,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:39:36 GMT + - Tue, 28 Jun 2022 07:56:43 GMT expires: - '-1' pragma: @@ -860,12 +860,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:38:12.8773561Z","key2":"2022-04-21T13:38:12.8773561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:38:12.8773561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:38:12.8773561Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:38:12.7523532Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:55:19.3118068Z","key2":"2022-06-28T07:55:19.3118068Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:55:19.3274228Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:55:19.3274228Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:55:19.2024220Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -874,7 +874,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:39:37 GMT + - Tue, 28 Jun 2022 07:56:44 GMT expires: - '-1' pragma: @@ -906,7 +906,7 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -920,7 +920,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:39:37 GMT + - Tue, 28 Jun 2022 07:56:45 GMT expires: - '-1' pragma: @@ -952,21 +952,63 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:56:46 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server ms-support audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --blob-storage-target-state --storage-account + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncHlpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skx2d0FBTUNnQUFBWUFPWUcxZ0JLQVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '3173' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:39:37 GMT + - Tue, 28 Jun 2022 07:56:46 GMT expires: - '-1' pragma: @@ -994,21 +1036,21 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncHlpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skx2d0FBTUNnQUFBWUFPWUcxZ0JLQVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '323' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:39:37 GMT + - Tue, 28 Jun 2022 07:56:46 GMT expires: - '-1' pragma: @@ -1036,12 +1078,12 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:38:12.8773561Z","key2":"2022-04-21T13:38:12.8773561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:38:12.8773561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:38:12.8773561Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:38:12.7523532Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:55:19.3118068Z","key2":"2022-06-28T07:55:19.3118068Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:55:19.3274228Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:55:19.3274228Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:55:19.2024220Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1050,7 +1092,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:39:38 GMT + - Tue, 28 Jun 2022 07:56:46 GMT expires: - '-1' pragma: @@ -1084,12 +1126,12 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1098,7 +1140,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:39:38 GMT + - Tue, 28 Jun 2022 07:56:47 GMT expires: - '-1' pragma: @@ -1114,7 +1156,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '11999' status: code: 200 message: OK @@ -1138,15 +1180,15 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-04-21T13:39:39.783Z"}' + string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-06-28T07:56:49.453Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/0b815362-af33-4458-879e-f3305c47b2c2?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/977ae783-cba5-4822-b9d0-779eb66e0b88?api-version=2020-11-01-preview cache-control: - no-cache content-length: @@ -1154,11 +1196,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:39:39 GMT + - Tue, 28 Jun 2022 07:56:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsOperationResults/0b815362-af33-4458-879e-f3305c47b2c2?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsOperationResults/977ae783-cba5-4822-b9d0-779eb66e0b88?api-version=2020-11-01-preview pragma: - no-cache server: @@ -1168,7 +1210,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 202 message: Accepted @@ -1186,12 +1228,12 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/0b815362-af33-4458-879e-f3305c47b2c2?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/977ae783-cba5-4822-b9d0-779eb66e0b88?api-version=2020-11-01-preview response: body: - string: '{"name":"0b815362-af33-4458-879e-f3305c47b2c2","status":"Succeeded","startTime":"2022-04-21T13:39:39.783Z"}' + string: '{"name":"977ae783-cba5-4822-b9d0-779eb66e0b88","status":"Succeeded","startTime":"2022-06-28T07:56:49.453Z"}' headers: cache-control: - no-cache @@ -1200,7 +1242,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:40:39 GMT + - Tue, 28 Jun 2022 07:57:49 GMT expires: - '-1' pragma: @@ -1232,7 +1274,7 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -1246,7 +1288,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:40:39 GMT + - Tue, 28 Jun 2022 07:57:50 GMT expires: - '-1' pragma: @@ -1278,7 +1320,7 @@ interactions: ParameterSetName: - -g -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -1292,7 +1334,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:40:40 GMT + - Tue, 28 Jun 2022 07:57:50 GMT expires: - '-1' pragma: @@ -1330,27 +1372,27 @@ interactions: ParameterSetName: - -g -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-04-21T13:40:41.26Z"}' + string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-06-28T07:57:52.713Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/402f4e15-7ecb-450e-bb46-f57d5aaebcfc?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/a2adc930-6e0c-4a01-ab53-475b5b6a10e3?api-version=2020-11-01-preview cache-control: - no-cache content-length: - - '88' + - '89' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:40:41 GMT + - Tue, 28 Jun 2022 07:57:52 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsOperationResults/402f4e15-7ecb-450e-bb46-f57d5aaebcfc?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsOperationResults/a2adc930-6e0c-4a01-ab53-475b5b6a10e3?api-version=2020-11-01-preview pragma: - no-cache server: @@ -1360,7 +1402,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1190' + - '1196' status: code: 202 message: Accepted @@ -1378,21 +1420,21 @@ interactions: ParameterSetName: - -g -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/402f4e15-7ecb-450e-bb46-f57d5aaebcfc?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/a2adc930-6e0c-4a01-ab53-475b5b6a10e3?api-version=2020-11-01-preview response: body: - string: '{"name":"402f4e15-7ecb-450e-bb46-f57d5aaebcfc","status":"Succeeded","startTime":"2022-04-21T13:40:41.26Z"}' + string: '{"name":"a2adc930-6e0c-4a01-ab53-475b5b6a10e3","status":"Succeeded","startTime":"2022-06-28T07:57:52.713Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:41:41 GMT + - Tue, 28 Jun 2022 07:58:52 GMT expires: - '-1' pragma: @@ -1424,7 +1466,7 @@ interactions: ParameterSetName: - -g -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -1438,7 +1480,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:41:41 GMT + - Tue, 28 Jun 2022 07:58:54 GMT expires: - '-1' pragma: @@ -1470,21 +1512,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-21T13:36:28Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westeurope","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:53:12Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '318' + - '314' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:41:41 GMT + - Tue, 28 Jun 2022 07:58:54 GMT expires: - '-1' pragma: @@ -1499,7 +1541,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "southcentralus", "properties": {"sku": {"name": "PerGB2018"}, + body: '{"location": "westeurope", "properties": {"sku": {"name": "PerGB2018"}, "retentionInDays": 30, "workspaceCapping": {}}}' headers: Accept: @@ -1511,49 +1553,54 @@ interactions: Connection: - keep-alive Content-Length: - - '123' + - '119' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"341a1826-9252-412e-ae7d-cd9b9097f83f","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T13:41:46.6671454Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-21T18:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T13:41:46.6671454Z","modifiedDate":"2022-04-21T13:41:46.6671454Z"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04","name":"clilaworkspacems04","type":"Microsoft.OperationalInsights/workspaces"}' + string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": + \"960ec445-e76b-4543-becd-fe646d25d3a2\",\r\n \"provisioningState\": \"Creating\",\r\n + \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": + \"Tue, 28 Jun 2022 07:59:03 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n + \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n + \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": + \"Tue, 28 Jun 2022 14:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\",\r\n \"createdDate\": \"Tue, 28 Jun 2022 07:59:03 GMT\",\r\n + \ \"modifiedDate\": \"Tue, 28 Jun 2022 07:59:03 GMT\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clilaworkspacems04\",\r\n + \ \"name\": \"clilaworkspacems04\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n + \ \"location\": \"westeurope\"\r\n}" headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2021-12-01-preview cache-control: - no-cache content-length: - - '851' + - '1074' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 21 Apr 2022 13:41:47 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04?api-version=2021-12-01-preview + - Tue, 28 Jun 2022 07:59:04 GMT pragma: - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 server: - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1190' + - '1198' x-powered-by: - ASP.NET + - ASP.NET status: code: 201 message: Created @@ -1571,43 +1618,50 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04?api-version=2021-12-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"341a1826-9252-412e-ae7d-cd9b9097f83f","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T13:41:46.6671454Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-21T18:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T13:41:46.6671454Z","modifiedDate":"2022-04-21T13:41:46.6671454Z"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04","name":"clilaworkspacems04","type":"Microsoft.OperationalInsights/workspaces"}' + string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": + \"960ec445-e76b-4543-becd-fe646d25d3a2\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": + \"Tue, 28 Jun 2022 07:59:03 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n + \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n + \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": + \"Tue, 28 Jun 2022 14:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\",\r\n \"createdDate\": \"Tue, 28 Jun 2022 07:59:03 GMT\",\r\n + \ \"modifiedDate\": \"Tue, 28 Jun 2022 07:59:05 GMT\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clilaworkspacems04\",\r\n + \ \"name\": \"clilaworkspacems04\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n + \ \"location\": \"westeurope\"\r\n}" headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2021-12-01-preview cache-control: - no-cache content-length: - - '852' + - '1075' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 21 Apr 2022 13:42:18 GMT - expires: - - '-1' + - Tue, 28 Jun 2022 07:59:35 GMT pragma: - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 server: - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff x-powered-by: - ASP.NET + - ASP.NET status: code: 200 message: OK @@ -1625,7 +1679,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -1639,7 +1693,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:42:19 GMT + - Tue, 28 Jun 2022 07:59:36 GMT expires: - '-1' pragma: @@ -1671,7 +1725,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -1685,7 +1739,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:42:20 GMT + - Tue, 28 Jun 2022 07:59:39 GMT expires: - '-1' pragma: @@ -1705,7 +1759,7 @@ interactions: message: OK - request: body: '{"properties": {"logs": [{"category": "DevOpsOperationsAudit", "enabled": - true, "retentionPolicy": {"enabled": false, "days": 0}}], "workspaceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04"}}' + true, "retentionPolicy": {"enabled": false, "days": 0}}], "workspaceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clilaworkspacems04"}}' headers: Accept: - application/json @@ -1722,12 +1776,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings/DevOpsOperationsAudit_LogAnalytics?api-version=2017-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/DevOpsOperationsAudit_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"DevOpsOperationsAudit_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"DevOpsOperationsAudit","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/DevOpsOperationsAudit_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"DevOpsOperationsAudit_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clilaworkspacems04","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"DevOpsOperationsAudit","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}' headers: cache-control: - no-cache @@ -1736,7 +1790,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:42:27 GMT + - Tue, 28 Jun 2022 07:59:47 GMT expires: - '-1' pragma: @@ -1770,21 +1824,63 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:59:47 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server ms-support audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFBZ0JzdWF5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQWdBK0pnU0FBQ3dCQUFvdmdBQU1DZ0FBQVlBdVo0SGdJYUNjcjRBQURBb0FBQUNBTUNZeTc0QUFEQW9BQUFDQUtlaVM3OEFBREFvQUFBSUFEbUJ0WUFTZ05xQlwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '3237' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:42:27 GMT + - Tue, 28 Jun 2022 07:59:47 GMT expires: - '-1' pragma: @@ -1812,21 +1908,21 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFBZ0JzdWF5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQWdBK0pnU0FBQ3dCQUFvdmdBQU1DZ0FBQVlBdVo0SGdJYUNjcjRBQURBb0FBQUNBTUNZeTc0QUFEQW9BQUFDQUtlaVM3OEFBREFvQUFBSUFEbUJ0WUFTZ05xQlwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '323' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:42:27 GMT + - Tue, 28 Jun 2022 07:59:47 GMT expires: - '-1' pragma: @@ -1856,12 +1952,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1870,7 +1966,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:42:28 GMT + - Tue, 28 Jun 2022 07:59:47 GMT expires: - '-1' pragma: @@ -1886,7 +1982,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11995' + - '11999' status: code: 200 message: OK @@ -1910,15 +2006,15 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-04-21T13:42:29.327Z"}' + string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-06-28T07:59:49.443Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/4e9866b8-8637-4dac-b80f-6eae80af0ec4?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/d2c3b002-b24b-454c-b35c-91277a031570?api-version=2020-11-01-preview cache-control: - no-cache content-length: @@ -1926,11 +2022,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:42:28 GMT + - Tue, 28 Jun 2022 07:59:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsOperationResults/4e9866b8-8637-4dac-b80f-6eae80af0ec4?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsOperationResults/d2c3b002-b24b-454c-b35c-91277a031570?api-version=2020-11-01-preview pragma: - no-cache server: @@ -1940,7 +2036,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1190' + - '1195' status: code: 202 message: Accepted @@ -1958,12 +2054,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/4e9866b8-8637-4dac-b80f-6eae80af0ec4?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/d2c3b002-b24b-454c-b35c-91277a031570?api-version=2020-11-01-preview response: body: - string: '{"name":"4e9866b8-8637-4dac-b80f-6eae80af0ec4","status":"Succeeded","startTime":"2022-04-21T13:42:29.327Z"}' + string: '{"name":"d2c3b002-b24b-454c-b35c-91277a031570","status":"Succeeded","startTime":"2022-06-28T07:59:49.443Z"}' headers: cache-control: - no-cache @@ -1972,7 +2068,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:28 GMT + - Tue, 28 Jun 2022 08:00:49 GMT expires: - '-1' pragma: @@ -2004,7 +2100,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -2018,7 +2114,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:29 GMT + - Tue, 28 Jun 2022 08:00:49 GMT expires: - '-1' pragma: @@ -2050,7 +2146,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -2064,7 +2160,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:30 GMT + - Tue, 28 Jun 2022 08:00:51 GMT expires: - '-1' pragma: @@ -2096,12 +2192,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/DevOpsOperationsAudit_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"DevOpsOperationsAudit_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"DevOpsOperationsAudit","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/DevOpsOperationsAudit_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"DevOpsOperationsAudit_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clilaworkspacems04","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"DevOpsOperationsAudit","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' headers: cache-control: - no-cache @@ -2110,7 +2206,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:31 GMT + - Tue, 28 Jun 2022 08:01:18 GMT expires: - '-1' pragma: @@ -2142,7 +2238,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -2156,7 +2252,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:32 GMT + - Tue, 28 Jun 2022 08:01:17 GMT expires: - '-1' pragma: @@ -2188,12 +2284,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/DevOpsOperationsAudit_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"DevOpsOperationsAudit_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/clilaworkspacems04","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"DevOpsOperationsAudit","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/DevOpsOperationsAudit_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"DevOpsOperationsAudit_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/clilaworkspacems04","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"DevOpsOperationsAudit","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' headers: cache-control: - no-cache @@ -2202,7 +2298,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:33 GMT + - Tue, 28 Jun 2022 08:01:20 GMT expires: - '-1' pragma: @@ -2236,7 +2332,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings/DevOpsOperationsAudit_LogAnalytics?api-version=2017-05-01-preview response: @@ -2248,7 +2344,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 13:43:39 GMT + - Tue, 28 Jun 2022 08:01:26 GMT expires: - '-1' pragma: @@ -2278,21 +2374,21 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '5870' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:39 GMT + - Tue, 28 Jun 2022 08:01:26 GMT expires: - '-1' pragma: @@ -2320,21 +2416,63 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCQUJzdWQ2QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBQ0FENG1CSUFBTEFFQUNpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skx2d0FBTUNnQUFBZ0FPWUcxZ0JLQTJvRT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '323' + - '3239' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:39 GMT + - Tue, 28 Jun 2022 08:01:26 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server ms-support audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --state --log-analytics-target-state + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCQUJzdWQ2QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBQ0FENG1CSUFBTEFFQUNpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skx2d0FBTUNnQUFBZ0FPWUcxZ0JLQTJvRT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:01:26 GMT expires: - '-1' pragma: @@ -2364,12 +2502,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2378,7 +2516,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:43:39 GMT + - Tue, 28 Jun 2022 08:01:27 GMT expires: - '-1' pragma: @@ -2394,7 +2532,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11994' + - '11998' status: code: 200 message: OK @@ -2418,15 +2556,15 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-04-21T13:43:40.693Z"}' + string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-06-28T08:01:28.873Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/0035e60e-46f7-4b40-9e01-194a5bb5fc8c?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/13bb95c6-4fd7-4925-8e3a-312a145af13e?api-version=2020-11-01-preview cache-control: - no-cache content-length: @@ -2434,11 +2572,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:43:39 GMT + - Tue, 28 Jun 2022 08:01:29 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsOperationResults/0035e60e-46f7-4b40-9e01-194a5bb5fc8c?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsOperationResults/13bb95c6-4fd7-4925-8e3a-312a145af13e?api-version=2020-11-01-preview pragma: - no-cache server: @@ -2448,7 +2586,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1190' + - '1194' status: code: 202 message: Accepted @@ -2466,12 +2604,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/0035e60e-46f7-4b40-9e01-194a5bb5fc8c?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/13bb95c6-4fd7-4925-8e3a-312a145af13e?api-version=2020-11-01-preview response: body: - string: '{"name":"0035e60e-46f7-4b40-9e01-194a5bb5fc8c","status":"Succeeded","startTime":"2022-04-21T13:43:40.693Z"}' + string: '{"name":"13bb95c6-4fd7-4925-8e3a-312a145af13e","status":"Succeeded","startTime":"2022-06-28T08:01:28.873Z"}' headers: cache-control: - no-cache @@ -2480,7 +2618,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:44:40 GMT + - Tue, 28 Jun 2022 08:02:30 GMT expires: - '-1' pragma: @@ -2512,7 +2650,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -2526,7 +2664,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:44:40 GMT + - Tue, 28 Jun 2022 08:02:31 GMT expires: - '-1' pragma: @@ -2558,7 +2696,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -2572,7 +2710,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:44:41 GMT + - Tue, 28 Jun 2022 08:02:30 GMT expires: - '-1' pragma: @@ -2604,21 +2742,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-21T13:36:28Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westeurope","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:53:12Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '318' + - '314' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:44:40 GMT + - Tue, 28 Jun 2022 08:02:31 GMT expires: - '-1' pragma: @@ -2633,7 +2771,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "southcentralus", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "westeurope", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -2644,37 +2783,37 @@ interactions: Connection: - keep-alive Content-Length: - - '79' + - '125' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02","name":"cliehnamespacems02","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacems02","createdAt":"2022-04-21T13:44:45.53Z","updatedAt":"2022-04-21T13:44:45.53Z","serviceBusEndpoint":"https://cliehnamespacems02.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02","name":"cliehnamespacems02","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacems02","createdAt":"2022-06-28T08:02:37.35Z","updatedAt":"2022-06-28T08:02:37.35Z","serviceBusEndpoint":"https://cliehnamespacems02.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '728' + - '781' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:44:46 GMT + - Tue, 28 Jun 2022 08:02:38 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2702,31 +2841,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02","name":"cliehnamespacems02","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacems02","createdAt":"2022-04-21T13:44:45.53Z","updatedAt":"2022-04-21T13:44:45.53Z","serviceBusEndpoint":"https://cliehnamespacems02.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02","name":"cliehnamespacems02","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacems02","createdAt":"2022-06-28T08:02:37.35Z","updatedAt":"2022-06-28T08:02:37.35Z","serviceBusEndpoint":"https://cliehnamespacems02.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '728' + - '781' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:45:17 GMT + - Tue, 28 Jun 2022 08:03:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2752,31 +2891,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02","name":"cliehnamespacems02","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacems02","createdAt":"2022-04-21T13:44:45.53Z","updatedAt":"2022-04-21T13:45:37.82Z","serviceBusEndpoint":"https://cliehnamespacems02.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02","name":"cliehnamespacems02","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacems02","createdAt":"2022-06-28T08:02:37.35Z","updatedAt":"2022-06-28T08:03:29.77Z","serviceBusEndpoint":"https://cliehnamespacems02.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '726' + - '779' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:45:47 GMT + - Tue, 28 Jun 2022 08:03:40 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2802,31 +2941,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02","name":"cliehnamespacems02","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacems02","createdAt":"2022-04-21T13:44:45.53Z","updatedAt":"2022-04-21T13:45:37.82Z","serviceBusEndpoint":"https://cliehnamespacems02.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02","name":"cliehnamespacems02","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacems02","createdAt":"2022-06-28T08:02:37.35Z","updatedAt":"2022-06-28T08:03:29.77Z","serviceBusEndpoint":"https://cliehnamespacems02.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '726' + - '779' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:45:47 GMT + - Tue, 28 Jun 2022 08:03:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2856,22 +2995,22 @@ interactions: ParameterSetName: - -g -n --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02/eventhubs/cliehms02?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02/eventhubs/cliehms02?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02/eventhubs/cliehms02","name":"cliehms02","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"South - Central US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-21T13:45:50.277Z","updatedAt":"2022-04-21T13:45:50.6Z","partitionIds":["0","1","2","3"]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02/eventhubs/cliehms02","name":"cliehms02","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West + Europe","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T08:03:44.073Z","updatedAt":"2022-06-28T08:03:44.407Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '457' + - '454' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:45:51 GMT + - Tue, 28 Jun 2022 08:03:44 GMT expires: - '-1' pragma: @@ -2890,7 +3029,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1189' + - '1198' status: code: 200 message: OK @@ -2912,31 +3051,31 @@ interactions: ParameterSetName: - -g -n --namespace-name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02/authorizationRules/cliehauthrulems02?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02/authorizationRules/cliehauthrulems02?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02/authorizationRules/cliehauthrulems02","name":"cliehauthrulems02","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South - Central US","properties":{"rights":["Send","Manage","Listen"]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacems02/authorizationRules/cliehauthrulems02","name":"cliehauthrulems02","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West + Europe","properties":{"rights":["Send","Manage","Listen"]}}' headers: cache-control: - no-cache content-length: - - '354' + - '349' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:45:56 GMT + - Tue, 28 Jun 2022 08:03:50 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2946,7 +3085,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1198' status: code: 200 message: OK @@ -2964,7 +3103,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -2978,7 +3117,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:45:57 GMT + - Tue, 28 Jun 2022 08:03:51 GMT expires: - '-1' pragma: @@ -3010,7 +3149,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3024,7 +3163,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:45:59 GMT + - Tue, 28 Jun 2022 08:03:56 GMT expires: - '-1' pragma: @@ -3062,7 +3201,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings/DevOpsOperationsAudit_EventHub?api-version=2017-05-01-preview response: @@ -3076,7 +3215,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:46:06 GMT + - Tue, 28 Jun 2022 08:04:03 GMT expires: - '-1' pragma: @@ -3110,21 +3249,21 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '5870' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:46:06 GMT + - Tue, 28 Jun 2022 08:04:03 GMT expires: - '-1' pragma: @@ -3152,21 +3291,63 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBSUFQaVlFZ0FBc0FRQUtMNEFBREFvQUFBR0FMbWVCNENHZ25LK0FBQXdLQUFBQWdEQW1NdStBQUF3S0FBQUFnQ25va3UvQUFBd0tBQUFDZ0E1Z2JXQUVvRGFnZVNEXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '323' + - '3241' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:46:06 GMT + - Tue, 28 Jun 2022 08:04:03 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server ms-support audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBSUFQaVlFZ0FBc0FRQUtMNEFBREFvQUFBR0FMbWVCNENHZ25LK0FBQXdLQUFBQWdEQW1NdStBQUF3S0FBQUFnQ25va3UvQUFBd0tBQUFDZ0E1Z2JXQUVvRGFnZVNEXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:04:04 GMT expires: - '-1' pragma: @@ -3196,12 +3377,12 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3210,7 +3391,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:46:07 GMT + - Tue, 28 Jun 2022 08:04:05 GMT expires: - '-1' pragma: @@ -3226,7 +3407,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11997' status: code: 200 message: OK @@ -3250,15 +3431,15 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-04-21T13:46:07.567Z"}' + string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-06-28T08:04:05.947Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/5c7c5e83-2e0e-4ccf-8a41-4116ac7831c2?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/37c5eb6c-aa67-4bb3-b799-d10df0301d1c?api-version=2020-11-01-preview cache-control: - no-cache content-length: @@ -3266,11 +3447,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:46:07 GMT + - Tue, 28 Jun 2022 08:04:05 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsOperationResults/5c7c5e83-2e0e-4ccf-8a41-4116ac7831c2?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsOperationResults/37c5eb6c-aa67-4bb3-b799-d10df0301d1c?api-version=2020-11-01-preview pragma: - no-cache server: @@ -3280,7 +3461,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1198' status: code: 202 message: Accepted @@ -3298,12 +3479,12 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/5c7c5e83-2e0e-4ccf-8a41-4116ac7831c2?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/37c5eb6c-aa67-4bb3-b799-d10df0301d1c?api-version=2020-11-01-preview response: body: - string: '{"name":"5c7c5e83-2e0e-4ccf-8a41-4116ac7831c2","status":"Succeeded","startTime":"2022-04-21T13:46:07.567Z"}' + string: '{"name":"37c5eb6c-aa67-4bb3-b799-d10df0301d1c","status":"Succeeded","startTime":"2022-06-28T08:04:05.947Z"}' headers: cache-control: - no-cache @@ -3312,7 +3493,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:07 GMT + - Tue, 28 Jun 2022 08:05:06 GMT expires: - '-1' pragma: @@ -3344,7 +3525,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -3358,7 +3539,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:07 GMT + - Tue, 28 Jun 2022 08:05:07 GMT expires: - '-1' pragma: @@ -3390,7 +3571,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -3404,7 +3585,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:07 GMT + - Tue, 28 Jun 2022 08:05:07 GMT expires: - '-1' pragma: @@ -3436,7 +3617,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3450,7 +3631,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:10 GMT + - Tue, 28 Jun 2022 08:05:11 GMT expires: - '-1' pragma: @@ -3482,7 +3663,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -3496,7 +3677,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:11 GMT + - Tue, 28 Jun 2022 08:05:11 GMT expires: - '-1' pragma: @@ -3528,7 +3709,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3542,7 +3723,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:13 GMT + - Tue, 28 Jun 2022 08:05:14 GMT expires: - '-1' pragma: @@ -3576,7 +3757,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings/DevOpsOperationsAudit_EventHub?api-version=2017-05-01-preview response: @@ -3588,7 +3769,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 13:47:19 GMT + - Tue, 28 Jun 2022 08:05:22 GMT expires: - '-1' pragma: @@ -3618,21 +3799,21 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '5870' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:20 GMT + - Tue, 28 Jun 2022 08:05:22 GMT expires: - '-1' pragma: @@ -3660,21 +3841,63 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFdS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBQ2dENG1CSUFBTEFFQUdLRUtMNEFBREFvQUFBR0FMbWVCNENHZ25LK0FBQXdLQUFBQWdEQW1NdStBQUF3S0FBQUFnQ25va3UvQUFBd0tBQUFDZ0E1Z2JXQUVvRGFnZVNEXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '323' + - '3241' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:20 GMT + - Tue, 28 Jun 2022 08:05:22 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server ms-support audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --state --event-hub-target-state + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFdS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBQ2dENG1CSUFBTEFFQUdLRUtMNEFBREFvQUFBR0FMbWVCNENHZ25LK0FBQXdLQUFBQWdEQW1NdStBQUF3S0FBQUFnQ25va3UvQUFBd0tBQUFDZ0E1Z2JXQUVvRGFnZVNEXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:05:22 GMT expires: - '-1' pragma: @@ -3704,12 +3927,12 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:38:12.8773561Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:55:19.3118068Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3718,7 +3941,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:47:20 GMT + - Tue, 28 Jun 2022 08:05:23 GMT expires: - '-1' pragma: @@ -3734,7 +3957,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11997' status: code: 200 message: OK @@ -3758,15 +3981,15 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-04-21T13:47:21.08Z"}' + string: '{"operation":"UpsertServerDevOpsAuditingSettings","startTime":"2022-06-28T08:05:24.76Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/eb738b21-c99a-4284-8fba-a2365daf7d03?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/71c60a07-81a1-4b2d-97fc-cd322ddd2f42?api-version=2020-11-01-preview cache-control: - no-cache content-length: @@ -3774,11 +3997,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:47:20 GMT + - Tue, 28 Jun 2022 08:05:23 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsOperationResults/eb738b21-c99a-4284-8fba-a2365daf7d03?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsOperationResults/71c60a07-81a1-4b2d-97fc-cd322ddd2f42?api-version=2020-11-01-preview pragma: - no-cache server: @@ -3788,7 +4011,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1195' status: code: 202 message: Accepted @@ -3806,12 +4029,12 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/devOpsAuditingSettingsAzureAsyncOperation/eb738b21-c99a-4284-8fba-a2365daf7d03?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/devOpsAuditingSettingsAzureAsyncOperation/71c60a07-81a1-4b2d-97fc-cd322ddd2f42?api-version=2020-11-01-preview response: body: - string: '{"name":"eb738b21-c99a-4284-8fba-a2365daf7d03","status":"Succeeded","startTime":"2022-04-21T13:47:21.08Z"}' + string: '{"name":"71c60a07-81a1-4b2d-97fc-cd322ddd2f42","status":"Succeeded","startTime":"2022-06-28T08:05:24.76Z"}' headers: cache-control: - no-cache @@ -3820,7 +4043,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:48:20 GMT + - Tue, 28 Jun 2022 08:06:24 GMT expires: - '-1' pragma: @@ -3852,7 +4075,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -3866,7 +4089,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:48:20 GMT + - Tue, 28 Jun 2022 08:06:25 GMT expires: - '-1' pragma: @@ -3898,7 +4121,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/devOpsAuditingSettings/default?api-version=2020-11-01-preview response: @@ -3912,7 +4135,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:48:21 GMT + - Tue, 28 Jun 2022 08:06:25 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_security_mgmt.yaml b/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_security_mgmt.yaml index 9a0fa799d32..0e309cbf730 100644 --- a/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_security_mgmt.yaml +++ b/src/azure-cli/azure/cli/command_modules/sql/tests/latest/recordings/test_sql_server_security_mgmt.yaml @@ -1,6 +1,6 @@ interactions: - request: - body: '{"location": "southcentralus", "properties": {"administratorLogin": "admin123", + body: '{"location": "westeurope", "properties": {"administratorLogin": "admin123", "administratorLoginPassword": "SecretPassword123", "administrators": {}}}' headers: Accept: @@ -12,33 +12,33 @@ interactions: Connection: - keep-alive Content-Length: - - '153' + - '149' Content-Type: - application/json ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview response: body: - string: '{"operation":"UpsertLogicalServer","startTime":"2022-04-21T13:19:22.38Z"}' + string: '{"operation":"UpsertLogicalServer","startTime":"2022-06-28T07:27:42.683Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview cache-control: - no-cache content-length: - - '73' + - '74' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:22 GMT + - Tue, 28 Jun 2022 07:27:42 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverOperationResults/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverOperationResults/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview pragma: - no-cache server: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1190' + - '1197' status: code: 202 message: Accepted @@ -66,21 +66,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview response: body: - string: '{"name":"89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0","status":"InProgress","startTime":"2022-04-21T13:19:22.38Z"}' + string: '{"name":"8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4","status":"InProgress","startTime":"2022-06-28T07:27:42.683Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '108' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:23 GMT + - Tue, 28 Jun 2022 07:27:43 GMT expires: - '-1' pragma: @@ -112,21 +112,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview response: body: - string: '{"name":"89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0","status":"InProgress","startTime":"2022-04-21T13:19:22.38Z"}' + string: '{"name":"8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4","status":"InProgress","startTime":"2022-06-28T07:27:42.683Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '108' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:24 GMT + - Tue, 28 Jun 2022 07:27:44 GMT expires: - '-1' pragma: @@ -158,21 +158,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview response: body: - string: '{"name":"89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0","status":"InProgress","startTime":"2022-04-21T13:19:22.38Z"}' + string: '{"name":"8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4","status":"InProgress","startTime":"2022-06-28T07:27:42.683Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '108' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:25 GMT + - Tue, 28 Jun 2022 07:27:45 GMT expires: - '-1' pragma: @@ -204,21 +204,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview response: body: - string: '{"name":"89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0","status":"InProgress","startTime":"2022-04-21T13:19:22.38Z"}' + string: '{"name":"8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4","status":"InProgress","startTime":"2022-06-28T07:27:42.683Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '108' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:27 GMT + - Tue, 28 Jun 2022 07:27:47 GMT expires: - '-1' pragma: @@ -250,21 +250,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview response: body: - string: '{"name":"89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0","status":"InProgress","startTime":"2022-04-21T13:19:22.38Z"}' + string: '{"name":"8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4","status":"InProgress","startTime":"2022-06-28T07:27:42.683Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '108' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:28 GMT + - Tue, 28 Jun 2022 07:28:08 GMT expires: - '-1' pragma: @@ -296,21 +296,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview response: body: - string: '{"name":"89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0","status":"InProgress","startTime":"2022-04-21T13:19:22.38Z"}' + string: '{"name":"8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4","status":"InProgress","startTime":"2022-06-28T07:27:42.683Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '108' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:48 GMT + - Tue, 28 Jun 2022 07:28:28 GMT expires: - '-1' pragma: @@ -342,12 +342,12 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/westeurope/serverAzureAsyncOperation/8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4?api-version=2021-02-01-preview response: body: - string: '{"name":"89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0","status":"InProgress","startTime":"2022-04-21T13:19:22.38Z"}' + string: '{"name":"8eeb050f-cb74-4b9e-9349-fc2c3ceeaff4","status":"Succeeded","startTime":"2022-06-28T07:27:42.683Z"}' headers: cache-control: - no-cache @@ -356,7 +356,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:08 GMT + - Tue, 28 Jun 2022 07:28:48 GMT expires: - '-1' pragma: @@ -388,67 +388,21 @@ interactions: ParameterSetName: - -l -g -n -u -p User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/locations/southcentralus/serverAzureAsyncOperation/89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0?api-version=2021-02-01-preview - response: - body: - string: '{"name":"89eb3ac8-2e7f-45a4-bcf6-7788bd01b7f0","status":"Succeeded","startTime":"2022-04-21T13:19:22.38Z"}' - headers: - cache-control: - - no-cache - content-length: - - '106' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 21 Apr 2022 13:20:28 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - sql server create - Connection: - - keep-alive - ParameterSetName: - - -l -g -n -u -p - User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003?api-version=2021-02-01-preview response: body: - string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' + string: '{"kind":"v12.0","properties":{"administratorLogin":"admin123","version":"12.0","state":"Ready","fullyQualifiedDomainName":"clitestserver000003.database.windows.net","privateEndpointConnections":[],"publicNetworkAccess":"Enabled","restrictOutboundNetworkAccess":"Disabled"},"location":"westeurope","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003","name":"clitestserver000003","type":"Microsoft.Sql/servers"}' headers: cache-control: - no-cache content-length: - - '504' + - '500' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:28 GMT + - Tue, 28 Jun 2022 07:28:49 GMT expires: - '-1' pragma: @@ -480,12 +434,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004","name":"clitest000004","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:20:34.8704162Z","key2":"2022-04-21T13:20:34.8704162Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:20:34.8860301Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:20:34.8860301Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:20:34.7454113Z","primaryEndpoints":{"blob":"https://clitest000004.blob.core.windows.net/","queue":"https://clitest000004.queue.core.windows.net/","table":"https://clitest000004.table.core.windows.net/","file":"https://clitest000004.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004","name":"clitest000004","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:28:55.7924937Z","key2":"2022-06-28T07:28:55.7924937Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:28:55.8081003Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:28:55.8081003Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:28:55.6987752Z","primaryEndpoints":{"blob":"https://clitest000004.blob.core.windows.net/","queue":"https://clitest000004.queue.core.windows.net/","table":"https://clitest000004.table.core.windows.net/","file":"https://clitest000004.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -494,7 +448,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:21:25 GMT + - Tue, 28 Jun 2022 07:29:40 GMT expires: - '-1' pragma: @@ -528,12 +482,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000004/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:20:34.8704162Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:20:34.8704162Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:28:55.7924937Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:28:55.7924937Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -542,7 +496,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:21:25 GMT + - Tue, 28 Jun 2022 07:29:41 GMT expires: - '-1' pragma: @@ -576,7 +530,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -590,7 +544,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:25 GMT + - Tue, 28 Jun 2022 07:29:41 GMT expires: - '-1' pragma: @@ -623,7 +577,7 @@ interactions: - -g -n --state --blob-storage-target-state --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -637,7 +591,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:26 GMT + - Tue, 28 Jun 2022 07:29:42 GMT expires: - '-1' pragma: @@ -678,27 +632,27 @@ interactions: - -g -n --state --blob-storage-target-state --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-04-21T13:21:27.073Z"}' + string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-06-28T07:29:43.67Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/eb8ffecd-b7b0-4b8d-8d5c-0869988d79bd?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/df1d7de1-e7c2-4705-88b8-1da19e7ba99b?api-version=2020-11-01-preview cache-control: - no-cache content-length: - - '87' + - '86' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:26 GMT + - Tue, 28 Jun 2022 07:29:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsOperationResults/eb8ffecd-b7b0-4b8d-8d5c-0869988d79bd?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsOperationResults/df1d7de1-e7c2-4705-88b8-1da19e7ba99b?api-version=2020-11-01-preview pragma: - no-cache server: @@ -708,7 +662,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 202 message: Accepted @@ -727,21 +681,21 @@ interactions: - -g -n --state --blob-storage-target-state --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/eb8ffecd-b7b0-4b8d-8d5c-0869988d79bd?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/df1d7de1-e7c2-4705-88b8-1da19e7ba99b?api-version=2020-11-01-preview response: body: - string: '{"name":"eb8ffecd-b7b0-4b8d-8d5c-0869988d79bd","status":"Succeeded","startTime":"2022-04-21T13:21:27.073Z"}' + string: '{"name":"df1d7de1-e7c2-4705-88b8-1da19e7ba99b","status":"Succeeded","startTime":"2022-06-28T07:29:43.67Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:22:27 GMT + - Tue, 28 Jun 2022 07:30:44 GMT expires: - '-1' pragma: @@ -774,7 +728,7 @@ interactions: - -g -n --state --blob-storage-target-state --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -788,7 +742,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:22:27 GMT + - Tue, 28 Jun 2022 07:30:45 GMT expires: - '-1' pragma: @@ -820,7 +774,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -834,7 +788,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:22:27 GMT + - Tue, 28 Jun 2022 07:30:45 GMT expires: - '-1' pragma: @@ -866,12 +820,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:21:05.2297851Z","key2":"2022-04-21T13:21:05.2297851Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:21:05.2454163Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:21:05.2454163Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:21:05.1204529Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:29:20.2146951Z","key2":"2022-06-28T07:29:20.2146951Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:29:20.2302989Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:29:20.2302989Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:29:20.1208935Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -880,7 +834,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:22:28 GMT + - Tue, 28 Jun 2022 07:30:46 GMT expires: - '-1' pragma: @@ -912,7 +866,7 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -926,7 +880,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:22:28 GMT + - Tue, 28 Jun 2022 07:30:47 GMT expires: - '-1' pragma: @@ -958,21 +912,63 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:30:48 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --blob-storage-target-state --storage-account + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBSUFnYXVzdlFBQU1DZ0FBQUlBdHB5dHZRQUFNQ2dBQUFJQXRvdXV2UUFBTUNnQUFBSUFPNXF5dlFBQU1DZ0FBQXdBcTVnMmhnbUFNb0JZZ0phQzU3MEFBREFvQUFBQ0FDQ25LTDRBQURBb0FBQUdBTG1lQjRDR2duSytBQUF3S0FBQUFnREFtTXUrQUFBd0tBQUFBZ0Nub2txL0FBQXdLQUFBQmdEOHNZRUFDQUk9XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '5866' + - '3193' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:22:28 GMT + - Tue, 28 Jun 2022 07:30:48 GMT expires: - '-1' pragma: @@ -1000,21 +996,21 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBSUFnYXVzdlFBQU1DZ0FBQUlBdHB5dHZRQUFNQ2dBQUFJQXRvdXV2UUFBTUNnQUFBSUFPNXF5dlFBQU1DZ0FBQXdBcTVnMmhnbUFNb0JZZ0phQzU3MEFBREFvQUFBQ0FDQ25LTDRBQURBb0FBQUdBTG1lQjRDR2duSytBQUF3S0FBQUFnREFtTXUrQUFBd0tBQUFBZ0Nub2txL0FBQXdLQUFBQmdEOHNZRUFDQUk9XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '323' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:22:28 GMT + - Tue, 28 Jun 2022 07:30:48 GMT expires: - '-1' pragma: @@ -1042,12 +1038,12 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:21:05.2297851Z","key2":"2022-04-21T13:21:05.2297851Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:21:05.2454163Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:21:05.2454163Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:21:05.1204529Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:29:20.2146951Z","key2":"2022-06-28T07:29:20.2146951Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:29:20.2302989Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:29:20.2302989Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:29:20.1208935Z","primaryEndpoints":{"blob":"https://clitest000005.blob.core.windows.net/","queue":"https://clitest000005.queue.core.windows.net/","table":"https://clitest000005.table.core.windows.net/","file":"https://clitest000005.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1056,7 +1052,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:22:29 GMT + - Tue, 28 Jun 2022 07:30:49 GMT expires: - '-1' pragma: @@ -1090,12 +1086,12 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1104,7 +1100,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:22:29 GMT + - Tue, 28 Jun 2022 07:30:49 GMT expires: - '-1' pragma: @@ -1120,7 +1116,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '11998' status: code: 200 message: OK @@ -1146,27 +1142,27 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-04-21T13:22:30.377Z"}' + string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-06-28T07:30:50.53Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/4e8cfa1b-479d-44e3-91a3-39c21c3d8df7?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/c7669c50-cb3a-4cbc-84ce-e17b8e9c7394?api-version=2020-11-01-preview cache-control: - no-cache content-length: - - '87' + - '86' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:22:30 GMT + - Tue, 28 Jun 2022 07:30:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsOperationResults/4e8cfa1b-479d-44e3-91a3-39c21c3d8df7?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsOperationResults/c7669c50-cb3a-4cbc-84ce-e17b8e9c7394?api-version=2020-11-01-preview pragma: - no-cache server: @@ -1176,7 +1172,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1193' status: code: 202 message: Accepted @@ -1194,21 +1190,21 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/4e8cfa1b-479d-44e3-91a3-39c21c3d8df7?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/c7669c50-cb3a-4cbc-84ce-e17b8e9c7394?api-version=2020-11-01-preview response: body: - string: '{"name":"4e8cfa1b-479d-44e3-91a3-39c21c3d8df7","status":"Succeeded","startTime":"2022-04-21T13:22:30.377Z"}' + string: '{"name":"c7669c50-cb3a-4cbc-84ce-e17b8e9c7394","status":"Succeeded","startTime":"2022-06-28T07:30:50.53Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:23:29 GMT + - Tue, 28 Jun 2022 07:31:50 GMT expires: - '-1' pragma: @@ -1240,7 +1236,7 @@ interactions: ParameterSetName: - -g -n --blob-storage-target-state --storage-account User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1254,7 +1250,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:23:30 GMT + - Tue, 28 Jun 2022 07:31:51 GMT expires: - '-1' pragma: @@ -1286,7 +1282,7 @@ interactions: ParameterSetName: - -g -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1300,7 +1296,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:23:31 GMT + - Tue, 28 Jun 2022 07:31:52 GMT expires: - '-1' pragma: @@ -1339,15 +1335,15 @@ interactions: ParameterSetName: - -g -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-04-21T13:23:31.79Z"}' + string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-06-28T07:31:53.56Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/5c90da53-d4a4-4f9a-93be-0feae9b37376?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/1c1e7d6b-842c-4de4-ba8a-4f007181709d?api-version=2020-11-01-preview cache-control: - no-cache content-length: @@ -1355,11 +1351,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:23:31 GMT + - Tue, 28 Jun 2022 07:31:53 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsOperationResults/5c90da53-d4a4-4f9a-93be-0feae9b37376?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsOperationResults/1c1e7d6b-842c-4de4-ba8a-4f007181709d?api-version=2020-11-01-preview pragma: - no-cache server: @@ -1369,7 +1365,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1196' status: code: 202 message: Accepted @@ -1387,12 +1383,12 @@ interactions: ParameterSetName: - -g -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/5c90da53-d4a4-4f9a-93be-0feae9b37376?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/1c1e7d6b-842c-4de4-ba8a-4f007181709d?api-version=2020-11-01-preview response: body: - string: '{"name":"5c90da53-d4a4-4f9a-93be-0feae9b37376","status":"Succeeded","startTime":"2022-04-21T13:23:31.79Z"}' + string: '{"name":"1c1e7d6b-842c-4de4-ba8a-4f007181709d","status":"Succeeded","startTime":"2022-06-28T07:31:53.56Z"}' headers: cache-control: - no-cache @@ -1401,7 +1397,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:24:32 GMT + - Tue, 28 Jun 2022 07:32:53 GMT expires: - '-1' pragma: @@ -1433,7 +1429,7 @@ interactions: ParameterSetName: - -g -n --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1447,7 +1443,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:24:32 GMT + - Tue, 28 Jun 2022 07:32:54 GMT expires: - '-1' pragma: @@ -1479,21 +1475,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-21T13:19:10Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westeurope","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:27:29Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '318' + - '314' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:24:32 GMT + - Tue, 28 Jun 2022 07:32:54 GMT expires: - '-1' pragma: @@ -1508,7 +1504,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "southcentralus", "properties": {"sku": {"name": "PerGB2018"}, + body: '{"location": "westeurope", "properties": {"sku": {"name": "PerGB2018"}, "retentionInDays": 30, "workspaceCapping": {}}}' headers: Accept: @@ -1520,49 +1516,54 @@ interactions: Connection: - keep-alive Content-Length: - - '123' + - '119' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"3ae46016-1d59-4f1c-bf06-d0034d9331ad","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T13:24:38.0594923Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-22T04:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T13:24:38.0594923Z","modifiedDate":"2022-04-21T13:24:38.0594923Z"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","name":"laws000006","type":"Microsoft.OperationalInsights/workspaces"}' + string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": + \"7da3ca00-aeea-49cf-91e7-302efe85ac49\",\r\n \"provisioningState\": \"Creating\",\r\n + \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": + \"Tue, 28 Jun 2022 07:33:03 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n + \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n + \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": + \"Wed, 29 Jun 2022 03:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\",\r\n \"createdDate\": \"Tue, 28 Jun 2022 07:33:03 GMT\",\r\n + \ \"modifiedDate\": \"Tue, 28 Jun 2022 07:33:03 GMT\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006\",\r\n + \ \"name\": \"laws000006\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n + \ \"location\": \"westeurope\"\r\n}" headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2021-12-01-preview cache-control: - no-cache content-length: - - '835' + - '1058' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 21 Apr 2022 13:24:40 GMT - expires: - - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006?api-version=2021-12-01-preview + - Tue, 28 Jun 2022 07:33:04 GMT pragma: - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 server: - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1199' x-powered-by: - ASP.NET + - ASP.NET status: code: 201 message: Created @@ -1580,43 +1581,50 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006?api-version=2021-12-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"3ae46016-1d59-4f1c-bf06-d0034d9331ad","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T13:24:38.0594923Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-22T04:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T13:24:38.0594923Z","modifiedDate":"2022-04-21T13:24:38.0594923Z"},"location":"southcentralus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","name":"laws000006","type":"Microsoft.OperationalInsights/workspaces"}' + string: "{\r\n \"properties\": {\r\n \"source\": \"Azure\",\r\n \"customerId\": + \"7da3ca00-aeea-49cf-91e7-302efe85ac49\",\r\n \"provisioningState\": \"Succeeded\",\r\n + \ \"sku\": {\r\n \"name\": \"pergb2018\",\r\n \"lastSkuUpdate\": + \"Tue, 28 Jun 2022 07:33:03 GMT\"\r\n },\r\n \"retentionInDays\": 30,\r\n + \ \"features\": {\r\n \"legacy\": 0,\r\n \"searchVersion\": 1,\r\n + \ \"enableLogAccessUsingOnlyResourcePermissions\": true\r\n },\r\n + \ \"workspaceCapping\": {\r\n \"dailyQuotaGb\": -1.0,\r\n \"quotaNextResetTime\": + \"Wed, 29 Jun 2022 03:00:00 GMT\",\r\n \"dataIngestionStatus\": \"RespectQuota\"\r\n + \ },\r\n \"publicNetworkAccessForIngestion\": \"Enabled\",\r\n \"publicNetworkAccessForQuery\": + \"Enabled\",\r\n \"createdDate\": \"Tue, 28 Jun 2022 07:33:03 GMT\",\r\n + \ \"modifiedDate\": \"Tue, 28 Jun 2022 07:33:05 GMT\"\r\n },\r\n \"id\": + \"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006\",\r\n + \ \"name\": \"laws000006\",\r\n \"type\": \"Microsoft.OperationalInsights/workspaces\",\r\n + \ \"location\": \"westeurope\"\r\n}" headers: - access-control-allow-origin: - - '*' - api-supported-versions: - - 2021-12-01-preview cache-control: - no-cache content-length: - - '836' + - '1059' content-type: - - application/json; charset=utf-8 + - application/json date: - - Thu, 21 Apr 2022 13:25:09 GMT - expires: - - '-1' + - Tue, 28 Jun 2022 07:33:35 GMT pragma: - no-cache - request-context: - - appId=cid-v1:e6336c63-aab2-45f0-996a-e5dbab2a1508 server: - Microsoft-IIS/10.0 + - Microsoft-IIS/10.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - - Accept-Encoding,Accept-Encoding + - Accept-Encoding x-content-type-options: - nosniff x-powered-by: - ASP.NET + - ASP.NET status: code: 200 message: OK @@ -1634,7 +1642,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -1648,7 +1656,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:25:10 GMT + - Tue, 28 Jun 2022 07:33:36 GMT expires: - '-1' pragma: @@ -1680,7 +1688,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -1694,7 +1702,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:25:13 GMT + - Tue, 28 Jun 2022 07:33:39 GMT expires: - '-1' pragma: @@ -1714,7 +1722,7 @@ interactions: message: OK - request: body: '{"properties": {"logs": [{"category": "SQLSecurityAuditEvents", "enabled": - true, "retentionPolicy": {"enabled": false, "days": 0}}], "workspaceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006"}}' + true, "retentionPolicy": {"enabled": false, "days": 0}}], "workspaceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006"}}' headers: Accept: - application/json @@ -1731,12 +1739,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}' headers: cache-control: - no-cache @@ -1745,7 +1753,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:25:20 GMT + - Tue, 28 Jun 2022 07:33:48 GMT expires: - '-1' pragma: @@ -1779,21 +1787,21 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '5870' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:25:20 GMT + - Tue, 28 Jun 2022 07:33:49 GMT expires: - '-1' pragma: @@ -1821,21 +1829,63 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncHlpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBZ0EvTEdCQUFnQzhJST1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '323' + - '3175' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:25:20 GMT + - Tue, 28 Jun 2022 07:33:49 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncHlpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBZ0EvTEdCQUFnQzhJST1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:33:49 GMT expires: - '-1' pragma: @@ -1865,12 +1915,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1879,7 +1929,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:25:20 GMT + - Tue, 28 Jun 2022 07:33:49 GMT expires: - '-1' pragma: @@ -1895,7 +1945,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '11999' status: code: 200 message: OK @@ -1921,27 +1971,27 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-04-21T13:25:21.333Z"}' + string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-06-28T07:33:51.35Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/1473fc36-b648-4817-b64e-ca21d2262827?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/230e4fc4-fb38-4c0b-a207-fd0ef58ed89e?api-version=2020-11-01-preview cache-control: - no-cache content-length: - - '87' + - '86' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:25:21 GMT + - Tue, 28 Jun 2022 07:33:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsOperationResults/1473fc36-b648-4817-b64e-ca21d2262827?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsOperationResults/230e4fc4-fb38-4c0b-a207-fd0ef58ed89e?api-version=2020-11-01-preview pragma: - no-cache server: @@ -1951,7 +2001,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' status: code: 202 message: Accepted @@ -1969,21 +2019,21 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/1473fc36-b648-4817-b64e-ca21d2262827?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/230e4fc4-fb38-4c0b-a207-fd0ef58ed89e?api-version=2020-11-01-preview response: body: - string: '{"name":"1473fc36-b648-4817-b64e-ca21d2262827","status":"Succeeded","startTime":"2022-04-21T13:25:21.333Z"}' + string: '{"name":"230e4fc4-fb38-4c0b-a207-fd0ef58ed89e","status":"Succeeded","startTime":"2022-06-28T07:33:51.35Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:21 GMT + - Tue, 28 Jun 2022 07:34:51 GMT expires: - '-1' pragma: @@ -2015,7 +2065,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state --log-analytics-workspace-resource-id User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2029,7 +2079,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:21 GMT + - Tue, 28 Jun 2022 07:34:52 GMT expires: - '-1' pragma: @@ -2061,7 +2111,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2075,7 +2125,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:21 GMT + - Tue, 28 Jun 2022 07:34:52 GMT expires: - '-1' pragma: @@ -2107,12 +2157,12 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' headers: cache-control: - no-cache @@ -2121,7 +2171,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:24 GMT + - Tue, 28 Jun 2022 07:34:55 GMT expires: - '-1' pragma: @@ -2153,7 +2203,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2167,7 +2217,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:25 GMT + - Tue, 28 Jun 2022 07:34:56 GMT expires: - '-1' pragma: @@ -2199,12 +2249,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.OperationalInsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.sql/servers/clitestserver000003/databases/master/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001/providers/microsoft.operationalinsights/workspaces/laws000006","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}]}' headers: cache-control: - no-cache @@ -2213,7 +2263,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:26 GMT + - Tue, 28 Jun 2022 07:34:59 GMT expires: - '-1' pragma: @@ -2247,7 +2297,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: @@ -2259,7 +2309,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 13:26:30 GMT + - Tue, 28 Jun 2022 07:35:06 GMT expires: - '-1' pragma: @@ -2271,7 +2321,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 200 message: OK @@ -2289,21 +2339,21 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '5870' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:30 GMT + - Tue, 28 Jun 2022 07:35:06 GMT expires: - '-1' pragma: @@ -2331,21 +2381,63 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnNnk5QUFBd0tBQUFBZ0MybksyOUFBQXdLQUFBQWdDMmk2NjlBQUF3S0FBQUFnQTdtcks5QUFBd0tBQUFEQUNybURhR0NZQXlnRmlBbG9MbnZRQUFNQ2dBQUFJQUlLY292Z0FBTUNnQUFBWUF1WjRIZ0lhQ2NyNEFBREFvQUFBQ0FNQ1l5NzRBQURBb0FBQUNBS2VpU3I4QUFEQW9BQUFJQVB5eGdRQUlBdkNDXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '323' + - '3177' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:30 GMT + - Tue, 28 Jun 2022 07:35:06 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --state --log-analytics-target-state + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnNnk5QUFBd0tBQUFBZ0MybksyOUFBQXdLQUFBQWdDMmk2NjlBQUF3S0FBQUFnQTdtcks5QUFBd0tBQUFEQUNybURhR0NZQXlnRmlBbG9MbnZRQUFNQ2dBQUFJQUlLY292Z0FBTUNnQUFBWUF1WjRIZ0lhQ2NyNEFBREFvQUFBQ0FNQ1l5NzRBQURBb0FBQUNBS2VpU3I4QUFEQW9BQUFJQVB5eGdRQUlBdkNDXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:35:06 GMT expires: - '-1' pragma: @@ -2375,12 +2467,12 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2389,7 +2481,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:26:30 GMT + - Tue, 28 Jun 2022 07:35:07 GMT expires: - '-1' pragma: @@ -2405,7 +2497,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '11998' status: code: 200 message: OK @@ -2431,27 +2523,27 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-04-21T13:26:31.87Z"}' + string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-06-28T07:35:09.773Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/b26345fb-17cf-44ca-b1bb-dfca3434de0c?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/23bb0840-bb39-4df5-ae19-f43d654ce2af?api-version=2020-11-01-preview cache-control: - no-cache content-length: - - '86' + - '87' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:31 GMT + - Tue, 28 Jun 2022 07:35:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsOperationResults/b26345fb-17cf-44ca-b1bb-dfca3434de0c?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsOperationResults/23bb0840-bb39-4df5-ae19-f43d654ce2af?api-version=2020-11-01-preview pragma: - no-cache server: @@ -2461,7 +2553,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 202 message: Accepted @@ -2479,21 +2571,21 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/b26345fb-17cf-44ca-b1bb-dfca3434de0c?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/23bb0840-bb39-4df5-ae19-f43d654ce2af?api-version=2020-11-01-preview response: body: - string: '{"name":"b26345fb-17cf-44ca-b1bb-dfca3434de0c","status":"Succeeded","startTime":"2022-04-21T13:26:31.87Z"}' + string: '{"name":"23bb0840-bb39-4df5-ae19-f43d654ce2af","status":"Succeeded","startTime":"2022-06-28T07:35:09.773Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:27:31 GMT + - Tue, 28 Jun 2022 07:36:09 GMT expires: - '-1' pragma: @@ -2525,7 +2617,7 @@ interactions: ParameterSetName: - -g -n --state --log-analytics-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2539,7 +2631,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:27:31 GMT + - Tue, 28 Jun 2022 07:36:10 GMT expires: - '-1' pragma: @@ -2571,7 +2663,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2585,7 +2677,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:27:32 GMT + - Tue, 28 Jun 2022 07:36:11 GMT expires: - '-1' pragma: @@ -2617,21 +2709,21 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"southcentralus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-21T13:19:10Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westeurope","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:27:29Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '318' + - '314' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:27:32 GMT + - Tue, 28 Jun 2022 07:36:10 GMT expires: - '-1' pragma: @@ -2646,7 +2738,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "southcentralus", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "westeurope", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -2657,37 +2750,37 @@ interactions: Connection: - keep-alive Content-Length: - - '79' + - '125' Content-Type: - application/json ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-04-21T13:27:38.56Z","updatedAt":"2022-04-21T13:27:38.56Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-06-28T07:36:15.597Z","updatedAt":"2022-06-28T07:36:15.597Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '728' + - '783' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:27:39 GMT + - Tue, 28 Jun 2022 07:36:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2715,31 +2808,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-04-21T13:27:38.56Z","updatedAt":"2022-04-21T13:27:38.56Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Activating"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-06-28T07:36:15.597Z","updatedAt":"2022-06-28T07:36:15.597Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '728' + - '783' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:09 GMT + - Tue, 28 Jun 2022 07:36:48 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2765,31 +2858,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-04-21T13:27:38.56Z","updatedAt":"2022-04-21T13:28:28.463Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-06-28T07:36:15.597Z","updatedAt":"2022-06-28T07:37:03.687Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '727' + - '781' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:40 GMT + - Tue, 28 Jun 2022 07:37:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2815,31 +2908,31 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01?api-version=2022-01-01-preview response: body: - string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"South - Central US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-04-21T13:27:38.56Z","updatedAt":"2022-04-21T13:28:28.463Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Active"}}' + string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01","name":"cliehnamespacedb01","type":"Microsoft.EventHub/Namespaces","location":"West + Europe","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:cliehnamespacedb01","createdAt":"2022-06-28T07:36:15.597Z","updatedAt":"2022-06-28T07:37:03.687Z","serviceBusEndpoint":"https://cliehnamespacedb01.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '727' + - '781' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:40 GMT + - Tue, 28 Jun 2022 07:37:19 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2869,31 +2962,31 @@ interactions: ParameterSetName: - -g -n --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/eventhubs/cliehsrv01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/eventhubs/cliehsrv01?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/eventhubs/cliehsrv01","name":"cliehsrv01","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"South - Central US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-21T13:28:42.36Z","updatedAt":"2022-04-21T13:28:42.69Z","partitionIds":["0","1","2","3"]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/eventhubs/cliehsrv01","name":"cliehsrv01","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West + Europe","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T07:37:22.52Z","updatedAt":"2022-06-28T07:37:22.82Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '459' + - '454' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:42 GMT + - Tue, 28 Jun 2022 07:37:22 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2903,7 +2996,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 200 message: OK @@ -2925,31 +3018,31 @@ interactions: ParameterSetName: - -g -n --namespace-name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/authorizationRules/cliehauthruledb01?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/authorizationRules/cliehauthruledb01?api-version=2022-01-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/authorizationRules/cliehauthruledb01","name":"cliehauthruledb01","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"South - Central US","properties":{"rights":["Send","Manage","Listen"]}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/cliehnamespacedb01/authorizationRules/cliehauthruledb01","name":"cliehauthruledb01","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West + Europe","properties":{"rights":["Send","Manage","Listen"]}}' headers: cache-control: - no-cache content-length: - - '354' + - '349' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:50 GMT + - Tue, 28 Jun 2022 07:37:30 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2959,7 +3052,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 200 message: OK @@ -2977,7 +3070,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -2991,7 +3084,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:50 GMT + - Tue, 28 Jun 2022 07:37:31 GMT expires: - '-1' pragma: @@ -3023,7 +3116,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3037,7 +3130,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:53 GMT + - Tue, 28 Jun 2022 07:37:36 GMT expires: - '-1' pragma: @@ -3075,7 +3168,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3089,7 +3182,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:58 GMT + - Tue, 28 Jun 2022 07:37:47 GMT expires: - '-1' pragma: @@ -3123,21 +3216,63 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5870' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:37:47 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCQUE0c3F5QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncHlpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBb0EvTEdCQUFnQzhJS3ZnUT09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '5866' + - '3209' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:58 GMT + - Tue, 28 Jun 2022 07:37:48 GMT expires: - '-1' pragma: @@ -3165,21 +3300,21 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCQUE0c3F5QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncHlpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBb0EvTEdCQUFnQzhJS3ZnUT09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '323' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:59 GMT + - Tue, 28 Jun 2022 07:37:48 GMT expires: - '-1' pragma: @@ -3209,12 +3344,12 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3223,7 +3358,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:28:59 GMT + - Tue, 28 Jun 2022 07:37:48 GMT expires: - '-1' pragma: @@ -3265,15 +3400,15 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-04-21T13:29:00.573Z"}' + string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-06-28T07:37:50.167Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/15d11a29-2810-45de-9710-b61b7e719cf5?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/4fd2b124-19ac-4308-ac90-0441e27562a5?api-version=2020-11-01-preview cache-control: - no-cache content-length: @@ -3281,11 +3416,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:29:00 GMT + - Tue, 28 Jun 2022 07:37:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsOperationResults/15d11a29-2810-45de-9710-b61b7e719cf5?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsOperationResults/4fd2b124-19ac-4308-ac90-0441e27562a5?api-version=2020-11-01-preview pragma: - no-cache server: @@ -3295,7 +3430,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 202 message: Accepted @@ -3313,12 +3448,12 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/15d11a29-2810-45de-9710-b61b7e719cf5?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/4fd2b124-19ac-4308-ac90-0441e27562a5?api-version=2020-11-01-preview response: body: - string: '{"name":"15d11a29-2810-45de-9710-b61b7e719cf5","status":"Succeeded","startTime":"2022-04-21T13:29:00.573Z"}' + string: '{"name":"4fd2b124-19ac-4308-ac90-0441e27562a5","status":"Succeeded","startTime":"2022-06-28T07:37:50.167Z"}' headers: cache-control: - no-cache @@ -3327,7 +3462,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:00 GMT + - Tue, 28 Jun 2022 07:38:49 GMT expires: - '-1' pragma: @@ -3359,7 +3494,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state --event-hub-authorization-rule-id --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3373,7 +3508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:00 GMT + - Tue, 28 Jun 2022 07:38:50 GMT expires: - '-1' pragma: @@ -3405,7 +3540,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3419,7 +3554,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:00 GMT + - Tue, 28 Jun 2022 07:38:53 GMT expires: - '-1' pragma: @@ -3451,7 +3586,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3465,7 +3600,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:03 GMT + - Tue, 28 Jun 2022 07:38:55 GMT expires: - '-1' pragma: @@ -3497,7 +3632,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3511,7 +3646,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:03 GMT + - Tue, 28 Jun 2022 07:38:56 GMT expires: - '-1' pragma: @@ -3543,7 +3678,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3557,7 +3692,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:06 GMT + - Tue, 28 Jun 2022 07:38:59 GMT expires: - '-1' pragma: @@ -3591,7 +3726,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/databases/master/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3603,7 +3738,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 13:30:09 GMT + - Tue, 28 Jun 2022 07:39:06 GMT expires: - '-1' pragma: @@ -3615,7 +3750,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 200 message: OK @@ -3633,21 +3768,21 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27clitest000005%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5866' + - '5870' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:09 GMT + - Tue, 28 Jun 2022 07:39:06 GMT expires: - '-1' pragma: @@ -3675,21 +3810,63 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFFcS9BQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005","name":"clitest000005","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"westus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCQUE0c3F5QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncHlpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBb0EvTEdCQUFnQzhJS3ZnUT09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '323' + - '3209' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:09 GMT + - Tue, 28 Jun 2022 07:39:06 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - sql server audit-policy update + Connection: + - keep-alive + ParameterSetName: + - -g -n --state --event-hub-target-state + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27clitest000005%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFFcS9BQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCQUE0c3F5QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncHlpK0FBQXdLQUFBQmdDNW5nZUFob0p5dmdBQU1DZ0FBQUlBd0pqTHZnQUFNQ2dBQUFJQXA2Skt2d0FBTUNnQUFBb0EvTEdCQUFnQzhJS3ZnUT09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:39:06 GMT expires: - '-1' pragma: @@ -3719,12 +3896,12 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000002/providers/Microsoft.Storage/storageAccounts/clitest000005/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:21:05.2297851Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:29:20.2146951Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3733,7 +3910,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:30:10 GMT + - Tue, 28 Jun 2022 07:39:07 GMT expires: - '-1' pragma: @@ -3749,7 +3926,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11995' + - '11998' status: code: 200 message: OK @@ -3775,15 +3952,15 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: body: - string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-04-21T13:30:11.163Z"}' + string: '{"operation":"UpsertServerEngineAuditingPolicy","startTime":"2022-06-28T07:39:09.373Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/285a3c9b-e7e7-4dc0-abf2-c0008bf2d64a?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/fbcf6d4f-aa9a-46d6-bc7d-7a620eacb373?api-version=2020-11-01-preview cache-control: - no-cache content-length: @@ -3791,11 +3968,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:10 GMT + - Tue, 28 Jun 2022 07:39:08 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsOperationResults/285a3c9b-e7e7-4dc0-abf2-c0008bf2d64a?api-version=2020-11-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsOperationResults/fbcf6d4f-aa9a-46d6-bc7d-7a620eacb373?api-version=2020-11-01-preview pragma: - no-cache server: @@ -3805,7 +3982,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1199' status: code: 202 message: Accepted @@ -3823,12 +4000,12 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/southcentralus/auditingSettingsAzureAsyncOperation/285a3c9b-e7e7-4dc0-abf2-c0008bf2d64a?api-version=2020-11-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Sql/locations/westeurope/auditingSettingsAzureAsyncOperation/fbcf6d4f-aa9a-46d6-bc7d-7a620eacb373?api-version=2020-11-01-preview response: body: - string: '{"name":"285a3c9b-e7e7-4dc0-abf2-c0008bf2d64a","status":"Succeeded","startTime":"2022-04-21T13:30:11.163Z"}' + string: '{"name":"fbcf6d4f-aa9a-46d6-bc7d-7a620eacb373","status":"Succeeded","startTime":"2022-06-28T07:39:09.373Z"}' headers: cache-control: - no-cache @@ -3837,7 +4014,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:10 GMT + - Tue, 28 Jun 2022 07:40:08 GMT expires: - '-1' pragma: @@ -3869,7 +4046,7 @@ interactions: ParameterSetName: - -g -n --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3883,7 +4060,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:11 GMT + - Tue, 28 Jun 2022 07:40:10 GMT expires: - '-1' pragma: @@ -3915,7 +4092,7 @@ interactions: ParameterSetName: - -g -n User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-sql/4.0.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Sql/servers/clitestserver000003/auditingSettings/default?api-version=2020-11-01-preview response: @@ -3929,7 +4106,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:12 GMT + - Tue, 28 Jun 2022 07:40:10 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_kusto_data_connection_event_grid.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_kusto_data_connection_event_grid.yaml index 149efa88acd..74a1a0a7992 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_kusto_data_connection_event_grid.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_kusto_data_connection_event_grid.yaml @@ -21,15 +21,15 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fa70b8550-49b1-4c60-b9f9-86b7edbf31e4%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-fc4eab26-7b7c-45f4-b54f-d4a9972989a7","privateEndpointConnections":[],"workspaceUID":"cc0d71ff-8780-4656-aece-e9508bab2e19","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"4dda9136-22e2-49c0-b241-b7991274470f"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-ea542d25-21b6-4c81-9c3f-e1c3a3e238bf","privateEndpointConnections":[],"workspaceUID":"c941e3ca-99a9-4d1c-82f5-10e12f8ec49c","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f79443b1-e66b-4320-9373-c8267c6b303d"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/74ef8132-6327-4b43-8150-046081da46c8?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/d0d346f4-72bd-45d9-b52b-7a3084943718?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -37,7 +37,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 11:59:18 GMT + - Tue, 28 Jun 2022 07:12:31 GMT expires: - '-1' pragma: @@ -49,7 +49,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created @@ -68,9 +68,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/74ef8132-6327-4b43-8150-046081da46c8?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/d0d346f4-72bd-45d9-b52b-7a3084943718?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -82,7 +82,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 11:59:48 GMT + - Tue, 28 Jun 2022 07:13:02 GMT expires: - '-1' pragma: @@ -115,9 +115,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/74ef8132-6327-4b43-8150-046081da46c8?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/d0d346f4-72bd-45d9-b52b-7a3084943718?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -129,7 +129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:00:18 GMT + - Tue, 28 Jun 2022 07:13:32 GMT expires: - '-1' pragma: @@ -162,9 +162,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/74ef8132-6327-4b43-8150-046081da46c8?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/d0d346f4-72bd-45d9-b52b-7a3084943718?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -176,7 +176,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:00:49 GMT + - Tue, 28 Jun 2022 07:14:03 GMT expires: - '-1' pragma: @@ -209,9 +209,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/74ef8132-6327-4b43-8150-046081da46c8?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/d0d346f4-72bd-45d9-b52b-7a3084943718?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -223,7 +223,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:01:20 GMT + - Tue, 28 Jun 2022 07:14:33 GMT expires: - '-1' pragma: @@ -256,9 +256,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/74ef8132-6327-4b43-8150-046081da46c8?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/d0d346f4-72bd-45d9-b52b-7a3084943718?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -270,7 +270,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:01:50 GMT + - Tue, 28 Jun 2022 07:15:04 GMT expires: - '-1' pragma: @@ -303,21 +303,21 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/74ef8132-6327-4b43-8150-046081da46c8?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/d0d346f4-72bd-45d9-b52b-7a3084943718?api-version=2021-06-01 response: body: - string: '{"status":"Succeeded"}' + string: '{"status":"InProgress"}' headers: cache-control: - no-cache content-length: - - '22' + - '23' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:02:20 GMT + - Tue, 28 Jun 2022 07:15:34 GMT expires: - '-1' pragma: @@ -350,71 +350,21 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 - response: - body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fa70b8550-49b1-4c60-b9f9-86b7edbf31e4%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-fc4eab26-7b7c-45f4-b54f-d4a9972989a7","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"cc0d71ff-8780-4656-aece-e9508bab2e19","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"4dda9136-22e2-49c0-b241-b7991274470f"}}' - headers: - cache-control: - - no-cache - content-length: - - '1448' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 21 Apr 2022 12:02:20 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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: '{"name": "clitest000008", "type": "Microsoft.Synapse/workspaces"}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse workspace check-name - Connection: - - keep-alive - Content-Length: - - '65' - Content-Type: - - application/json - ParameterSetName: - - --name - User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/checkNameAvailability?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/d0d346f4-72bd-45d9-b52b-7a3084943718?api-version=2021-06-01 response: body: - string: '{"available":false,"message":"Workspace name clitest000008 is not available","reason":"AlreadyExists","name":"clitest000008"}' + string: '{"status":"Succeeded"}' headers: cache-control: - no-cache content-length: - - '125' + - '22' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:02:22 GMT + - Tue, 28 Jun 2022 07:16:04 GMT expires: - '-1' pragma: @@ -429,8 +379,6 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff - x-ms-ratelimit-remaining-subscription-writes: - - '1199' status: code: 200 message: OK @@ -438,23 +386,23 @@ interactions: body: null headers: Accept: - - application/json + - '*/*' Accept-Encoding: - gzip, deflate CommandName: - - synapse kusto pool create + - synapse workspace create Connection: - keep-alive ParameterSetName: - - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group - --workspace-name + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2fa70b8550-49b1-4c60-b9f9-86b7edbf31e4%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-fc4eab26-7b7c-45f4-b54f-d4a9972989a7","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"cc0d71ff-8780-4656-aece-e9508bab2e19","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"4dda9136-22e2-49c0-b241-b7991274470f"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-ea542d25-21b6-4c81-9c3f-e1c3a3e238bf","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"c941e3ca-99a9-4d1c-82f5-10e12f8ec49c","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f79443b1-e66b-4320-9373-c8267c6b303d"}}' headers: cache-control: - no-cache @@ -463,7 +411,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:02:23 GMT + - Tue, 28 Jun 2022 07:16:04 GMT expires: - '-1' pragma: @@ -482,46 +430,38 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "sku": {"name": "Storage optimized", "capacity": - 2, "size": "Medium"}, "properties": {"enableStreamingIngest": true, "enablePurge": - true, "workspaceUID": "cc0d71ff-8780-4656-aece-e9508bab2e19"}}' + body: '{"name": "clitest000008", "type": "Microsoft.Synapse/workspaces"}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - synapse kusto pool create + - synapse workspace check-name Connection: - keep-alive Content-Length: - - '217' + - '65' Content-Type: - application/json ParameterSetName: - - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group - --workspace-name + - --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003?api-version=2021-06-01-preview + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/checkNameAvailability?api-version=2021-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003","name":"clitest000008/testkstpool000003","type":"Microsoft.Synapse/workspaces/kustoPools","etag":"\"\"","location":"eastus","sku":{"name":"Storage - optimized","size":"Medium","capacity":2},"properties":{"state":"Creating","enableStreamingIngest":true,"enablePurge":true,"workspaceUID":"cc0d71ff-8780-4656-aece-e9508bab2e19","provisioningState":"Creating"}}' + string: '{"available":false,"message":"Workspace name clitest000008 is not available","reason":"AlreadyExists","name":"clitest000008"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview cache-control: - no-cache content-length: - - '530' + - '125' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:02:30 GMT - etag: - - '""' + - Tue, 28 Jun 2022 07:16:06 GMT expires: - '-1' pragma: @@ -530,18 +470,22 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - '1199' status: - code: 201 - message: Created + code: 200 + message: OK - request: body: null headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: @@ -552,21 +496,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:02:30.4846169Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-ea542d25-21b6-4c81-9c3f-e1c3a3e238bf","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"c941e3ca-99a9-4d1c-82f5-10e12f8ec49c","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"f79443b1-e66b-4320-9373-c8267c6b303d"}}' headers: cache-control: - no-cache content-length: - - '509' + - '1448' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:03:01 GMT + - Tue, 28 Jun 2022 07:16:07 GMT expires: - '-1' pragma: @@ -585,35 +529,46 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"location": "eastus", "sku": {"name": "Storage optimized", "capacity": + 2, "size": "Medium"}, "properties": {"enableStreamingIngest": true, "enablePurge": + true, "workspaceUID": "c941e3ca-99a9-4d1c-82f5-10e12f8ec49c"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - synapse kusto pool create Connection: - keep-alive + Content-Length: + - '217' + Content-Type: + - application/json ParameterSetName: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:02:30.4846169Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003","name":"clitest000008/testkstpool000003","type":"Microsoft.Synapse/workspaces/kustoPools","etag":"\"\"","location":"eastus","sku":{"name":"Storage + optimized","size":"Medium","capacity":2},"properties":{"state":"Creating","enableStreamingIngest":true,"enablePurge":true,"workspaceUID":"c941e3ca-99a9-4d1c-82f5-10e12f8ec49c","provisioningState":"Creating"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview cache-control: - no-cache content-length: - - '509' + - '530' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:03:31 GMT + - Tue, 28 Jun 2022 07:16:12 GMT + etag: + - '""' expires: - '-1' pragma: @@ -622,15 +577,13 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-writes: + - '1198' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -646,21 +599,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:02:30.4846169Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:16:12.212173Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '507' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:04:01 GMT + - Tue, 28 Jun 2022 07:16:42 GMT expires: - '-1' pragma: @@ -693,21 +646,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:04:32 GMT + - Tue, 28 Jun 2022 07:17:13 GMT expires: - '-1' pragma: @@ -740,21 +693,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:05:02 GMT + - Tue, 28 Jun 2022 07:17:42 GMT expires: - '-1' pragma: @@ -787,21 +740,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:05:32 GMT + - Tue, 28 Jun 2022 07:18:13 GMT expires: - '-1' pragma: @@ -834,21 +787,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:06:02 GMT + - Tue, 28 Jun 2022 07:18:43 GMT expires: - '-1' pragma: @@ -881,21 +834,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:06:32 GMT + - Tue, 28 Jun 2022 07:19:14 GMT expires: - '-1' pragma: @@ -928,21 +881,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:07:03 GMT + - Tue, 28 Jun 2022 07:19:44 GMT expires: - '-1' pragma: @@ -975,21 +928,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:07:33 GMT + - Tue, 28 Jun 2022 07:20:15 GMT expires: - '-1' pragma: @@ -1022,21 +975,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:08:03 GMT + - Tue, 28 Jun 2022 07:20:45 GMT expires: - '-1' pragma: @@ -1069,21 +1022,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:08:34 GMT + - Tue, 28 Jun 2022 07:21:16 GMT expires: - '-1' pragma: @@ -1116,21 +1069,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:09:04 GMT + - Tue, 28 Jun 2022 07:21:46 GMT expires: - '-1' pragma: @@ -1163,21 +1116,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:09:34 GMT + - Tue, 28 Jun 2022 07:22:17 GMT expires: - '-1' pragma: @@ -1210,21 +1163,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:10:04 GMT + - Tue, 28 Jun 2022 07:22:46 GMT expires: - '-1' pragma: @@ -1257,21 +1210,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:10:35 GMT + - Tue, 28 Jun 2022 07:23:17 GMT expires: - '-1' pragma: @@ -1304,21 +1257,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:11:05 GMT + - Tue, 28 Jun 2022 07:23:47 GMT expires: - '-1' pragma: @@ -1351,21 +1304,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:11:35 GMT + - Tue, 28 Jun 2022 07:24:18 GMT expires: - '-1' pragma: @@ -1398,21 +1351,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:12:06 GMT + - Tue, 28 Jun 2022 07:24:48 GMT expires: - '-1' pragma: @@ -1445,21 +1398,21 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Running","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:04:24.2584512Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Running","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:17:02.3035032Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache content-length: - - '509' + - '508' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:12:36 GMT + - Tue, 28 Jun 2022 07:25:18 GMT expires: - '-1' pragma: @@ -1492,12 +1445,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c05d343-7f1a-403d-bdba-480c34094cc6","name":"5c05d343-7f1a-403d-bdba-480c34094cc6","status":"Succeeded","startTime":"2022-04-21T12:02:30.4846169Z","endTime":"2022-04-21T12:12:36.998779Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"beadf9b3-8ab5-42de-bbd1-1835ec56de98","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/4aa02889-a314-4709-8ee9-d701b6eecd90","name":"4aa02889-a314-4709-8ee9-d701b6eecd90","status":"Succeeded","startTime":"2022-06-28T07:16:12.212173Z","endTime":"2022-06-28T07:25:39.9964884Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"4bf83c8d-c8e8-4177-a72b-8bdf6057e2ae","provisioningState":"Succeeded","OperationState":"Completed"}}' headers: cache-control: - no-cache @@ -1506,7 +1459,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:13:06 GMT + - Tue, 28 Jun 2022 07:25:49 GMT expires: - '-1' pragma: @@ -1539,13 +1492,13 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003","name":"clitest000008/testkstpool000003","type":"Microsoft.Synapse/workspaces/kustoPools","etag":"\"2022-04-21T12:12:35.3425143Z\"","location":"East - US","sku":{"name":"Storage optimized","size":"Medium","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testkstpool000003.clitest000008.kusto.azuresynapse.net","dataIngestionUri":"https://ingest-testkstpool000003.clitest000008.kusto.azuresynapse.net","optimizedAutoscale":null,"enableStreamingIngest":true,"languageExtensions":{"value":[]},"enablePurge":true,"workspaceUID":"cc0d71ff-8780-4656-aece-e9508bab2e19","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003","name":"clitest000008/testkstpool000003","type":"Microsoft.Synapse/workspaces/kustoPools","etag":"\"2022-06-28T07:25:37.8245191Z\"","location":"East + US","sku":{"name":"Storage optimized","size":"Medium","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testkstpool000003.clitest000008.kusto.azuresynapse.net","dataIngestionUri":"https://ingest-testkstpool000003.clitest000008.kusto.azuresynapse.net","optimizedAutoscale":null,"enableStreamingIngest":true,"languageExtensions":{"value":[]},"enablePurge":true,"workspaceUID":"c941e3ca-99a9-4d1c-82f5-10e12f8ec49c","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1554,9 +1507,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:13:06 GMT + - Tue, 28 Jun 2022 07:25:49 GMT etag: - - '"2022-04-21T12:12:35.3425143Z"' + - '"2022-06-28T07:25:37.8245191Z"' expires: - '-1' pragma: @@ -1593,7 +1546,7 @@ interactions: ParameterSetName: - --database-name --kusto-pool-name --read-write-database --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004?api-version=2021-06-01-preview response: @@ -1601,7 +1554,7 @@ interactions: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004","name":"clitest000008/testkstpool000003/testdtabase000004","type":"Microsoft.Synapse/workspaces/kustoPools/Databases","location":"eastus","kind":"ReadWrite","properties":{"softDeletePeriod":"P1D","provisioningState":"Creating"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/92a47f4c-5498-43c1-94fd-039e888f84c5?api-version=2021-06-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/07900fa9-a277-4486-85b2-1624c9363f03?api-version=2021-06-01-preview cache-control: - no-cache content-length: @@ -1609,7 +1562,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:13:08 GMT + - Tue, 28 Jun 2022 07:25:53 GMT expires: - '-1' pragma: @@ -1621,7 +1574,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1194' status: code: 201 message: Created @@ -1639,12 +1592,12 @@ interactions: ParameterSetName: - --database-name --kusto-pool-name --read-write-database --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/92a47f4c-5498-43c1-94fd-039e888f84c5?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/07900fa9-a277-4486-85b2-1624c9363f03?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/92a47f4c-5498-43c1-94fd-039e888f84c5","name":"92a47f4c-5498-43c1-94fd-039e888f84c5","status":"Succeeded","startTime":"2022-04-21T12:13:09.2887113Z","endTime":"2022-04-21T12:13:12.8356169Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"d9f45021-e3d4-45ae-83c9-13c2f5572ed5","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/07900fa9-a277-4486-85b2-1624c9363f03","name":"07900fa9-a277-4486-85b2-1624c9363f03","status":"Succeeded","startTime":"2022-06-28T07:25:53.6684111Z","endTime":"2022-06-28T07:25:57.9964887Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"bd211fd2-643c-4928-85bd-e3db9923bb12","provisioningState":"Succeeded","OperationState":"Completed"}}' headers: cache-control: - no-cache @@ -1653,7 +1606,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:13:39 GMT + - Tue, 28 Jun 2022 07:26:23 GMT expires: - '-1' pragma: @@ -1685,7 +1638,7 @@ interactions: ParameterSetName: - --database-name --kusto-pool-name --read-write-database --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004?api-version=2021-06-01-preview response: @@ -1700,7 +1653,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:13:39 GMT + - Tue, 28 Jun 2022 07:26:24 GMT expires: - '-1' pragma: @@ -1719,7 +1672,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -1730,37 +1684,37 @@ interactions: Connection: - keep-alive Content-Length: - - '71' + - '121' Content-Type: - application/json ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007","name":"ehnamespace000007","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:ehnamespace000007","createdAt":"2022-04-21T12:13:42.233Z","updatedAt":"2022-04-21T12:13:42.233Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-06-28T07:26:29.61Z","updatedAt":"2022-06-28T07:26:29.61Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '718' + - '774' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:13:43 GMT + - Tue, 28 Jun 2022 07:26:30 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1788,31 +1742,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007","name":"ehnamespace000007","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:ehnamespace000007","createdAt":"2022-04-21T12:13:42.233Z","updatedAt":"2022-04-21T12:13:42.233Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-06-28T07:26:29.61Z","updatedAt":"2022-06-28T07:26:29.61Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '718' + - '774' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:14:15 GMT + - Tue, 28 Jun 2022 07:27:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1838,31 +1792,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007","name":"ehnamespace000007","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:ehnamespace000007","createdAt":"2022-04-21T12:13:42.233Z","updatedAt":"2022-04-21T12:14:35.05Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-06-28T07:26:29.61Z","updatedAt":"2022-06-28T07:27:22.073Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '715' + - '773' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:14:45 GMT + - Tue, 28 Jun 2022 07:27:31 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1888,31 +1842,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007","name":"ehnamespace000007","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"a70b8550-49b1-4c60-b9f9-86b7edbf31e4:ehnamespace000007","createdAt":"2022-04-21T12:13:42.233Z","updatedAt":"2022-04-21T12:14:35.05Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-06-28T07:26:29.61Z","updatedAt":"2022-06-28T07:27:22.073Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '715' + - '773' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:14:45 GMT + - Tue, 28 Jun 2022 07:27:31 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1942,31 +1896,31 @@ interactions: ParameterSetName: - --resource-group -n --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","name":"ehsrv000006","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"East - US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-21T12:14:48.53Z","updatedAt":"2022-04-21T12:14:48.82Z","partitionIds":["0","1","2","3"]}}' + US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T07:27:34.673Z","updatedAt":"2022-06-28T07:27:34.92Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '452' + - '453' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:14:48 GMT + - Tue, 28 Jun 2022 07:27:35 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1976,7 +1930,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1198' status: code: 200 message: OK @@ -2002,7 +1956,7 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --storage-account-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2010,7 +1964,7 @@ interactions: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004/DataConnections/dataConName000005","name":"clitest000008/testkstpool000003/testdtabase000004/dataConName000005","type":"Microsoft.Synapse/workspaces/kustoPools/Databases/DataConnections","location":"eastus","kind":"EventGrid","properties":{"ignoreFirstRecord":false,"storageAccountResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","provisioningState":"Creating"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/b4ac956f-60db-4685-9961-986c8a03a6fd?api-version=2021-06-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/e69a93bd-be17-47e9-bc18-4563f8a1591c?api-version=2021-06-01-preview cache-control: - no-cache content-length: @@ -2018,7 +1972,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:14:51 GMT + - Tue, 28 Jun 2022 07:27:37 GMT expires: - '-1' pragma: @@ -2030,7 +1984,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1197' status: code: 201 message: Created @@ -2049,106 +2003,12 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --storage-account-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/b4ac956f-60db-4685-9961-986c8a03a6fd?api-version=2021-06-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/b4ac956f-60db-4685-9961-986c8a03a6fd","name":"b4ac956f-60db-4685-9961-986c8a03a6fd","status":"Running","startTime":"2022-04-21T12:14:51.2773497Z","endTime":"2022-04-21T12:14:51.2773497Z","percentComplete":0.5,"properties":{}}' - headers: - cache-control: - - no-cache - content-length: - - '355' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 21 Apr 2022 12:15:20 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - synapse kusto data-connection event-grid create - Connection: - - keep-alive - ParameterSetName: - - --data-connection-name --database-name --kusto-pool-name --location --consumer-group - --event-hub-resource-id --storage-account-resource-id --resource-group --workspace-name - User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/b4ac956f-60db-4685-9961-986c8a03a6fd?api-version=2021-06-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/b4ac956f-60db-4685-9961-986c8a03a6fd","name":"b4ac956f-60db-4685-9961-986c8a03a6fd","status":"Running","startTime":"2022-04-21T12:14:51.2773497Z","endTime":"2022-04-21T12:14:51.2773497Z","percentComplete":0.5,"properties":{}}' - headers: - cache-control: - - no-cache - content-length: - - '355' - content-type: - - application/json; charset=utf-8 - date: - - Thu, 21 Apr 2022 12:15:50 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - synapse kusto data-connection event-grid create - Connection: - - keep-alive - ParameterSetName: - - --data-connection-name --database-name --kusto-pool-name --location --consumer-group - --event-hub-resource-id --storage-account-resource-id --resource-group --workspace-name - User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/b4ac956f-60db-4685-9961-986c8a03a6fd?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/e69a93bd-be17-47e9-bc18-4563f8a1591c?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/b4ac956f-60db-4685-9961-986c8a03a6fd","name":"b4ac956f-60db-4685-9961-986c8a03a6fd","status":"Succeeded","startTime":"2022-04-21T12:14:51.2773497Z","endTime":"2022-04-21T12:16:16.3397261Z","percentComplete":1.0,"properties":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/e69a93bd-be17-47e9-bc18-4563f8a1591c","name":"e69a93bd-be17-47e9-bc18-4563f8a1591c","status":"Succeeded","startTime":"2022-06-28T07:27:37.7416892Z","endTime":"2022-06-28T07:28:07.5703388Z","percentComplete":1.0,"properties":{}}' headers: cache-control: - no-cache @@ -2157,7 +2017,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:16:21 GMT + - Tue, 28 Jun 2022 07:28:07 GMT expires: - '-1' pragma: @@ -2190,7 +2050,7 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --storage-account-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2205,7 +2065,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:16:22 GMT + - Tue, 28 Jun 2022 07:28:09 GMT expires: - '-1' pragma: @@ -2238,7 +2098,7 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2253,7 +2113,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:16:23 GMT + - Tue, 28 Jun 2022 07:28:10 GMT expires: - '-1' pragma: @@ -2285,7 +2145,7 @@ interactions: ParameterSetName: - --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections?api-version=2021-06-01-preview response: @@ -2300,7 +2160,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:16:24 GMT + - Tue, 28 Jun 2022 07:28:11 GMT expires: - '-1' pragma: @@ -2339,7 +2199,7 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2349,7 +2209,7 @@ interactions: headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East - US/kustoPoolOperationResults/63d78418-ec3c-4674-935d-237e32481658?api-version=2021-06-01-preview + US/kustoPoolOperationResults/e82f74c6-c508-434b-8a06-34f128672252?api-version=2021-06-01-preview cache-control: - no-cache content-length: @@ -2357,11 +2217,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:16:26 GMT + - Tue, 28 Jun 2022 07:28:13 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/63d78418-ec3c-4674-935d-237e32481658?api-version=2021-06-01-preview&operationResultResponseType=Location + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/e82f74c6-c508-434b-8a06-34f128672252?api-version=2021-06-01-preview&operationResultResponseType=Location pragma: - no-cache server: @@ -2390,22 +2250,22 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/63d78418-ec3c-4674-935d-237e32481658?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/e82f74c6-c508-434b-8a06-34f128672252?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East - US/kustoPoolOperationResults/63d78418-ec3c-4674-935d-237e32481658","name":"63d78418-ec3c-4674-935d-237e32481658","status":"Succeeded","startTime":"2022-04-21T12:16:26.4492038Z","endTime":"2022-04-21T12:16:30.1211646Z","percentComplete":1.0,"properties":{}}' + US/kustoPoolOperationResults/e82f74c6-c508-434b-8a06-34f128672252","name":"e82f74c6-c508-434b-8a06-34f128672252","status":"Succeeded","startTime":"2022-06-28T07:28:14.0703901Z","endTime":"2022-06-28T07:28:18.710944Z","percentComplete":1.0,"properties":{}}' headers: cache-control: - no-cache content-length: - - '358' + - '357' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:16:56 GMT + - Tue, 28 Jun 2022 07:28:44 GMT expires: - '-1' pragma: @@ -2438,7 +2298,7 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2453,7 +2313,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:16:56 GMT + - Tue, 28 Jun 2022 07:28:45 GMT expires: - '-1' pragma: @@ -2488,7 +2348,7 @@ interactions: - -y --data-connection-name --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2497,17 +2357,17 @@ interactions: headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East - US/kustoPoolOperationResults/b85bc84c-ad69-48e6-9093-330bfdf66530?api-version=2021-06-01-preview + US/kustoPoolOperationResults/c6922d3c-5c9d-442e-9770-f56c91d21516?api-version=2021-06-01-preview cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 12:16:58 GMT + - Tue, 28 Jun 2022 07:28:46 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/b85bc84c-ad69-48e6-9093-330bfdf66530?api-version=2021-06-01-preview&operationResultResponseType=Location + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/c6922d3c-5c9d-442e-9770-f56c91d21516?api-version=2021-06-01-preview&operationResultResponseType=Location pragma: - no-cache server: @@ -2517,7 +2377,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14999' status: code: 202 message: Accepted @@ -2536,13 +2396,13 @@ interactions: - -y --data-connection-name --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/b85bc84c-ad69-48e6-9093-330bfdf66530?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/c6922d3c-5c9d-442e-9770-f56c91d21516?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East - US/kustoPoolOperationResults/b85bc84c-ad69-48e6-9093-330bfdf66530","name":"b85bc84c-ad69-48e6-9093-330bfdf66530","status":"Succeeded","startTime":"2022-04-21T12:16:58.8427828Z","endTime":"2022-04-21T12:17:01.2021898Z","percentComplete":1.0,"properties":{"OperationKind":"DmServiceDataObtainerDrop","RootActivityId":"e1b10779-ffd4-43ca-80d8-b0593874ea13","provisioningState":"Succeeded","OperationState":"Completed"}}' + US/kustoPoolOperationResults/c6922d3c-5c9d-442e-9770-f56c91d21516","name":"c6922d3c-5c9d-442e-9770-f56c91d21516","status":"Succeeded","startTime":"2022-06-28T07:28:47.1135725Z","endTime":"2022-06-28T07:28:52.3479955Z","percentComplete":1.0,"properties":{"OperationKind":"DmServiceDataObtainerDrop","RootActivityId":"3222738b-60b8-42bf-9ec8-1dda78215dea","provisioningState":"Succeeded","OperationState":"Completed"}}' headers: cache-control: - no-cache @@ -2551,7 +2411,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:17:28 GMT + - Tue, 28 Jun 2022 07:29:16 GMT expires: - '-1' pragma: @@ -2584,7 +2444,7 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2600,7 +2460,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:17:30 GMT + - Tue, 28 Jun 2022 07:29:19 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_kusto_data_connection_event_hub.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_kusto_data_connection_event_hub.yaml index 6ca4314da07..e98a6a402de 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_kusto_data_connection_event_hub.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_kusto_data_connection_event_hub.yaml @@ -21,15 +21,15 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-3902e7d7-9e13-40db-a89e-ef68925eee7a","privateEndpointConnections":[],"workspaceUID":"26aa8e9a-8e0b-418e-88e9-daa88e4552a5","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"66a993b3-cf83-4372-961f-a2cdf32d7f09"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c19a2894-28a0-4e35-ae0e-405a77105960","privateEndpointConnections":[],"workspaceUID":"d8e31b0a-fcb1-41d2-aa44-8f247b6c796b","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"df392b7f-0bd0-4d3e-8765-bab2e17152c6"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/5af927ea-ad1f-4b72-bdfd-7af93f9fbb6d?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/c1a6439c-2af0-4712-b16e-c46d914374b0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -37,7 +37,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:19:37 GMT + - Tue, 28 Jun 2022 07:34:45 GMT expires: - '-1' pragma: @@ -49,7 +49,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created @@ -68,9 +68,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/5af927ea-ad1f-4b72-bdfd-7af93f9fbb6d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/c1a6439c-2af0-4712-b16e-c46d914374b0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -82,7 +82,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:20:08 GMT + - Tue, 28 Jun 2022 07:35:16 GMT expires: - '-1' pragma: @@ -115,9 +115,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/5af927ea-ad1f-4b72-bdfd-7af93f9fbb6d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/c1a6439c-2af0-4712-b16e-c46d914374b0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -129,7 +129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:20:38 GMT + - Tue, 28 Jun 2022 07:35:46 GMT expires: - '-1' pragma: @@ -162,9 +162,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/5af927ea-ad1f-4b72-bdfd-7af93f9fbb6d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/c1a6439c-2af0-4712-b16e-c46d914374b0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -176,7 +176,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:09 GMT + - Tue, 28 Jun 2022 07:36:17 GMT expires: - '-1' pragma: @@ -209,9 +209,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/5af927ea-ad1f-4b72-bdfd-7af93f9fbb6d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/c1a6439c-2af0-4712-b16e-c46d914374b0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -223,7 +223,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:21:38 GMT + - Tue, 28 Jun 2022 07:36:47 GMT expires: - '-1' pragma: @@ -256,9 +256,56 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/5af927ea-ad1f-4b72-bdfd-7af93f9fbb6d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/c1a6439c-2af0-4712-b16e-c46d914374b0?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:37:18 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/c1a6439c-2af0-4712-b16e-c46d914374b0?api-version=2021-06-01 response: body: string: '{"status":"Succeeded"}' @@ -270,7 +317,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:09 GMT + - Tue, 28 Jun 2022 07:37:49 GMT expires: - '-1' pragma: @@ -303,12 +350,12 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-3902e7d7-9e13-40db-a89e-ef68925eee7a","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"26aa8e9a-8e0b-418e-88e9-daa88e4552a5","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"66a993b3-cf83-4372-961f-a2cdf32d7f09"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c19a2894-28a0-4e35-ae0e-405a77105960","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"d8e31b0a-fcb1-41d2-aa44-8f247b6c796b","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"df392b7f-0bd0-4d3e-8765-bab2e17152c6"}}' headers: cache-control: - no-cache @@ -317,7 +364,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:10 GMT + - Tue, 28 Jun 2022 07:37:49 GMT expires: - '-1' pragma: @@ -353,7 +400,7 @@ interactions: ParameterSetName: - --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/checkNameAvailability?api-version=2021-06-01 response: @@ -367,7 +414,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:11 GMT + - Tue, 28 Jun 2022 07:37:50 GMT expires: - '-1' pragma: @@ -402,12 +449,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-3902e7d7-9e13-40db-a89e-ef68925eee7a","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"26aa8e9a-8e0b-418e-88e9-daa88e4552a5","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"66a993b3-cf83-4372-961f-a2cdf32d7f09"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c19a2894-28a0-4e35-ae0e-405a77105960","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"d8e31b0a-fcb1-41d2-aa44-8f247b6c796b","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"df392b7f-0bd0-4d3e-8765-bab2e17152c6"}}' headers: cache-control: - no-cache @@ -416,7 +463,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:13 GMT + - Tue, 28 Jun 2022 07:37:52 GMT expires: - '-1' pragma: @@ -437,7 +484,7 @@ interactions: - request: body: '{"location": "eastus", "sku": {"name": "Storage optimized", "capacity": 2, "size": "Medium"}, "properties": {"enableStreamingIngest": true, "enablePurge": - true, "workspaceUID": "26aa8e9a-8e0b-418e-88e9-daa88e4552a5"}}' + true, "workspaceUID": "d8e31b0a-fcb1-41d2-aa44-8f247b6c796b"}}' headers: Accept: - application/json @@ -455,16 +502,16 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003","name":"clitest000008/testkstpool000003","type":"Microsoft.Synapse/workspaces/kustoPools","etag":"\"\"","location":"eastus","sku":{"name":"Storage - optimized","size":"Medium","capacity":2},"properties":{"state":"Creating","enableStreamingIngest":true,"enablePurge":true,"workspaceUID":"26aa8e9a-8e0b-418e-88e9-daa88e4552a5","provisioningState":"Creating"}}' + optimized","size":"Medium","capacity":2},"properties":{"state":"Creating","enableStreamingIngest":true,"enablePurge":true,"workspaceUID":"d8e31b0a-fcb1-41d2-aa44-8f247b6c796b","provisioningState":"Creating"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview cache-control: - no-cache content-length: @@ -472,7 +519,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:19 GMT + - Tue, 28 Jun 2022 07:37:59 GMT etag: - '""' expires: @@ -486,7 +533,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -505,12 +552,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:22:19.5564092Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:37:58.6402556Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -519,7 +566,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:22:50 GMT + - Tue, 28 Jun 2022 07:38:29 GMT expires: - '-1' pragma: @@ -552,12 +599,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:22:19.5564092Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:37:58.6402556Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -566,7 +613,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:20 GMT + - Tue, 28 Jun 2022 07:38:59 GMT expires: - '-1' pragma: @@ -599,12 +646,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:22:19.5564092Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:37:58.6402556Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -613,7 +660,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:23:50 GMT + - Tue, 28 Jun 2022 07:39:30 GMT expires: - '-1' pragma: @@ -646,12 +693,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:37:58.6402556Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -660,7 +707,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:24:21 GMT + - Tue, 28 Jun 2022 07:39:59 GMT expires: - '-1' pragma: @@ -693,12 +740,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -707,7 +754,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:24:51 GMT + - Tue, 28 Jun 2022 07:40:30 GMT expires: - '-1' pragma: @@ -740,12 +787,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -754,7 +801,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:25:21 GMT + - Tue, 28 Jun 2022 07:41:00 GMT expires: - '-1' pragma: @@ -787,12 +834,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -801,7 +848,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:25:51 GMT + - Tue, 28 Jun 2022 07:41:31 GMT expires: - '-1' pragma: @@ -834,12 +881,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -848,7 +895,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:26:21 GMT + - Tue, 28 Jun 2022 07:42:00 GMT expires: - '-1' pragma: @@ -881,12 +928,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -895,7 +942,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:26:53 GMT + - Tue, 28 Jun 2022 07:42:31 GMT expires: - '-1' pragma: @@ -928,12 +975,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -942,7 +989,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:27:22 GMT + - Tue, 28 Jun 2022 07:43:02 GMT expires: - '-1' pragma: @@ -975,12 +1022,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -989,7 +1036,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:27:52 GMT + - Tue, 28 Jun 2022 07:43:32 GMT expires: - '-1' pragma: @@ -1022,12 +1069,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1036,7 +1083,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:28:23 GMT + - Tue, 28 Jun 2022 07:44:02 GMT expires: - '-1' pragma: @@ -1069,12 +1116,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1083,7 +1130,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:28:53 GMT + - Tue, 28 Jun 2022 07:44:32 GMT expires: - '-1' pragma: @@ -1116,12 +1163,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1130,7 +1177,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:29:23 GMT + - Tue, 28 Jun 2022 07:45:03 GMT expires: - '-1' pragma: @@ -1163,12 +1210,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1177,7 +1224,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:29:54 GMT + - Tue, 28 Jun 2022 07:45:33 GMT expires: - '-1' pragma: @@ -1210,12 +1257,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1224,7 +1271,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:30:24 GMT + - Tue, 28 Jun 2022 07:46:04 GMT expires: - '-1' pragma: @@ -1257,12 +1304,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1271,7 +1318,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:30:54 GMT + - Tue, 28 Jun 2022 07:46:33 GMT expires: - '-1' pragma: @@ -1304,12 +1351,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1318,7 +1365,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:31:25 GMT + - Tue, 28 Jun 2022 07:47:04 GMT expires: - '-1' pragma: @@ -1351,12 +1398,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1365,7 +1412,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:31:55 GMT + - Tue, 28 Jun 2022 07:47:34 GMT expires: - '-1' pragma: @@ -1398,12 +1445,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Running","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:24:16.2765826Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Running","OperationState":"InProgress"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Running","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:40:07.4197357Z","percentComplete":0.5,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Running","OperationState":"InProgress"}}' headers: cache-control: - no-cache @@ -1412,7 +1459,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:32:25 GMT + - Tue, 28 Jun 2022 07:48:05 GMT expires: - '-1' pragma: @@ -1445,12 +1492,12 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/3b254f6d-ee4f-4529-a7ac-eac243afcf5f","name":"3b254f6d-ee4f-4529-a7ac-eac243afcf5f","status":"Succeeded","startTime":"2022-04-21T12:22:19.5564092Z","endTime":"2022-04-21T12:32:32.9985532Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"9232ad64-efe2-4d71-91c9-adc6e48fd6a5","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/53e4dd0a-3ac9-40fb-8768-dceb551b67e9","name":"53e4dd0a-3ac9-40fb-8768-dceb551b67e9","status":"Succeeded","startTime":"2022-06-28T07:37:58.6402556Z","endTime":"2022-06-28T07:48:13.3137272Z","percentComplete":1.0,"properties":{"OperationKind":"ClusterCreateSynapse","RootActivityId":"0aaeb63c-25bc-436b-a42a-4633c39797a1","provisioningState":"Succeeded","OperationState":"Completed"}}' headers: cache-control: - no-cache @@ -1459,7 +1506,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:32:56 GMT + - Tue, 28 Jun 2022 07:48:34 GMT expires: - '-1' pragma: @@ -1492,13 +1539,13 @@ interactions: - --name --location --enable-purge --enable-streaming-ingest --sku --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003","name":"clitest000008/testkstpool000003","type":"Microsoft.Synapse/workspaces/kustoPools","etag":"\"2022-04-21T12:32:31.4018893Z\"","location":"East - US","sku":{"name":"Storage optimized","size":"Medium","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testkstpool000003.clitest000008.kusto.azuresynapse.net","dataIngestionUri":"https://ingest-testkstpool000003.clitest000008.kusto.azuresynapse.net","optimizedAutoscale":null,"enableStreamingIngest":true,"languageExtensions":{"value":[]},"enablePurge":true,"workspaceUID":"26aa8e9a-8e0b-418e-88e9-daa88e4552a5","provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003","name":"clitest000008/testkstpool000003","type":"Microsoft.Synapse/workspaces/kustoPools","etag":"\"2022-06-28T07:48:09.8918435Z\"","location":"East + US","sku":{"name":"Storage optimized","size":"Medium","capacity":2},"tags":{},"properties":{"state":"Running","stateReason":null,"uri":"https://testkstpool000003.clitest000008.kusto.azuresynapse.net","dataIngestionUri":"https://ingest-testkstpool000003.clitest000008.kusto.azuresynapse.net","optimizedAutoscale":null,"enableStreamingIngest":true,"languageExtensions":{"value":[]},"enablePurge":true,"workspaceUID":"d8e31b0a-fcb1-41d2-aa44-8f247b6c796b","provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1507,9 +1554,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:32:56 GMT + - Tue, 28 Jun 2022 07:48:35 GMT etag: - - '"2022-04-21T12:32:31.4018893Z"' + - '"2022-06-28T07:48:09.8918435Z"' expires: - '-1' pragma: @@ -1546,7 +1593,7 @@ interactions: ParameterSetName: - --database-name --kusto-pool-name --read-write-database --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004?api-version=2021-06-01-preview response: @@ -1554,7 +1601,7 @@ interactions: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004","name":"clitest000008/testkstpool000003/testdtabase000004","type":"Microsoft.Synapse/workspaces/kustoPools/Databases","location":"eastus","kind":"ReadWrite","properties":{"softDeletePeriod":"P1D","provisioningState":"Creating"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/9e49d1af-dd56-4d27-ae2c-ea06c9cb6738?api-version=2021-06-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/c961df1f-40d8-4f58-b18b-550166c94097?api-version=2021-06-01-preview cache-control: - no-cache content-length: @@ -1562,7 +1609,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:32:58 GMT + - Tue, 28 Jun 2022 07:48:37 GMT expires: - '-1' pragma: @@ -1592,12 +1639,12 @@ interactions: ParameterSetName: - --database-name --kusto-pool-name --read-write-database --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/9e49d1af-dd56-4d27-ae2c-ea06c9cb6738?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/c961df1f-40d8-4f58-b18b-550166c94097?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/9e49d1af-dd56-4d27-ae2c-ea06c9cb6738","name":"9e49d1af-dd56-4d27-ae2c-ea06c9cb6738","status":"Succeeded","startTime":"2022-04-21T12:32:58.4515361Z","endTime":"2022-04-21T12:33:00.9203406Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"241eacf5-adf1-4a6e-90a1-0723b2e6a582","provisioningState":"Succeeded","OperationState":"Completed"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/c961df1f-40d8-4f58-b18b-550166c94097","name":"c961df1f-40d8-4f58-b18b-550166c94097","status":"Succeeded","startTime":"2022-06-28T07:48:38.4012024Z","endTime":"2022-06-28T07:48:40.8699611Z","percentComplete":1.0,"properties":{"OperationKind":"DatabaseCreate","RootActivityId":"ce6a7934-504e-43f6-aea2-733ef8318fe2","provisioningState":"Succeeded","OperationState":"Completed"}}' headers: cache-control: - no-cache @@ -1606,7 +1653,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:33:28 GMT + - Tue, 28 Jun 2022 07:49:08 GMT expires: - '-1' pragma: @@ -1638,7 +1685,7 @@ interactions: ParameterSetName: - --database-name --kusto-pool-name --read-write-database --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004?api-version=2021-06-01-preview response: @@ -1653,7 +1700,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:33:28 GMT + - Tue, 28 Jun 2022 07:49:08 GMT expires: - '-1' pragma: @@ -1672,7 +1719,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -1683,28 +1731,28 @@ interactions: Connection: - keep-alive Content-Length: - - '71' + - '121' Content-Type: - application/json ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007","name":"ehnamespace000007","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-04-21T12:33:34.077Z","updatedAt":"2022-04-21T12:33:34.077Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-06-28T07:49:15.977Z","updatedAt":"2022-06-28T07:49:15.977Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '718' + - '776' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:33:34 GMT + - Tue, 28 Jun 2022 07:49:17 GMT expires: - '-1' pragma: @@ -1741,22 +1789,22 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007","name":"ehnamespace000007","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-04-21T12:33:34.077Z","updatedAt":"2022-04-21T12:33:34.077Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-06-28T07:49:15.977Z","updatedAt":"2022-06-28T07:49:15.977Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '718' + - '776' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:34:05 GMT + - Tue, 28 Jun 2022 07:49:47 GMT expires: - '-1' pragma: @@ -1791,22 +1839,22 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007","name":"ehnamespace000007","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-04-21T12:33:34.077Z","updatedAt":"2022-04-21T12:34:22.203Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-06-28T07:49:15.977Z","updatedAt":"2022-06-28T07:50:07.693Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '716' + - '774' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:34:35 GMT + - Tue, 28 Jun 2022 07:50:19 GMT expires: - '-1' pragma: @@ -1841,22 +1889,22 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007","name":"ehnamespace000007","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-04-21T12:33:34.077Z","updatedAt":"2022-04-21T12:34:22.203Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000007","createdAt":"2022-06-28T07:49:15.977Z","updatedAt":"2022-06-28T07:50:07.693Z","serviceBusEndpoint":"https://ehnamespace000007.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '716' + - '774' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:34:36 GMT + - Tue, 28 Jun 2022 07:50:19 GMT expires: - '-1' pragma: @@ -1895,22 +1943,22 @@ interactions: ParameterSetName: - --resource-group -n --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","name":"ehsrv000006","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"East - US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-21T12:34:38.013Z","updatedAt":"2022-04-21T12:34:38.22Z","partitionIds":["0","1","2","3"]}}' + US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T07:50:22.95Z","updatedAt":"2022-06-28T07:50:23.29Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '453' + - '452' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:34:38 GMT + - Tue, 28 Jun 2022 07:50:23 GMT expires: - '-1' pragma: @@ -1929,7 +1977,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' status: code: 200 message: OK @@ -1954,7 +2002,7 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -1962,7 +2010,7 @@ interactions: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004/DataConnections/dataConName000005","name":"clitest000008/testkstpool000003/testdtabase000004/dataConName000005","type":"Microsoft.Synapse/workspaces/kustoPools/Databases/DataConnections","location":"eastus","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","provisioningState":"Creating"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/2ec880ab-f133-4837-9fd6-dcaff6df5af2?api-version=2021-06-01-preview + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a?api-version=2021-06-01-preview cache-control: - no-cache content-length: @@ -1970,7 +2018,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:34:41 GMT + - Tue, 28 Jun 2022 07:50:27 GMT expires: - '-1' pragma: @@ -1982,7 +2030,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 201 message: Created @@ -2001,12 +2049,59 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a?api-version=2021-06-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a","name":"5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a","status":"Running","startTime":"2022-06-28T07:50:27.2526995Z","endTime":"2022-06-28T07:50:27.2526995Z","percentComplete":0.5,"properties":{}}' + headers: + cache-control: + - no-cache + content-length: + - '355' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 07:50:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse kusto data-connection event-hub create + Connection: + - keep-alive + ParameterSetName: + - --data-connection-name --database-name --kusto-pool-name --location --consumer-group + --event-hub-resource-id --resource-group --workspace-name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/2ec880ab-f133-4837-9fd6-dcaff6df5af2?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/2ec880ab-f133-4837-9fd6-dcaff6df5af2","name":"2ec880ab-f133-4837-9fd6-dcaff6df5af2","status":"Running","startTime":"2022-04-21T12:34:41.9534504Z","endTime":"2022-04-21T12:34:41.9534504Z","percentComplete":0.5,"properties":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a","name":"5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a","status":"Running","startTime":"2022-06-28T07:50:27.2526995Z","endTime":"2022-06-28T07:50:27.2526995Z","percentComplete":0.5,"properties":{}}' headers: cache-control: - no-cache @@ -2015,7 +2110,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:35:12 GMT + - Tue, 28 Jun 2022 07:51:27 GMT expires: - '-1' pragma: @@ -2048,12 +2143,12 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/2ec880ab-f133-4837-9fd6-dcaff6df5af2?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/2ec880ab-f133-4837-9fd6-dcaff6df5af2","name":"2ec880ab-f133-4837-9fd6-dcaff6df5af2","status":"Running","startTime":"2022-04-21T12:34:41.9534504Z","endTime":"2022-04-21T12:34:41.9534504Z","percentComplete":0.5,"properties":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a","name":"5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a","status":"Running","startTime":"2022-06-28T07:50:27.2526995Z","endTime":"2022-06-28T07:50:27.2526995Z","percentComplete":0.5,"properties":{}}' headers: cache-control: - no-cache @@ -2062,7 +2157,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:35:42 GMT + - Tue, 28 Jun 2022 07:51:57 GMT expires: - '-1' pragma: @@ -2095,12 +2190,12 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/2ec880ab-f133-4837-9fd6-dcaff6df5af2?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a?api-version=2021-06-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/2ec880ab-f133-4837-9fd6-dcaff6df5af2","name":"2ec880ab-f133-4837-9fd6-dcaff6df5af2","status":"Succeeded","startTime":"2022-04-21T12:34:41.9534504Z","endTime":"2022-04-21T12:36:04.7785852Z","percentComplete":1.0,"properties":{}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/eastus/kustoPoolOperationResults/5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a","name":"5c9677b8-8ef5-4d30-8a08-22dda5fc8a6a","status":"Succeeded","startTime":"2022-06-28T07:50:27.2526995Z","endTime":"2022-06-28T07:52:20.2947403Z","percentComplete":1.0,"properties":{}}' headers: cache-control: - no-cache @@ -2109,7 +2204,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:36:11 GMT + - Tue, 28 Jun 2022 07:52:28 GMT expires: - '-1' pragma: @@ -2142,22 +2237,22 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004/DataConnections/dataConName000005","name":"clitest000008/testkstpool000003/testdtabase000004/dataConName000005","type":"Microsoft.Synapse/workspaces/kustoPools/Databases/DataConnections","location":"East - US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","managedIdentityResourceId":null,"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '790' + - '823' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:36:12 GMT + - Tue, 28 Jun 2022 07:52:28 GMT expires: - '-1' pragma: @@ -2190,22 +2285,22 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004/DataConnections/dataConName000005","name":"clitest000008/testkstpool000003/testdtabase000004/dataConName000005","type":"Microsoft.Synapse/workspaces/kustoPools/Databases/DataConnections","location":"East - US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","managedIdentityResourceId":null,"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '790' + - '823' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:36:14 GMT + - Tue, 28 Jun 2022 07:52:30 GMT expires: - '-1' pragma: @@ -2237,22 +2332,22 @@ interactions: ParameterSetName: - --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections?api-version=2021-06-01-preview response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004/DataConnections/dataConName000005","name":"clitest000008/testkstpool000003/testdtabase000004/dataConName000005","type":"Microsoft.Synapse/workspaces/kustoPools/Databases/DataConnections","location":"East - US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}]}' + US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","managedIdentityResourceId":null,"provisioningState":"Succeeded"}}]}' headers: cache-control: - no-cache content-length: - - '802' + - '835' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:36:15 GMT + - Tue, 28 Jun 2022 07:52:31 GMT expires: - '-1' pragma: @@ -2291,29 +2386,29 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004/DataConnections/dataConName000005","name":"clitest000008/testkstpool000003/testdtabase000004/dataConName000005","type":"Microsoft.Synapse/workspaces/kustoPools/Databases/DataConnections","location":"East - US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","provisioningState":"Accepted"}}' + US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":"","mappingRuleName":"","dataFormat":"","eventSystemProperties":[],"compression":"None","managedIdentityResourceId":null,"provisioningState":"Accepted"}}' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East - US/kustoPoolOperationResults/870bb9fc-31b2-490f-8305-ffae6bef6c96?api-version=2021-06-01-preview + US/kustoPoolOperationResults/cea0c989-63a2-4f1f-82d6-838651c694d6?api-version=2021-06-01-preview cache-control: - no-cache content-length: - - '789' + - '822' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:36:15 GMT + - Tue, 28 Jun 2022 07:52:33 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/870bb9fc-31b2-490f-8305-ffae6bef6c96?api-version=2021-06-01-preview&operationResultResponseType=Location + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/cea0c989-63a2-4f1f-82d6-838651c694d6?api-version=2021-06-01-preview&operationResultResponseType=Location pragma: - no-cache server: @@ -2342,13 +2437,13 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/870bb9fc-31b2-490f-8305-ffae6bef6c96?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/cea0c989-63a2-4f1f-82d6-838651c694d6?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East - US/kustoPoolOperationResults/870bb9fc-31b2-490f-8305-ffae6bef6c96","name":"870bb9fc-31b2-490f-8305-ffae6bef6c96","status":"Succeeded","startTime":"2022-04-21T12:36:16.2945841Z","endTime":"2022-04-21T12:36:18.2368273Z","percentComplete":1.0,"properties":{}}' + US/kustoPoolOperationResults/cea0c989-63a2-4f1f-82d6-838651c694d6","name":"cea0c989-63a2-4f1f-82d6-838651c694d6","status":"Succeeded","startTime":"2022-06-28T07:52:34.1541987Z","endTime":"2022-06-28T07:52:52.1075854Z","percentComplete":1.0,"properties":{}}' headers: cache-control: - no-cache @@ -2357,7 +2452,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:36:46 GMT + - Tue, 28 Jun 2022 07:53:04 GMT expires: - '-1' pragma: @@ -2390,22 +2485,22 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --location --consumer-group --event-hub-resource-id --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/Databases/testdtabase000004/DataConnections/dataConName000005","name":"clitest000008/testkstpool000003/testdtabase000004/dataConName000005","type":"Microsoft.Synapse/workspaces/kustoPools/Databases/DataConnections","location":"East - US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":null,"mappingRuleName":null,"dataFormat":null,"eventSystemProperties":[],"compression":"None","provisioningState":"Succeeded"}}' + US","kind":"EventHub","properties":{"eventHubResourceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000007/eventhubs/ehsrv000006","consumerGroup":"$Default","tableName":null,"mappingRuleName":null,"dataFormat":null,"eventSystemProperties":[],"compression":"None","managedIdentityResourceId":null,"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - - '796' + - '829' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:36:46 GMT + - Tue, 28 Jun 2022 07:53:05 GMT expires: - '-1' pragma: @@ -2440,7 +2535,7 @@ interactions: - -y --data-connection-name --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2449,17 +2544,17 @@ interactions: headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East - US/kustoPoolOperationResults/77fd86cc-0771-419a-bce6-78b71a61d03b?api-version=2021-06-01-preview + US/kustoPoolOperationResults/d04b3d22-16f3-4ba6-8117-9534950eb9d4?api-version=2021-06-01-preview cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 12:36:48 GMT + - Tue, 28 Jun 2022 07:53:07 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/77fd86cc-0771-419a-bce6-78b71a61d03b?api-version=2021-06-01-preview&operationResultResponseType=Location + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/d04b3d22-16f3-4ba6-8117-9534950eb9d4?api-version=2021-06-01-preview&operationResultResponseType=Location pragma: - no-cache server: @@ -2469,7 +2564,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14997' status: code: 202 message: Accepted @@ -2488,22 +2583,22 @@ interactions: - -y --data-connection-name --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/77fd86cc-0771-419a-bce6-78b71a61d03b?api-version=2021-06-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East%20US/kustoPoolOperationResults/d04b3d22-16f3-4ba6-8117-9534950eb9d4?api-version=2021-06-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Synapse/locations/East - US/kustoPoolOperationResults/77fd86cc-0771-419a-bce6-78b71a61d03b","name":"77fd86cc-0771-419a-bce6-78b71a61d03b","status":"Succeeded","startTime":"2022-04-21T12:36:48.2616204Z","endTime":"2022-04-21T12:36:49.9022954Z","percentComplete":1.0,"properties":{"OperationKind":"DmServiceDataObtainerDrop","RootActivityId":"cfad6c67-9cf8-4a25-b4e1-18d85e393477","provisioningState":"Succeeded","OperationState":"Completed"}}' + US/kustoPoolOperationResults/d04b3d22-16f3-4ba6-8117-9534950eb9d4","name":"d04b3d22-16f3-4ba6-8117-9534950eb9d4","status":"Succeeded","startTime":"2022-06-28T07:53:07.9482725Z","endTime":"2022-06-28T07:53:10.151478Z","percentComplete":1.0,"properties":{"OperationKind":"DmServiceDataObtainerDrop","RootActivityId":"7b5b9f0d-9cba-4290-bc84-584140f46bad","provisioningState":"Succeeded","OperationState":"Completed"}}' headers: cache-control: - no-cache content-length: - - '518' + - '517' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:37:17 GMT + - Tue, 28 Jun 2022 07:53:37 GMT expires: - '-1' pragma: @@ -2536,7 +2631,7 @@ interactions: - --data-connection-name --database-name --kusto-pool-name --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/kustoPools/testkstpool000003/databases/testdtabase000004/dataConnections/dataConName000005?api-version=2021-06-01-preview response: @@ -2552,7 +2647,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 12:37:19 GMT + - Tue, 28 Jun 2022 07:53:39 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool_audit_policy_logentry_eventhub.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool_audit_policy_logentry_eventhub.yaml index 6dce61b219a..71804a23af9 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool_audit_policy_logentry_eventhub.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool_audit_policy_logentry_eventhub.yaml @@ -21,15 +21,15 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-377b5f74-6cab-46e4-96a7-ec94954a1016","privateEndpointConnections":[],"workspaceUID":"b7781136-1e48-41e8-a151-b1dc9aed9088","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"29659768-4f44-4633-91c5-2aa615e46159"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c4e36cee-0de7-4ce5-b407-58e83252433d","privateEndpointConnections":[],"workspaceUID":"ceb1db3b-7490-4d66-93a3-d1870ea95132","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d88dbbef-ede6-4064-893e-483bf74923df"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/7035e3a8-8316-46de-8aa9-c15af971b074?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -37,7 +37,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:12:01 GMT + - Tue, 28 Jun 2022 07:59:06 GMT expires: - '-1' pragma: @@ -49,7 +49,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1199' status: code: 201 message: Created @@ -68,9 +68,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/7035e3a8-8316-46de-8aa9-c15af971b074?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -82,7 +82,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:12:32 GMT + - Tue, 28 Jun 2022 07:59:37 GMT expires: - '-1' pragma: @@ -115,9 +115,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/7035e3a8-8316-46de-8aa9-c15af971b074?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -129,7 +129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:13:02 GMT + - Tue, 28 Jun 2022 08:00:07 GMT expires: - '-1' pragma: @@ -162,9 +162,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/7035e3a8-8316-46de-8aa9-c15af971b074?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -176,7 +176,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:13:32 GMT + - Tue, 28 Jun 2022 08:00:37 GMT expires: - '-1' pragma: @@ -209,9 +209,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/7035e3a8-8316-46de-8aa9-c15af971b074?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -223,7 +223,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:14:03 GMT + - Tue, 28 Jun 2022 08:01:08 GMT expires: - '-1' pragma: @@ -256,9 +256,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/7035e3a8-8316-46de-8aa9-c15af971b074?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -270,7 +270,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:14:33 GMT + - Tue, 28 Jun 2022 08:01:38 GMT expires: - '-1' pragma: @@ -303,9 +303,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/7035e3a8-8316-46de-8aa9-c15af971b074?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 response: body: string: '{"status":"Succeeded"}' @@ -317,7 +317,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:15:03 GMT + - Tue, 28 Jun 2022 08:02:09 GMT expires: - '-1' pragma: @@ -350,12 +350,12 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-377b5f74-6cab-46e4-96a7-ec94954a1016","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"b7781136-1e48-41e8-a151-b1dc9aed9088","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"29659768-4f44-4633-91c5-2aa615e46159"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c4e36cee-0de7-4ce5-b407-58e83252433d","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"ceb1db3b-7490-4d66-93a3-d1870ea95132","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d88dbbef-ede6-4064-893e-483bf74923df"}}' headers: cache-control: - no-cache @@ -364,7 +364,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:15:03 GMT + - Tue, 28 Jun 2022 08:02:09 GMT expires: - '-1' pragma: @@ -396,12 +396,12 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-377b5f74-6cab-46e4-96a7-ec94954a1016","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"b7781136-1e48-41e8-a151-b1dc9aed9088","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"29659768-4f44-4633-91c5-2aa615e46159"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c4e36cee-0de7-4ce5-b407-58e83252433d","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"ceb1db3b-7490-4d66-93a3-d1870ea95132","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d88dbbef-ede6-4064-893e-483bf74923df"}}' headers: cache-control: - no-cache @@ -410,7 +410,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:15:04 GMT + - Tue, 28 Jun 2022 08:02:10 GMT expires: - '-1' pragma: @@ -447,7 +447,7 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004?api-version=2021-06-01 response: @@ -461,7 +461,7 @@ interactions: - Location - Retry-After azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -469,11 +469,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:15:09 GMT + - Tue, 28 Jun 2022 08:02:13 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationResults/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationResults/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 pragma: - no-cache server: @@ -483,7 +483,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1193' status: code: 202 message: Accepted @@ -501,9 +501,331 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:02:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse sql pool create + Connection: + - keep-alive + ParameterSetName: + - --name --performance-level --workspace --resource-group --storage-type + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:02:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse sql pool create + Connection: + - keep-alive + ParameterSetName: + - --name --performance-level --workspace --resource-group --storage-type + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:03:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse sql pool create + Connection: + - keep-alive + ParameterSetName: + - --name --performance-level --workspace --resource-group --storage-type + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:03:55 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse sql pool create + Connection: + - keep-alive + ParameterSetName: + - --name --performance-level --workspace --resource-group --storage-type + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:04:25 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse sql pool create + Connection: + - keep-alive + ParameterSetName: + - --name --performance-level --workspace --resource-group --storage-type + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:04:56 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse sql pool create + Connection: + - keep-alive + ParameterSetName: + - --name --performance-level --workspace --resource-group --storage-type + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:05:26 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse sql pool create + Connection: + - keep-alive + ParameterSetName: + - --name --performance-level --workspace --resource-group --storage-type + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -515,7 +837,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:15:19 GMT + - Tue, 28 Jun 2022 08:05:57 GMT expires: - '-1' pragma: @@ -547,9 +869,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -561,7 +883,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:15:50 GMT + - Tue, 28 Jun 2022 08:06:27 GMT expires: - '-1' pragma: @@ -593,9 +915,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -607,7 +929,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:16:20 GMT + - Tue, 28 Jun 2022 08:06:58 GMT expires: - '-1' pragma: @@ -639,9 +961,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -653,7 +975,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:16:50 GMT + - Tue, 28 Jun 2022 08:07:29 GMT expires: - '-1' pragma: @@ -685,9 +1007,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -699,7 +1021,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:17:21 GMT + - Tue, 28 Jun 2022 08:07:58 GMT expires: - '-1' pragma: @@ -731,9 +1053,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -745,7 +1067,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:17:51 GMT + - Tue, 28 Jun 2022 08:08:29 GMT expires: - '-1' pragma: @@ -777,9 +1099,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -791,7 +1113,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:18:21 GMT + - Tue, 28 Jun 2022 08:08:59 GMT expires: - '-1' pragma: @@ -823,9 +1145,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/8543c264-0740-4343-8f1c-5bb35389a1af?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 response: body: string: '{"status":"Succeeded"}' @@ -837,7 +1159,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:18:52 GMT + - Tue, 28 Jun 2022 08:09:30 GMT expires: - '-1' pragma: @@ -869,12 +1191,12 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004?api-version=2021-06-01 response: body: - string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","creationDate":"2022-04-21T13:18:25.223Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004","name":"testsqlpool000004","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus"}' + string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","creationDate":"2022-06-28T08:09:01.493Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004","name":"testsqlpool000004","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus"}' headers: cache-control: - no-cache @@ -883,7 +1205,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:18:52 GMT + - Tue, 28 Jun 2022 08:09:31 GMT expires: - '-1' pragma: @@ -915,12 +1237,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:11:33.3535138Z","key2":"2022-04-21T13:11:33.3535138Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:11:33.3691129Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:11:33.3691129Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:11:33.1816515Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:58:37.7362018Z","key2":"2022-06-28T07:58:37.7362018Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:37.7362018Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:37.7362018Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:58:37.5955851Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -929,7 +1251,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:18:52 GMT + - Tue, 28 Jun 2022 08:09:32 GMT expires: - '-1' pragma: @@ -963,12 +1285,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -977,7 +1299,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:18:53 GMT + - Tue, 28 Jun 2022 08:09:32 GMT expires: - '-1' pragma: @@ -993,7 +1315,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11997' status: code: 200 message: OK @@ -1011,7 +1333,7 @@ interactions: ParameterSetName: - --workspace-name --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1025,7 +1347,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:18:53 GMT + - Tue, 28 Jun 2022 08:09:33 GMT expires: - '-1' pragma: @@ -1058,7 +1380,7 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1072,7 +1394,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:18:55 GMT + - Tue, 28 Jun 2022 08:09:34 GMT expires: - '-1' pragma: @@ -1113,7 +1435,7 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1127,7 +1449,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:18:58 GMT + - Tue, 28 Jun 2022 08:09:39 GMT expires: - '-1' pragma: @@ -1139,7 +1461,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 201 message: Created @@ -1157,7 +1479,7 @@ interactions: ParameterSetName: - --workspace-name --resource-group --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1171,7 +1493,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:18:59 GMT + - Tue, 28 Jun 2022 08:09:40 GMT expires: - '-1' pragma: @@ -1204,7 +1526,7 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1218,7 +1540,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:00 GMT + - Tue, 28 Jun 2022 08:09:41 GMT expires: - '-1' pragma: @@ -1251,21 +1573,64 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:09:41 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --name --state --bsts --storage-account + --retention-days --actions + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpid0FBREFvQUFBR0FHeTUzb0IxZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQkFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFQ2krQUFBd0tBQUFCZ0M1bmdlQWhvSnl2Z0FBTUNnQUFBSUF3SmpMdmdBQU1DZ0FBQUlBcDZJPVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3225' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:01 GMT + - Tue, 28 Jun 2022 08:09:41 GMT expires: - '-1' pragma: @@ -1294,21 +1659,21 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpid0FBREFvQUFBR0FHeTUzb0IxZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQkFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFQ2krQUFBd0tBQUFCZ0M1bmdlQWhvSnl2Z0FBTUNnQUFBSUF3SmpMdmdBQU1DZ0FBQUlBcDZJPVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:01 GMT + - Tue, 28 Jun 2022 08:09:41 GMT expires: - '-1' pragma: @@ -1337,12 +1702,12 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:11:33.3535138Z","key2":"2022-04-21T13:11:33.3535138Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:11:33.3691129Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:11:33.3691129Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:11:33.1816515Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:58:37.7362018Z","key2":"2022-06-28T07:58:37.7362018Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:37.7362018Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:37.7362018Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:58:37.5955851Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1351,7 +1716,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:19:01 GMT + - Tue, 28 Jun 2022 08:09:42 GMT expires: - '-1' pragma: @@ -1384,21 +1749,64 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:09:42 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --name --state --bsts --storage-account + --retention-days --actions + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpid0FBREFvQUFBR0FHeTUzb0IxZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQkFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFQ2krQUFBd0tBQUFCZ0M1bmdlQWhvSnl2Z0FBTUNnQUFBSUF3SmpMdmdBQU1DZ0FBQUlBcDZJPVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3225' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:02 GMT + - Tue, 28 Jun 2022 08:09:43 GMT expires: - '-1' pragma: @@ -1427,21 +1835,21 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpid0FBREFvQUFBR0FHeTUzb0IxZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQkFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFQ2krQUFBd0tBQUFCZ0M1bmdlQWhvSnl2Z0FBTUNnQUFBSUF3SmpMdmdBQU1DZ0FBQUlBcDZJPVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:02 GMT + - Tue, 28 Jun 2022 08:09:43 GMT expires: - '-1' pragma: @@ -1472,12 +1880,12 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1486,7 +1894,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:19:01 GMT + - Tue, 28 Jun 2022 08:09:43 GMT expires: - '-1' pragma: @@ -1502,7 +1910,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -1529,7 +1937,7 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1543,7 +1951,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:04 GMT + - Tue, 28 Jun 2022 08:09:46 GMT expires: - '-1' pragma: @@ -1559,7 +1967,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1197' status: code: 200 message: OK @@ -1577,7 +1985,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1591,7 +1999,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:05 GMT + - Tue, 28 Jun 2022 08:09:47 GMT expires: - '-1' pragma: @@ -1630,7 +2038,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1644,7 +2052,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:08 GMT + - Tue, 28 Jun 2022 08:09:50 GMT expires: - '-1' pragma: @@ -1660,7 +2068,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1196' status: code: 200 message: OK @@ -1678,12 +2086,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/synapse-cli000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001","name":"synapse-cli000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-21T13:11:23Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001","name":"synapse-cli000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:58:29Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1692,7 +2100,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:07 GMT + - Tue, 28 Jun 2022 08:09:50 GMT expires: - '-1' pragma: @@ -1725,12 +2133,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"192cba86-cef5-4954-975f-5bdece147c33","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T13:19:12.0162317Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-22T12:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T13:19:12.0162317Z","modifiedDate":"2022-04-21T13:19:12.0162317Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"93be77ec-79da-47ef-9278-a4fe64f990ae","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-06-28T08:09:56.4424524Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-06-28T22:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-06-28T08:09:56.4424524Z","modifiedDate":"2022-06-28T08:09:56.4424524Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -1743,7 +2151,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:18 GMT + - Tue, 28 Jun 2022 08:09:57 GMT expires: - '-1' location: @@ -1759,7 +2167,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' x-powered-by: - ASP.NET status: @@ -1779,12 +2187,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"192cba86-cef5-4954-975f-5bdece147c33","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T13:19:12.0162317Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-22T12:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T13:19:12.0162317Z","modifiedDate":"2022-04-21T13:19:12.0162317Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"93be77ec-79da-47ef-9278-a4fe64f990ae","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-06-28T08:09:56.4424524Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-06-28T22:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-06-28T08:09:56.4424524Z","modifiedDate":"2022-06-28T08:09:56.4424524Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -1797,7 +2205,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:48 GMT + - Tue, 28 Jun 2022 08:10:28 GMT expires: - '-1' pragma: @@ -1833,7 +2241,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1847,7 +2255,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:50 GMT + - Tue, 28 Jun 2022 08:10:28 GMT expires: - '-1' pragma: @@ -1879,7 +2287,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -1893,7 +2301,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:51 GMT + - Tue, 28 Jun 2022 08:10:31 GMT expires: - '-1' pragma: @@ -1930,7 +2338,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: @@ -1944,7 +2352,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:57 GMT + - Tue, 28 Jun 2022 08:10:38 GMT expires: - '-1' pragma: @@ -1978,21 +2386,63 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:10:39 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --name --state --lats --lawri + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRUFENG1CSUFBTEFFQUdLRW5vSWhBQUVRS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3227' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:57 GMT + - Tue, 28 Jun 2022 08:10:39 GMT expires: - '-1' pragma: @@ -2020,21 +2470,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRUFENG1CSUFBTEFFQUdLRW5vSWhBQUVRS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:19:57 GMT + - Tue, 28 Jun 2022 08:10:39 GMT expires: - '-1' pragma: @@ -2064,12 +2514,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2078,7 +2528,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:19:57 GMT + - Tue, 28 Jun 2022 08:10:39 GMT expires: - '-1' pragma: @@ -2120,7 +2570,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -2134,7 +2584,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:00 GMT + - Tue, 28 Jun 2022 08:10:44 GMT expires: - '-1' pragma: @@ -2146,7 +2596,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 201 message: Created @@ -2164,7 +2614,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -2178,7 +2628,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:01 GMT + - Tue, 28 Jun 2022 08:10:45 GMT expires: - '-1' pragma: @@ -2210,7 +2660,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2224,7 +2674,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:03 GMT + - Tue, 28 Jun 2022 08:10:47 GMT expires: - '-1' pragma: @@ -2256,7 +2706,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -2270,7 +2720,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:05 GMT + - Tue, 28 Jun 2022 08:10:47 GMT expires: - '-1' pragma: @@ -2302,7 +2752,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2316,7 +2766,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:07 GMT + - Tue, 28 Jun 2022 08:10:50 GMT expires: - '-1' pragma: @@ -2350,7 +2800,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: @@ -2362,7 +2812,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 13:20:11 GMT + - Tue, 28 Jun 2022 08:10:55 GMT expires: - '-1' pragma: @@ -2392,21 +2842,63 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:10:56 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --name --state --lats + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRUFENG1CSUFBTEFFQUdLRW5vSWhBQUVRS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3227' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:11 GMT + - Tue, 28 Jun 2022 08:10:56 GMT expires: - '-1' pragma: @@ -2434,21 +2926,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRUFENG1CSUFBTEFFQUdLRW5vSWhBQUVRS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:11 GMT + - Tue, 28 Jun 2022 08:10:56 GMT expires: - '-1' pragma: @@ -2478,12 +2970,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2492,7 +2984,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:20:12 GMT + - Tue, 28 Jun 2022 08:10:56 GMT expires: - '-1' pragma: @@ -2508,7 +3000,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -2534,7 +3026,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -2548,7 +3040,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:14 GMT + - Tue, 28 Jun 2022 08:10:59 GMT expires: - '-1' pragma: @@ -2564,7 +3056,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 200 message: OK @@ -2582,7 +3074,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -2596,7 +3088,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:14 GMT + - Tue, 28 Jun 2022 08:11:01 GMT expires: - '-1' pragma: @@ -2615,7 +3107,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -2626,37 +3119,37 @@ interactions: Connection: - keep-alive Content-Length: - - '71' + - '121' Content-Type: - application/json ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006","name":"ehnamespace000006","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-04-21T13:20:20.587Z","updatedAt":"2022-04-21T13:20:20.587Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-06-28T08:11:04.737Z","updatedAt":"2022-06-28T08:11:04.737Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '718' + - '776' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:21 GMT + - Tue, 28 Jun 2022 08:11:05 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2684,31 +3177,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006","name":"ehnamespace000006","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-04-21T13:20:20.587Z","updatedAt":"2022-04-21T13:20:20.587Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-06-28T08:11:04.737Z","updatedAt":"2022-06-28T08:11:04.737Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '718' + - '776' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:20:51 GMT + - Tue, 28 Jun 2022 08:11:36 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2734,31 +3227,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006","name":"ehnamespace000006","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-04-21T13:20:20.587Z","updatedAt":"2022-04-21T13:21:11.357Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-06-28T08:11:04.737Z","updatedAt":"2022-06-28T08:11:53.35Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '716' + - '773' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:21 GMT + - Tue, 28 Jun 2022 08:12:05 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2784,31 +3277,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006","name":"ehnamespace000006","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-04-21T13:20:20.587Z","updatedAt":"2022-04-21T13:21:11.357Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-06-28T08:11:04.737Z","updatedAt":"2022-06-28T08:11:53.35Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '716' + - '773' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:22 GMT + - Tue, 28 Jun 2022 08:12:07 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2838,13 +3331,13 @@ interactions: ParameterSetName: - --resource-group -n --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/eventhubs/ehsrv000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/eventhubs/ehsrv000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/eventhubs/ehsrv000005","name":"ehsrv000005","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"East - US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-21T13:21:24.13Z","updatedAt":"2022-04-21T13:21:24.593Z","partitionIds":["0","1","2","3"]}}' + US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T08:12:09.88Z","updatedAt":"2022-06-28T08:12:10.177Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache @@ -2853,7 +3346,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:25 GMT + - Tue, 28 Jun 2022 08:12:10 GMT expires: - '-1' pragma: @@ -2872,7 +3365,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1197' status: code: 200 message: OK @@ -2894,9 +3387,9 @@ interactions: ParameterSetName: - --resource-group -n --namespace-name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/authorizationRules/ehauthruledb000007?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/authorizationRules/ehauthruledb000007?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/authorizationRules/ehauthruledb000007","name":"ehauthruledb000007","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"East @@ -2909,7 +3402,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:31 GMT + - Tue, 28 Jun 2022 08:12:17 GMT expires: - '-1' pragma: @@ -2928,7 +3421,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1198' status: code: 200 message: OK @@ -2947,7 +3440,7 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -2961,7 +3454,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:32 GMT + - Tue, 28 Jun 2022 08:12:18 GMT expires: - '-1' pragma: @@ -2994,7 +3487,7 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3008,7 +3501,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:33 GMT + - Tue, 28 Jun 2022 08:12:19 GMT expires: - '-1' pragma: @@ -3047,7 +3540,7 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3061,7 +3554,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:40 GMT + - Tue, 28 Jun 2022 08:12:26 GMT expires: - '-1' pragma: @@ -3096,21 +3589,64 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:12:27 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --name --state --event-hub-target-state + --ehari --event-hub + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBUUFQaVlFZ0FBc0FRQVlvU2VnaUVBQVJBb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3227' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:40 GMT + - Tue, 28 Jun 2022 08:12:27 GMT expires: - '-1' pragma: @@ -3139,21 +3675,21 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBUUFQaVlFZ0FBc0FRQVlvU2VnaUVBQVJBb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:40 GMT + - Tue, 28 Jun 2022 08:12:27 GMT expires: - '-1' pragma: @@ -3184,12 +3720,12 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3198,7 +3734,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:21:40 GMT + - Tue, 28 Jun 2022 08:12:27 GMT expires: - '-1' pragma: @@ -3214,7 +3750,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '11997' status: code: 200 message: OK @@ -3241,7 +3777,7 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -3255,7 +3791,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:42 GMT + - Tue, 28 Jun 2022 08:12:29 GMT expires: - '-1' pragma: @@ -3271,7 +3807,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1192' status: code: 200 message: OK @@ -3289,7 +3825,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -3303,7 +3839,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:44 GMT + - Tue, 28 Jun 2022 08:12:31 GMT expires: - '-1' pragma: @@ -3335,7 +3871,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3349,7 +3885,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:46 GMT + - Tue, 28 Jun 2022 08:12:33 GMT expires: - '-1' pragma: @@ -3381,7 +3917,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -3395,7 +3931,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:46 GMT + - Tue, 28 Jun 2022 08:12:34 GMT expires: - '-1' pragma: @@ -3427,7 +3963,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3441,7 +3977,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:46 GMT + - Tue, 28 Jun 2022 08:12:37 GMT expires: - '-1' pragma: @@ -3475,7 +4011,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3487,7 +4023,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 13:21:48 GMT + - Tue, 28 Jun 2022 08:12:42 GMT expires: - '-1' pragma: @@ -3517,21 +4053,63 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:12:42 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql pool audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --name --state --event-hub-target-state + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBUUFQaVlFZ0FBc0FRQVlvU2VnaUVBQVJBb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3227' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:48 GMT + - Tue, 28 Jun 2022 08:12:42 GMT expires: - '-1' pragma: @@ -3559,21 +4137,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBUUFQaVlFZ0FBc0FRQVlvU2VnaUVBQVJBb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:48 GMT + - Tue, 28 Jun 2022 08:12:42 GMT expires: - '-1' pragma: @@ -3603,12 +4181,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:11:33.3535138Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3617,7 +4195,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:21:49 GMT + - Tue, 28 Jun 2022 08:12:43 GMT expires: - '-1' pragma: @@ -3633,7 +4211,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -3659,7 +4237,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -3673,7 +4251,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:51 GMT + - Tue, 28 Jun 2022 08:12:46 GMT expires: - '-1' pragma: @@ -3689,7 +4267,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1196' status: code: 200 message: OK @@ -3707,7 +4285,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -3721,7 +4299,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:21:53 GMT + - Tue, 28 Jun 2022 08:12:47 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_ws_audit_policy_logentry_eventhub.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_ws_audit_policy_logentry_eventhub.yaml index 68249fa1586..f777ae9d54f 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_ws_audit_policy_logentry_eventhub.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_ws_audit_policy_logentry_eventhub.yaml @@ -21,15 +21,15 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000007","dev":"https://clitest000007.dev.azuresynapse.net","sqlOnDemand":"clitest000007-ondemand.sql.azuresynapse.net","sql":"clitest000007.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-69b8c485-8614-4cdf-ab03-764b59c716b2","privateEndpointConnections":[],"workspaceUID":"f167e78b-32af-4301-8add-ed7bc549e7e0","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007","location":"eastus","name":"clitest000007","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"84d6fcc2-d7ea-409d-b03f-9f03bb7e7ead"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000007","dev":"https://clitest000007.dev.azuresynapse.net","sqlOnDemand":"clitest000007-ondemand.sql.azuresynapse.net","sql":"clitest000007.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-586164b4-99f6-4202-8d49-0505249b70a8","privateEndpointConnections":[],"workspaceUID":"44fa0b90-b1bc-465e-839d-2fee9b22cd29","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007","location":"eastus","name":"clitest000007","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"2c41b8e3-fe1a-4be2-9de2-0509c5b3baf4"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/6d972815-660f-442b-b364-dcf6bae08166?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/deb37724-9197-4614-a597-76677ab42377?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -37,7 +37,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:25:13 GMT + - Tue, 28 Jun 2022 08:14:52 GMT expires: - '-1' pragma: @@ -68,9 +68,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/6d972815-660f-442b-b364-dcf6bae08166?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/deb37724-9197-4614-a597-76677ab42377?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -82,7 +82,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:25:43 GMT + - Tue, 28 Jun 2022 08:15:22 GMT expires: - '-1' pragma: @@ -115,9 +115,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/6d972815-660f-442b-b364-dcf6bae08166?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/deb37724-9197-4614-a597-76677ab42377?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -129,7 +129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:13 GMT + - Tue, 28 Jun 2022 08:15:52 GMT expires: - '-1' pragma: @@ -162,9 +162,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/6d972815-660f-442b-b364-dcf6bae08166?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/deb37724-9197-4614-a597-76677ab42377?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -176,7 +176,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:26:44 GMT + - Tue, 28 Jun 2022 08:16:23 GMT expires: - '-1' pragma: @@ -209,9 +209,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/6d972815-660f-442b-b364-dcf6bae08166?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/deb37724-9197-4614-a597-76677ab42377?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -223,7 +223,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:27:14 GMT + - Tue, 28 Jun 2022 08:16:53 GMT expires: - '-1' pragma: @@ -256,9 +256,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/6d972815-660f-442b-b364-dcf6bae08166?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/deb37724-9197-4614-a597-76677ab42377?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -270,7 +270,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:27:44 GMT + - Tue, 28 Jun 2022 08:17:24 GMT expires: - '-1' pragma: @@ -303,9 +303,56 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/6d972815-660f-442b-b364-dcf6bae08166?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/deb37724-9197-4614-a597-76677ab42377?api-version=2021-06-01 + response: + body: + string: '{"status":"InProgress"}' + headers: + cache-control: + - no-cache + content-length: + - '23' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:17:54 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - synapse workspace create + Connection: + - keep-alive + ParameterSetName: + - --name --resource-group --storage-account --file-system --sql-admin-login-user + --sql-admin-login-password --location + User-Agent: + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/deb37724-9197-4614-a597-76677ab42377?api-version=2021-06-01 response: body: string: '{"status":"Succeeded"}' @@ -317,7 +364,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:15 GMT + - Tue, 28 Jun 2022 08:18:24 GMT expires: - '-1' pragma: @@ -350,12 +397,12 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000007","dev":"https://clitest000007.dev.azuresynapse.net","sqlOnDemand":"clitest000007-ondemand.sql.azuresynapse.net","sql":"clitest000007.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-69b8c485-8614-4cdf-ab03-764b59c716b2","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"f167e78b-32af-4301-8add-ed7bc549e7e0","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007","location":"eastus","name":"clitest000007","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"84d6fcc2-d7ea-409d-b03f-9f03bb7e7ead"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000007","dev":"https://clitest000007.dev.azuresynapse.net","sqlOnDemand":"clitest000007-ondemand.sql.azuresynapse.net","sql":"clitest000007.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-586164b4-99f6-4202-8d49-0505249b70a8","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"44fa0b90-b1bc-465e-839d-2fee9b22cd29","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007","location":"eastus","name":"clitest000007","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"2c41b8e3-fe1a-4be2-9de2-0509c5b3baf4"}}' headers: cache-control: - no-cache @@ -364,7 +411,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:15 GMT + - Tue, 28 Jun 2022 08:18:25 GMT expires: - '-1' pragma: @@ -396,12 +443,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:24:47.6027711Z","key2":"2022-04-21T13:24:47.6027711Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:24:47.6183958Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:24:47.6183958Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:24:47.4622926Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T08:14:22.4079709Z","key2":"2022-06-28T08:14:22.4079709Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T08:14:22.4079709Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T08:14:22.4079709Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T08:14:22.2673234Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -410,7 +457,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:28:15 GMT + - Tue, 28 Jun 2022 08:18:26 GMT expires: - '-1' pragma: @@ -444,12 +491,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -458,7 +505,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:28:16 GMT + - Tue, 28 Jun 2022 08:18:26 GMT expires: - '-1' pragma: @@ -474,7 +521,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '11998' status: code: 200 message: OK @@ -492,7 +539,7 @@ interactions: ParameterSetName: - --workspace-name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -506,7 +553,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:18 GMT + - Tue, 28 Jun 2022 08:18:28 GMT expires: - '-1' pragma: @@ -539,7 +586,7 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -553,7 +600,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:18 GMT + - Tue, 28 Jun 2022 08:18:30 GMT expires: - '-1' pragma: @@ -594,7 +641,7 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -606,17 +653,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-96c99bb4-8983-4a0f-bc45-b460c1005221?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-13daa47d-ea0c-48a5-ac91-f456a8ccc7a6?api-version=2021-06-01 cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 13:28:21 GMT + - Tue, 28 Jun 2022 08:18:33 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-96c99bb4-8983-4a0f-bc45-b460c1005221?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-13daa47d-ea0c-48a5-ac91-f456a8ccc7a6?api-version=2021-06-01 pragma: - no-cache retryafter: @@ -628,7 +675,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1198' status: code: 202 message: Accepted @@ -647,12 +694,12 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-96c99bb4-8983-4a0f-bc45-b460c1005221?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-13daa47d-ea0c-48a5-ac91-f456a8ccc7a6?api-version=2021-06-01 response: body: - string: '{"name":"96c99bb4-8983-4a0f-bc45-b460c1005221","status":"Succeeded","startTime":"2022-04-21T13:28:21.667Z"}' + string: '{"name":"13daa47d-ea0c-48a5-ac91-f456a8ccc7a6","status":"Succeeded","startTime":"2022-06-28T08:18:33.877Z"}' headers: cache-control: - no-cache @@ -661,7 +708,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:52 GMT + - Tue, 28 Jun 2022 08:19:04 GMT expires: - '-1' pragma: @@ -694,7 +741,7 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -708,7 +755,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:52 GMT + - Tue, 28 Jun 2022 08:19:05 GMT expires: - '-1' pragma: @@ -740,7 +787,7 @@ interactions: ParameterSetName: - --workspace-name --resource-group User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -754,7 +801,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:53 GMT + - Tue, 28 Jun 2022 08:19:06 GMT expires: - '-1' pragma: @@ -787,7 +834,7 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -801,7 +848,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:55 GMT + - Tue, 28 Jun 2022 08:19:07 GMT expires: - '-1' pragma: @@ -834,21 +881,21 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '5871' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:54 GMT + - Tue, 28 Jun 2022 08:19:07 GMT expires: - '-1' pragma: @@ -877,21 +924,21 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpyd0FBREFvQUFBRUFFYUFxNENzdlFBQU1DZ0FBQUlBdHB5dHZRQUFNQ2dBQUFJQXRvdXV2UUFBTUNnQUFBSUFPNXF5dlFBQU1DZ0FBQXdBcTVnMmhnbUFNb0JZZ0phQzU3MEFBREFvQUFBQ0FDQ242NzBBQURBb0FBQVFBUGlZRWdBQXNBUUFZb1NlZ2lFQUFSQW92Z0FBTUNnQUFBWUF1WjRIZ0lhQ2NyNEFBREFvQUFBQ0FNQ1l5NzRBQURBb0FBQUNBS2VpXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '326' + - '3213' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:55 GMT + - Tue, 28 Jun 2022 08:19:07 GMT expires: - '-1' pragma: @@ -920,12 +967,55 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpyd0FBREFvQUFBRUFFYUFxNENzdlFBQU1DZ0FBQUlBdHB5dHZRQUFNQ2dBQUFJQXRvdXV2UUFBTUNnQUFBSUFPNXF5dlFBQU1DZ0FBQXdBcTVnMmhnbUFNb0JZZ0phQzU3MEFBREFvQUFBQ0FDQ242NzBBQURBb0FBQVFBUGlZRWdBQXNBUUFZb1NlZ2lFQUFSQW92Z0FBTUNnQUFBWUF1WjRIZ0lhQ2NyNEFBREFvQUFBQ0FNQ1l5NzRBQURBb0FBQUNBS2VpXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:19:07 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --state --bsts --storage-account --retention-days + --actions + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T13:24:47.6027711Z","key2":"2022-04-21T13:24:47.6027711Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:24:47.6183958Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T13:24:47.6183958Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-21T13:24:47.4622926Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T08:14:22.4079709Z","key2":"2022-06-28T08:14:22.4079709Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T08:14:22.4079709Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T08:14:22.4079709Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T08:14:22.2673234Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -934,7 +1024,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:28:55 GMT + - Tue, 28 Jun 2022 08:19:08 GMT expires: - '-1' pragma: @@ -967,21 +1057,64 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:19:08 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --state --bsts --storage-account --retention-days + --actions + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmlpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEQU1QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpyd0FBREFvQUFBRUFFYUFxNENzdlFBQU1DZ0FBQUlBdHB5dHZRQUFNQ2dBQUFJQXRvdXV2UUFBTUNnQUFBSUFPNXF5dlFBQU1DZ0FBQXdBcTVnMmhnbUFNb0JZZ0phQzU3MEFBREFvQUFBQ0FDQ242NzBBQURBb0FBQVFBUGlZRWdBQXNBUUFZb1NlZ2lFQUFSQW92Z0FBTUNnQUFBWUF1WjRIZ0lhQ2NyNEFBREFvQUFBQ0FNQ1l5NzRBQURBb0FBQUNBS2VpXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3213' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:55 GMT + - Tue, 28 Jun 2022 08:19:08 GMT expires: - '-1' pragma: @@ -1010,21 +1143,21 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmlpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEQU1QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpyd0FBREFvQUFBRUFFYUFxNENzdlFBQU1DZ0FBQUlBdHB5dHZRQUFNQ2dBQUFJQXRvdXV2UUFBTUNnQUFBSUFPNXF5dlFBQU1DZ0FBQXdBcTVnMmhnbUFNb0JZZ0phQzU3MEFBREFvQUFBQ0FDQ242NzBBQURBb0FBQVFBUGlZRWdBQXNBUUFZb1NlZ2lFQUFSQW92Z0FBTUNnQUFBWUF1WjRIZ0lhQ2NyNEFBREFvQUFBQ0FNQ1l5NzRBQURBb0FBQUNBS2VpXCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:28:55 GMT + - Tue, 28 Jun 2022 08:19:08 GMT expires: - '-1' pragma: @@ -1055,12 +1188,12 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1069,7 +1202,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:28:56 GMT + - Tue, 28 Jun 2022 08:19:09 GMT expires: - '-1' pragma: @@ -1112,7 +1245,7 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -1124,17 +1257,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-8c1fabd0-a392-41ec-9db7-38b6dae855cd?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-d0e53085-da55-40c7-a1ce-01c077349a89?api-version=2021-06-01 cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 13:28:56 GMT + - Tue, 28 Jun 2022 08:19:11 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-8c1fabd0-a392-41ec-9db7-38b6dae855cd?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-d0e53085-da55-40c7-a1ce-01c077349a89?api-version=2021-06-01 pragma: - no-cache retryafter: @@ -1146,7 +1279,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1196' status: code: 202 message: Accepted @@ -1165,12 +1298,12 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-8c1fabd0-a392-41ec-9db7-38b6dae855cd?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-d0e53085-da55-40c7-a1ce-01c077349a89?api-version=2021-06-01 response: body: - string: '{"name":"8c1fabd0-a392-41ec-9db7-38b6dae855cd","status":"Succeeded","startTime":"2022-04-21T13:28:57.147Z"}' + string: '{"name":"d0e53085-da55-40c7-a1ce-01c077349a89","status":"Succeeded","startTime":"2022-06-28T08:19:11.987Z"}' headers: cache-control: - no-cache @@ -1179,7 +1312,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:29:27 GMT + - Tue, 28 Jun 2022 08:19:41 GMT expires: - '-1' pragma: @@ -1212,7 +1345,7 @@ interactions: - --resource-group --workspace-name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -1226,7 +1359,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:29:27 GMT + - Tue, 28 Jun 2022 08:19:42 GMT expires: - '-1' pragma: @@ -1258,7 +1391,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -1272,7 +1405,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:29:27 GMT + - Tue, 28 Jun 2022 08:19:44 GMT expires: - '-1' pragma: @@ -1311,7 +1444,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -1323,17 +1456,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-3821c3b5-9199-4f2d-8017-17b1de49de01?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-ff6a6070-d8f1-419e-8d00-c3479e650839?api-version=2021-06-01 cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 13:29:28 GMT + - Tue, 28 Jun 2022 08:19:45 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-3821c3b5-9199-4f2d-8017-17b1de49de01?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-ff6a6070-d8f1-419e-8d00-c3479e650839?api-version=2021-06-01 pragma: - no-cache retryafter: @@ -1345,7 +1478,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1195' status: code: 202 message: Accepted @@ -1363,21 +1496,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-3821c3b5-9199-4f2d-8017-17b1de49de01?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-ff6a6070-d8f1-419e-8d00-c3479e650839?api-version=2021-06-01 response: body: - string: '{"name":"3821c3b5-9199-4f2d-8017-17b1de49de01","status":"Succeeded","startTime":"2022-04-21T13:29:29.633Z"}' + string: '{"name":"ff6a6070-d8f1-419e-8d00-c3479e650839","status":"Succeeded","startTime":"2022-06-28T08:19:45.65Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:29:59 GMT + - Tue, 28 Jun 2022 08:20:15 GMT expires: - '-1' pragma: @@ -1409,7 +1542,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -1423,7 +1556,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:00 GMT + - Tue, 28 Jun 2022 08:20:15 GMT expires: - '-1' pragma: @@ -1455,12 +1588,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/synapse-cli000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001","name":"synapse-cli000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-04-21T13:24:43Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001","name":"synapse-cli000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T08:14:15Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1469,7 +1602,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:00 GMT + - Tue, 28 Jun 2022 08:20:16 GMT expires: - '-1' pragma: @@ -1502,12 +1635,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"6a037a00-7513-48bb-957d-1d9e35aa23f1","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T13:30:05.1837789Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-21T19:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T13:30:05.1837789Z","modifiedDate":"2022-04-21T13:30:05.1837789Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"50e538fc-3e28-4955-9d42-31354006db86","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-06-28T08:20:21.0546757Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-06-28T21:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-06-28T08:20:21.0546757Z","modifiedDate":"2022-06-28T08:20:21.0546757Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -1520,7 +1653,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:06 GMT + - Tue, 28 Jun 2022 08:20:22 GMT expires: - '-1' location: @@ -1536,7 +1669,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1197' x-powered-by: - ASP.NET status: @@ -1556,12 +1689,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"6a037a00-7513-48bb-957d-1d9e35aa23f1","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-04-21T13:30:05.1837789Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-04-21T19:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-04-21T13:30:05.1837789Z","modifiedDate":"2022-04-21T13:30:05.1837789Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"50e538fc-3e28-4955-9d42-31354006db86","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-06-28T08:20:21.0546757Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-06-28T21:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-06-28T08:20:21.0546757Z","modifiedDate":"2022-06-28T08:20:21.0546757Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -1574,7 +1707,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:36 GMT + - Tue, 28 Jun 2022 08:20:53 GMT expires: - '-1' pragma: @@ -1610,7 +1743,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -1624,7 +1757,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:38 GMT + - Tue, 28 Jun 2022 08:20:55 GMT expires: - '-1' pragma: @@ -1656,7 +1789,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -1670,7 +1803,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:39 GMT + - Tue, 28 Jun 2022 08:20:56 GMT expires: - '-1' pragma: @@ -1707,7 +1840,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: @@ -1721,7 +1854,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:46 GMT + - Tue, 28 Jun 2022 08:21:11 GMT expires: - '-1' pragma: @@ -1755,21 +1888,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '5871' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:46 GMT + - Tue, 28 Jun 2022 08:21:12 GMT expires: - '-1' pragma: @@ -1797,21 +1930,63 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpyd0FBREFvQUFBRUFFYUFxNENzdlFBQU1DZ0FBQUlBdHB5dHZRQUFNQ2dBQUFJQXRvdXV2UUFBTUNnQUFBSUFPNXF5dlFBQU1DZ0FBQXdBcTVnMmhnbUFNb0JZZ0phQzU3MEFBREFvQUFBQ0FDQ242NzBBQURBb0FBQVVBUGlZRWdBQXNBUUFZb1NlZ2lFQUFSQlJCQ0FFS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '326' + - '3227' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:30:46 GMT + - Tue, 28 Jun 2022 08:21:12 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --state --lats --lawri + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpyd0FBREFvQUFBRUFFYUFxNENzdlFBQU1DZ0FBQUlBdHB5dHZRQUFNQ2dBQUFJQXRvdXV2UUFBTUNnQUFBSUFPNXF5dlFBQU1DZ0FBQXdBcTVnMmhnbUFNb0JZZ0phQzU3MEFBREFvQUFBQ0FDQ242NzBBQURBb0FBQVVBUGlZRWdBQXNBUUFZb1NlZ2lFQUFSQlJCQ0FFS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D + response: + body: + string: '{"value":[]}' + headers: + cache-control: + - no-cache + content-length: + - '12' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:21:12 GMT expires: - '-1' pragma: @@ -1841,12 +2016,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1855,7 +2030,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:30:47 GMT + - Tue, 28 Jun 2022 08:21:13 GMT expires: - '-1' pragma: @@ -1871,7 +2046,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11997' status: code: 200 message: OK @@ -1897,7 +2072,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -1909,17 +2084,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-cf932d1b-bf28-41d9-800f-097ed5064bed?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-466efae4-110c-4b44-96e4-4f7ccee4ff08?api-version=2021-06-01 cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 13:30:47 GMT + - Tue, 28 Jun 2022 08:21:14 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-cf932d1b-bf28-41d9-800f-097ed5064bed?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-466efae4-110c-4b44-96e4-4f7ccee4ff08?api-version=2021-06-01 pragma: - no-cache retryafter: @@ -1931,7 +2106,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1196' status: code: 202 message: Accepted @@ -1949,12 +2124,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-cf932d1b-bf28-41d9-800f-097ed5064bed?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-466efae4-110c-4b44-96e4-4f7ccee4ff08?api-version=2021-06-01 response: body: - string: '{"name":"cf932d1b-bf28-41d9-800f-097ed5064bed","status":"Succeeded","startTime":"2022-04-21T13:30:48.053Z"}' + string: '{"name":"466efae4-110c-4b44-96e4-4f7ccee4ff08","status":"Succeeded","startTime":"2022-06-28T08:21:15.587Z"}' headers: cache-control: - no-cache @@ -1963,7 +2138,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:18 GMT + - Tue, 28 Jun 2022 08:21:46 GMT expires: - '-1' pragma: @@ -1995,7 +2170,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats --lawri User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -2009,7 +2184,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:18 GMT + - Tue, 28 Jun 2022 08:21:46 GMT expires: - '-1' pragma: @@ -2041,7 +2216,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -2055,7 +2230,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:19 GMT + - Tue, 28 Jun 2022 08:21:47 GMT expires: - '-1' pragma: @@ -2087,7 +2262,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2101,7 +2276,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:21 GMT + - Tue, 28 Jun 2022 08:21:49 GMT expires: - '-1' pragma: @@ -2133,7 +2308,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -2147,7 +2322,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:23 GMT + - Tue, 28 Jun 2022 08:21:51 GMT expires: - '-1' pragma: @@ -2179,7 +2354,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2193,7 +2368,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:24 GMT + - Tue, 28 Jun 2022 08:21:51 GMT expires: - '-1' pragma: @@ -2227,7 +2402,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: @@ -2239,7 +2414,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 13:31:30 GMT + - Tue, 28 Jun 2022 08:21:55 GMT expires: - '-1' pragma: @@ -2251,7 +2426,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14999' status: code: 200 message: OK @@ -2269,21 +2444,63 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:21:55 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --state --lats + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE92QUFBTUNnQUFBUUFSb0NyZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQlFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFRkVFSUFRb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3227' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:29 GMT + - Tue, 28 Jun 2022 08:21:56 GMT expires: - '-1' pragma: @@ -2311,21 +2528,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE92QUFBTUNnQUFBUUFSb0NyZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQlFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFRkVFSUFRb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:31:30 GMT + - Tue, 28 Jun 2022 08:21:56 GMT expires: - '-1' pragma: @@ -2355,12 +2572,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2369,7 +2586,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:31:31 GMT + - Tue, 28 Jun 2022 08:21:57 GMT expires: - '-1' pragma: @@ -2385,7 +2602,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '11997' status: code: 200 message: OK @@ -2411,7 +2628,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -2423,17 +2640,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-dcdbaf1d-088e-4e29-919b-69cb557b128c?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-4baff43e-bf29-4cb2-a170-e9aadcad14bb?api-version=2021-06-01 cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 13:31:33 GMT + - Tue, 28 Jun 2022 08:21:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-dcdbaf1d-088e-4e29-919b-69cb557b128c?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-4baff43e-bf29-4cb2-a170-e9aadcad14bb?api-version=2021-06-01 pragma: - no-cache retryafter: @@ -2445,7 +2662,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1193' status: code: 202 message: Accepted @@ -2463,21 +2680,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-dcdbaf1d-088e-4e29-919b-69cb557b128c?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-4baff43e-bf29-4cb2-a170-e9aadcad14bb?api-version=2021-06-01 response: body: - string: '{"name":"dcdbaf1d-088e-4e29-919b-69cb557b128c","status":"Succeeded","startTime":"2022-04-21T13:31:33.05Z"}' + string: '{"name":"4baff43e-bf29-4cb2-a170-e9aadcad14bb","status":"Succeeded","startTime":"2022-06-28T08:21:59.457Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:32:04 GMT + - Tue, 28 Jun 2022 08:22:29 GMT expires: - '-1' pragma: @@ -2509,7 +2726,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --lats User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -2523,7 +2740,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:32:04 GMT + - Tue, 28 Jun 2022 08:22:30 GMT expires: - '-1' pragma: @@ -2555,7 +2772,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -2569,7 +2786,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:32:05 GMT + - Tue, 28 Jun 2022 08:22:30 GMT expires: - '-1' pragma: @@ -2588,7 +2805,8 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}}' + body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}, + "properties": {"publicNetworkAccess": "Enabled"}}' headers: Accept: - application/json @@ -2599,37 +2817,37 @@ interactions: Connection: - keep-alive Content-Length: - - '71' + - '121' Content-Type: - application/json ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005","name":"ehnamespace000005","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000005","createdAt":"2022-04-21T13:32:10.59Z","updatedAt":"2022-04-21T13:32:10.59Z","serviceBusEndpoint":"https://ehnamespace000005.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000005","createdAt":"2022-06-28T08:22:35.943Z","updatedAt":"2022-06-28T08:22:35.943Z","serviceBusEndpoint":"https://ehnamespace000005.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '716' + - '776' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:32:10 GMT + - Tue, 28 Jun 2022 08:22:36 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2657,31 +2875,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005","name":"ehnamespace000005","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000005","createdAt":"2022-04-21T13:32:10.59Z","updatedAt":"2022-04-21T13:32:10.59Z","serviceBusEndpoint":"https://ehnamespace000005.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000005","createdAt":"2022-06-28T08:22:35.943Z","updatedAt":"2022-06-28T08:22:35.943Z","serviceBusEndpoint":"https://ehnamespace000005.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '716' + - '776' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:32:41 GMT + - Tue, 28 Jun 2022 08:23:07 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2707,31 +2925,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005","name":"ehnamespace000005","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000005","createdAt":"2022-04-21T13:32:10.59Z","updatedAt":"2022-04-21T13:33:01.297Z","serviceBusEndpoint":"https://ehnamespace000005.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000005","createdAt":"2022-06-28T08:22:35.943Z","updatedAt":"2022-06-28T08:23:30.22Z","serviceBusEndpoint":"https://ehnamespace000005.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '715' + - '773' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:12 GMT + - Tue, 28 Jun 2022 08:23:37 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2757,31 +2975,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005","name":"ehnamespace000005","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000005","createdAt":"2022-04-21T13:32:10.59Z","updatedAt":"2022-04-21T13:33:01.297Z","serviceBusEndpoint":"https://ehnamespace000005.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000005","createdAt":"2022-06-28T08:22:35.943Z","updatedAt":"2022-06-28T08:23:30.22Z","serviceBusEndpoint":"https://ehnamespace000005.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '715' + - '773' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:12 GMT + - Tue, 28 Jun 2022 08:23:38 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2811,31 +3029,31 @@ interactions: ParameterSetName: - --resource-group -n --namespace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005/eventhubs/ehsrv000004?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005/eventhubs/ehsrv000004?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005/eventhubs/ehsrv000004","name":"ehsrv000004","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"East - US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-04-21T13:33:14.357Z","updatedAt":"2022-04-21T13:33:14.697Z","partitionIds":["0","1","2","3"]}}' + US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T08:23:41.53Z","updatedAt":"2022-06-28T08:23:41.77Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '454' + - '452' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:14 GMT + - Tue, 28 Jun 2022 08:23:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2845,7 +3063,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1193' status: code: 200 message: OK @@ -2867,9 +3085,9 @@ interactions: ParameterSetName: - --resource-group -n --namespace-name --rights User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005/authorizationRules/ehauthruledb000006?api-version=2021-11-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005/authorizationRules/ehauthruledb000006?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000005/authorizationRules/ehauthruledb000006","name":"ehauthruledb000006","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"East @@ -2882,7 +3100,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:21 GMT + - Tue, 28 Jun 2022 08:23:49 GMT expires: - '-1' pragma: @@ -2901,7 +3119,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1195' status: code: 200 message: OK @@ -2920,7 +3138,7 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -2934,7 +3152,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:22 GMT + - Tue, 28 Jun 2022 08:23:50 GMT expires: - '-1' pragma: @@ -2967,7 +3185,7 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2981,7 +3199,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:23 GMT + - Tue, 28 Jun 2022 08:23:52 GMT expires: - '-1' pragma: @@ -3020,7 +3238,7 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3034,7 +3252,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:28 GMT + - Tue, 28 Jun 2022 08:24:00 GMT expires: - '-1' pragma: @@ -3069,21 +3287,64 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:24:00 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --state --event-hub-target-state --ehari + --event-hub + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODY4QUFBd0tBQUFCQUJHZ0t1QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRkFENG1CSUFBTEFFQUdLRW5vSWhBQUVRVVFRZ0JDaStBQUF3S0FBQUJnQzVuZ2VBaG9KeXZnQUFNQ2dBQUFJQXdKakx2Z0FBTUNnQUFBSUFwNkk9XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3229' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:29 GMT + - Tue, 28 Jun 2022 08:24:00 GMT expires: - '-1' pragma: @@ -3112,21 +3373,21 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODY4QUFBd0tBQUFCQUJHZ0t1QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRkFENG1CSUFBTEFFQUdLRW5vSWhBQUVRVVFRZ0JDaStBQUF3S0FBQUJnQzVuZ2VBaG9KeXZnQUFNQ2dBQUFJQXdKakx2Z0FBTUNnQUFBSUFwNkk9XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:33:30 GMT + - Tue, 28 Jun 2022 08:24:00 GMT expires: - '-1' pragma: @@ -3157,12 +3418,12 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3171,7 +3432,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:33:30 GMT + - Tue, 28 Jun 2022 08:24:01 GMT expires: - '-1' pragma: @@ -3187,7 +3448,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11996' status: code: 200 message: OK @@ -3214,7 +3475,7 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -3226,17 +3487,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-f9152f1a-502e-458d-9799-fa1f360652d6?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-c584213c-5746-4ee4-8aaa-6918003ffb1e?api-version=2021-06-01 cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 13:33:32 GMT + - Tue, 28 Jun 2022 08:24:02 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-f9152f1a-502e-458d-9799-fa1f360652d6?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-c584213c-5746-4ee4-8aaa-6918003ffb1e?api-version=2021-06-01 pragma: - no-cache retryafter: @@ -3248,7 +3509,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1191' + - '1192' status: code: 202 message: Accepted @@ -3267,12 +3528,12 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-f9152f1a-502e-458d-9799-fa1f360652d6?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-c584213c-5746-4ee4-8aaa-6918003ffb1e?api-version=2021-06-01 response: body: - string: '{"name":"f9152f1a-502e-458d-9799-fa1f360652d6","status":"Succeeded","startTime":"2022-04-21T13:33:32.16Z"}' + string: '{"name":"c584213c-5746-4ee4-8aaa-6918003ffb1e","status":"Succeeded","startTime":"2022-06-28T08:24:03.05Z"}' headers: cache-control: - no-cache @@ -3281,7 +3542,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:01 GMT + - Tue, 28 Jun 2022 08:24:33 GMT expires: - '-1' pragma: @@ -3314,7 +3575,7 @@ interactions: - --resource-group --workspace-name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -3328,7 +3589,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:02 GMT + - Tue, 28 Jun 2022 08:24:33 GMT expires: - '-1' pragma: @@ -3360,7 +3621,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -3374,7 +3635,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:03 GMT + - Tue, 28 Jun 2022 08:24:34 GMT expires: - '-1' pragma: @@ -3406,7 +3667,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3420,7 +3681,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:04 GMT + - Tue, 28 Jun 2022 08:24:36 GMT expires: - '-1' pragma: @@ -3452,7 +3713,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -3466,7 +3727,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:05 GMT + - Tue, 28 Jun 2022 08:24:37 GMT expires: - '-1' pragma: @@ -3498,7 +3759,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3512,7 +3773,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:07 GMT + - Tue, 28 Jun 2022 08:24:39 GMT expires: - '-1' pragma: @@ -3546,7 +3807,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3558,7 +3819,7 @@ interactions: content-length: - '0' date: - - Thu, 21 Apr 2022 13:34:09 GMT + - Tue, 28 Jun 2022 08:24:45 GMT expires: - '-1' pragma: @@ -3570,7 +3831,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 200 message: OK @@ -3588,21 +3849,63 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' + string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + headers: + cache-control: + - no-cache + content-length: + - '5871' + content-type: + - application/json; charset=utf-8 + date: + - Tue, 28 Jun 2022 08:24:46 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - synapse sql audit-policy update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --workspace-name --state --event-hub-target-state + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODY4QUFBd0tBQUFCQUJHZ0t1QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRkFENG1CSUFBTEFFQUdLRW5vSWhBQUVRVVFRZ0JDaStBQUF3S0FBQUJnQzVuZ2VBaG9KeXZnQUFNQ2dBQUFJQXdKakx2Z0FBTUNnQUFBSUFwNkk9XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9"}' headers: cache-control: - no-cache content-length: - - '5867' + - '3229' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:10 GMT + - Tue, 28 Jun 2022 08:24:46 GMT expires: - '-1' pragma: @@ -3630,21 +3933,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-resource/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YnBsZHNnQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjRlBQOkFnaHVnd0FBTUNnQUFPMU9BQURRUFFBQWJvTUFBREFvQUFBQ0FPbVZoSU1BQURBb0FBQUNBTW1NdklRQUFEQW9BQUFDQUN5bTRJUUFBREFvQUFBRUFDcXhEb0RtaEFBQU1DZ0FBQVlBN2FnbGt0T0U1NFFBQURBb0FBQUVBQW1CQjRHRWhRQUFNQ2dBQUFJQUk2ZVFoUUFBTUNnQUFBSUFoYkRXaFFBQU1DZ0FBQUlBNGJqWWhRQUFNQ2dBQUFJQWtJVDFoUUFBTUNnQUFBSUFUWWd0aUFBQU1DZ0FBQUlBRW81Q2lBQUFNQ2dBQUFJQVdyWDJpQUFBTUNnQUFBSUFvTFlIaVFBQU1DZ0FBQUlBSTZ5cWlRQUFNQ2dBQUFJQXNvQ3JpUUFBTUNnQUFBZ0FXN0l4QUFFSStZV3ZpUUFBTUNnQUFBSUFSYXE0aVFBQU1DZ0FBQVlBemI4QndJVUF1WWtBQURBb0FBQUdBTEVCQUFsSWtDZUtBQUF3S0FBQUFnQVpyRU9LQUFBd0tBQUFBZ0NVaXBXS0FBQXdLQUFBQWdCYmw4cUtBQUF3S0FBQUFnQStvOWVLQUFBd0tBQUFBZ0J1bWp5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZTTEFBQXdLQUFBQWdBeXNWV0xBQUF3S0FBQUVBREV1Z3VFT29BeWdCZUFKNEE5Z0FDQVZvc0FBREFvQUFBR0FDU0NRb0FKZ0ZxTEFBQXdLQUFBQ0FEdWp6RUFBZ0dHaWx1TEFBQXdLQUFBQWdBK3RseUxBQUF3S0FBQUJBQ3hQQUFNWFlzQUFEQW9BQUFDQUhXOVhvc0FBREFvQUFBR0FBU0FDWUJzaUYrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtbzZvc0FBREFvQUFBRUFER1pxWWZ0aXdBQU1DZ0FBQUlBVXJGRGpBQUFNQ2dBQUFJQTk3cGlqQUFBTUNnQUFBSUFlS3pQakFBQU1DZ0FBQUlBSDZaWGpnQUFNQ2dBQUFRQXNUa0FCbHlPQUFBd0tBQUFBZ0FQZzcrT0FBQXdLQUFBQkFCRmhRT0EwbzRBQURBb0FBQUlBREduRVErREFMV0gwNDRBQURBb0FBQUNBUGVJN0k0QUFEQW9BQUFNQUJxbU1JQmtnSStBNzRvbGdPK09BQUF3S0FBQUFnQThuZkdPQUFBd0tBQUFBZ0F0dmRTUEFBQXdLQUFBQWdBS3JPdVBBQUF3S0FBQUFnRHl2dmlQQUFBd0tBQUFBZ0RmbVVHUUFBQXdLQUFBRkFDVGhPK1BJNUJZZ0wyQVBJQXRnQ2lBRW9DbmdEZVJBQUF3S0FBQUJnQ01uU3VBSDRBK2tRQUFNQ2dBQUFvQXZaQUN3RG9BZ0FHSmdVS1JBQUF3S0FBQUFnQXNqMGVSQUFBd0tBQUFCZ0JzbGtXQzlJWlBrUUFBTUNnQUFCQUE3cUxoREdBSUI0R0NBVUFCQUFndWdWQ1JBQUF3S0FBQUNnQkJCQUNDRVFBSkFKcUFVWkVBQURBb0FBQUNBR2FkVlpFQUFEQW9BQUFDQUsrOFdaRUFBREFvQUFBQ0FMbVRXcEVBQURBb0FBQUVBS1dVaFp0a2tRQUFNQ2dBQUFnQUE0OE5pbDJCTTVsbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnRWFUQUFBd0tBQUFBZ0Jnakk2VEFBQXdLQUFBQWdBb2dFQ1ZBQUF3S0FBQUFnRGNqRUdWQUFBd0tBQUFBZ0JNZ2tPVkFBQXdLQUFBQWdEUWprV1ZBQUF3S0FBQUFnREx0RW1WQUFBd0tBQUFCZ0E3Z0RTQXQ0Sk5sUUFBTUNnQUFBSUFaSTFSbFFBQU1DZ0FBQUlBUFlSU2xRQUFNQ2dBQUFRQUdKU0xnMWFWQUFBd0tBQUFBZ0I3dFdDVkFBQXdLQUFBQWdENHRXV1ZBQUF3S0FBQUJnRC9nQUtBSG9GdGxRQUFNQ2dBQUFRQWliTnppWG1WQUFBd0tBQUFBZ0NnbjM2VkFBQXdLQUFBQWdCbWtvU1ZBQUF3S0FBQUFnQm5vSVdWQUFBd0tBQUFBZ0NKaFkyVkFBQXdLQUFBQWdDRXE1V1ZBQUF3S0FBQUFnQVFycVdWQUFBd0tBQUFBZ0RSbHFtVkFBQXdLQUFBQWdBbHV4eVdBQUF3S0FBQUFnRFNrUitXQUFBd0tBQUFCQUIxZy8yQ2VaWUFBREFvQUFBRUFPeVJNWUI3bGdBQU1DZ0FBQUlBamFaL2xnQUFNQ2dBQUFJQWhvYWJsZ0FBTUNnQUFBSUFQSkhDbGdBQU1DZ0FBQUlBTUlnZmx3QUFNQ2dBQUFJQWI2NHpsd0FBTUNnQUFBWUFvUkpBQVl1SDZKY0FBREFvQUFBS0FMZVBjNEQzbS9XRUdJRDBsd0FBTUNnQUFBUUFhNnNiZ1BhWEFBQXdLQUFBREFBRE9CQ0FBQWdFQVBFRENnRDNsd0FBTUNnQUFBUUFLNHRhaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBWUFJaXNXSUFnQWVaa0FBREFvQUFBRUFFaWp4WUIvbVFBQU1DZ0FBQVlBcG9zRmdCeUEycGtBQURBb0FBQUNBTStGNEprQUFEQW9BQUFDQUE2dkE1b0FBREFvQUFBR0FPMjZnNERPZ0FtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaDNPYUFBQXdLQUFBQWdDd3N4K2JBQUF3S0FBQUNBQzd1NWVBQUlBVGdIbWJBQUF3S0FBQUJBQWVpMGlBaXBzQUFEQW9BQUFFQUgyVEdZQ1Btd0FBTUNnQUFBSUFpS1NZbXdBQU1DZ0FBQVFBNzcxZmdKbWJBQUF3S0FBQUJBQnJ2aEdBdHBzQUFEQW9BQUFDQUltS3hKc0FBREFvQUFBQ0FFS3UwNXNBQURBb0FBQU9BSklIQUU0Q0JHRUxBUUVYZ0pXTzFac0FBREFvQUFBQ0FCMnU2cHNBQURBb0FBQUNBS2VBblp3QUFEQW9BQUFDQUVPUzZad0FBREFvQUFBQ0FKNmdBWjBBQURBb0FBQUNBT2FxRVowQUFEQW9BQUFHQVBlNjNJTXZnQjJkQUFBd0tBQUFBZ0RNdG02ZEFBQXdLQUFBREFBa1B3REFBUUJBRUlBQU9vQnZuUUFBTUNnQUFBZ0FnZ01BS0FBSTlhcHluUUFBTUNnQUFBSUEwb2d6bmdBQU1DZ0FBQUlBYTZTZW5nQUFNQ2dBQUFJQTJwSE5uZ0FBTUNnQUFBSUFsckRPbndBQU1DZ0FBQVFBd2FzaWdNK2ZBQUF3S0FBQURBQVZnVDZBNFpzZWdEZWhBWURRbndBQU1DZ0FBQVFBN29oS25ONmZBQUF3S0FBQUFnQWt2d2VnQUFBd0tBQUFCQUErZ21PRERhQUFBREFvQUFBQ0FOeUJIYUFBQURBb0FBQUVBSEMyRElBZW9BQUFNQ2dBQUFRQXdvc0JoQitnQUFBd0tBQUFDQUNDQWdEZ0FBaitnQ3lnQUFBd0tBQUFCQUR1dVhtRHM2QUFBREFvQUFBR0FMV2RlSUF5Z0NTaEFBQXdLQUFBQmdBbmxlaUFvWVJNb2dBQU1DZ0FBQUlBMUtSUG9nQUFNQ2dBQUFJQVdyT3dvZ0FBTUNnQUFBSUFaN0F4b3dBQU1DZ0FBQUlBb0w0em93QUFNQ2dBQUFJQWNZazBvd0FBTUNnQUFBSUFjTGsyb3dBQU1DZ0FBQUlBc29OQ293QUFNQ2dBQUFJQXJhT1Vvd0FBTUNnQUFBSUF3WWFWb3dBQU1DZ0FBQUlBT1pxZG93QUFNQ2dBQUFJQUhZU2Zvd0FBTUNnQUFBWUFqWjRCd0J3QXBxTUFBREFvQUFBQ0FKQ0hyYU1BQURBb0FBQUVBSnFwVDRDdm93QUFNQ2dBQUFJQU9KZTJvd0FBTUNnQUFCUUFkSTlwZ0JFV0NHQWlnUzZCZ29FeEFjQUFab0c1b3dBQU1DZ0FBQjRBMktNQndBWUFVWklkZ0hXQjc0SVNBQUFIaUFFUkFBd0FJb0twZ015QnVxTUFBREFvQUFBc0FKNkFISUYrZ0ZPQUI0RzZnaE9CY1lDUGd3TEFBRGdJQkVFQU1BQ3JnTHFCRnBXMWpnT0FrNFNYZ3JlQXZxTUFBREFvQUFBTUFERWV4RFVoQUFBWXFZQlRnZz09XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODY4QUFBd0tBQUFCQUJHZ0t1QXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRkFENG1CSUFBTEFFQUdLRW5vSWhBQUVRVVFRZ0JDaStBQUF3S0FBQUJnQzVuZ2VBaG9KeXZnQUFNQ2dBQUFJQXdKakx2Z0FBTUNnQUFBSUFwNkk9XCIsXCJyYW5nZVwiOntcIm1pblwiOlwiMDVDMUMxOTEzMTM5NDBcIixcIm1heFwiOlwiMDVDMUMzQTdGREYzMDhcIn19XSJ9 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' + string: '{"value":[]}' headers: cache-control: - no-cache content-length: - - '326' + - '12' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:10 GMT + - Tue, 28 Jun 2022 08:24:46 GMT expires: - '-1' pragma: @@ -3674,12 +3977,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-04-21T13:24:47.6027711Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T08:14:22.4079709Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3688,7 +3991,7 @@ interactions: content-type: - application/json date: - - Thu, 21 Apr 2022 13:34:10 GMT + - Tue, 28 Jun 2022 08:24:46 GMT expires: - '-1' pragma: @@ -3730,7 +4033,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -3742,17 +4045,17 @@ interactions: access-control-expose-headers: - Location azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-6fbfcbb2-4102-4729-8671-f1666eea776b?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-7e7a9ae3-01a6-4710-946c-e0b1c56146e2?api-version=2021-06-01 cache-control: - no-cache content-length: - '0' date: - - Thu, 21 Apr 2022 13:34:11 GMT + - Tue, 28 Jun 2022 08:24:49 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-6fbfcbb2-4102-4729-8671-f1666eea776b?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationResults/sql07ftr-7e7a9ae3-01a6-4710-946c-e0b1c56146e2?api-version=2021-06-01 pragma: - no-cache retryafter: @@ -3764,7 +4067,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1196' status: code: 202 message: Accepted @@ -3782,21 +4085,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-6fbfcbb2-4102-4729-8671-f1666eea776b?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/operationStatuses/sql07ftr-7e7a9ae3-01a6-4710-946c-e0b1c56146e2?api-version=2021-06-01 response: body: - string: '{"name":"6fbfcbb2-4102-4729-8671-f1666eea776b","status":"Succeeded","startTime":"2022-04-21T13:34:12.16Z"}' + string: '{"name":"7e7a9ae3-01a6-4710-946c-e0b1c56146e2","status":"Succeeded","startTime":"2022-06-28T08:24:49.657Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:43 GMT + - Tue, 28 Jun 2022 08:25:20 GMT expires: - '-1' pragma: @@ -3828,7 +4131,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --state --event-hub-target-state User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -3842,7 +4145,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:43 GMT + - Tue, 28 Jun 2022 08:25:20 GMT expires: - '-1' pragma: @@ -3874,7 +4177,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.35.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000007/auditingSettings/default?api-version=2021-06-01 response: @@ -3888,7 +4191,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Thu, 21 Apr 2022 13:34:43 GMT + - Tue, 28 Jun 2022 08:25:21 GMT expires: - '-1' pragma: From 9e5757277cb083f398813d9804be219bf5445966 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jun 2022 01:18:48 +0530 Subject: [PATCH 06/11] style fixes --- .../azure/cli/command_modules/eventhubs/_client_factory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_client_factory.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_client_factory.py index 0a44fabdd07..51e77e876a8 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_client_factory.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_client_factory.py @@ -41,5 +41,6 @@ def private_link_mgmt_client_factory(cli_ctx, _): def schema_registry_mgmt_client_factory(cli_ctx, _): return cf_eventhub(cli_ctx).schema_registry + def application_group_mgmt_client_factory(cli_ctx, _): return cf_eventhub(cli_ctx).application_group From 08272f1407f061224da742875ba212a1cd69dc8a Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jun 2022 12:56:07 +0530 Subject: [PATCH 07/11] Pipeline fixes --- .../tests/latest/recordings/test_iot_hub.yaml | 3391 ++++++++--------- 1 file changed, 1525 insertions(+), 1866 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_iot_hub.yaml b/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_iot_hub.yaml index f97ff8a5b29..cee6734644e 100644 --- a/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_iot_hub.yaml +++ b/src/azure-cli/azure/cli/command_modules/iot/tests/latest/recordings/test_iot_hub.yaml @@ -13,22 +13,21 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Storage/storageAccounts?api-version=2021-09-01 response: body: - string: '{"value":[{"identity":{"principalId":"840fca70-40b9-4b11-b371-47d2a7fca49b","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aprao-keyvault-icm/providers/Microsoft.Storage/storageAccounts/apraos","name":"apraos","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-03-16T18:40:34.9782915Z","key2":"2021-03-16T18:40:34.9782915Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"keyvaultproperties":{"currentVersionedKeyIdentifier":"https://aprao-keyvault.vault.azure.net/keys/key1/1868f66b800d4c35a2b1d74caec0533d","lastKeyRotationTimestamp":"2021-03-16T18:42:12.1198230Z","currentVersionedKeyExpirationTimestamp":"2023-03-09T19:06:47.0000000Z","keyvaulturi":"https://aprao-keyvault.vault.azure.net","keyname":"key1","keyversion":""},"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-16T18:40:34.9939470Z"}},"keySource":"Microsoft.Keyvault"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-16T18:40:34.8533176Z","primaryEndpoints":{"dfs":"https://apraos.dfs.core.windows.net/","web":"https://apraos.z13.web.core.windows.net/","blob":"https://apraos.blob.core.windows.net/","queue":"https://apraos.queue.core.windows.net/","table":"https://apraos.table.core.windows.net/","file":"https://apraos.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://apraos-secondary.dfs.core.windows.net/","web":"https://apraos-secondary.z13.web.core.windows.net/","blob":"https://apraos-secondary.blob.core.windows.net/","queue":"https://apraos-secondary.queue.core.windows.net/","table":"https://apraos-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest","name":"ardsouzaprivatelinkstest","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-08T21:54:38.4161048Z","key2":"2022-03-08T21:54:38.4161048Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Storage/storageAccounts/ardsouzaprivatelinkstest/privateEndpointConnections/ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","name":"ardsouzaprivatelinkstest.4bdc6ad2-b8b7-4064-a8a8-771c1742c20c","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-test/providers/Microsoft.Network/privateEndpoints/ardsouzatestprivatelink"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"identity":{},"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-08T21:54:38.4161048Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-08T21:54:38.2754673Z","primaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest.table.core.windows.net/","file":"https://ardsouzaprivatelinkstest.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ardsouzaprivatelinkstest-secondary.dfs.core.windows.net/","web":"https://ardsouzaprivatelinkstest-secondary.z13.web.core.windows.net/","blob":"https://ardsouzaprivatelinkstest-secondary.blob.core.windows.net/","queue":"https://ardsouzaprivatelinkstest-secondary.queue.core.windows.net/","table":"https://ardsouzaprivatelinkstest-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jakeschiller-synthetics/providers/Microsoft.Storage/storageAccounts/auditlogsjake","name":"auditlogsjake","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-04T18:16:57.1728121Z","key2":"2022-03-04T18:16:57.1728121Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-04T18:16:57.1728121Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-04T18:16:57.0321941Z","primaryEndpoints":{"dfs":"https://auditlogsjake.dfs.core.windows.net/","web":"https://auditlogsjake.z13.web.core.windows.net/","blob":"https://auditlogsjake.blob.core.windows.net/","queue":"https://auditlogsjake.queue.core.windows.net/","table":"https://auditlogsjake.table.core.windows.net/","file":"https://auditlogsjake.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs210032000fc40d543","name":"cs210032000fc40d543","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-26T18:43:28.0072728Z","key2":"2021-10-26T18:43:28.0072728Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-26T18:43:28.0072728Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-26T18:43:27.8822875Z","primaryEndpoints":{"dfs":"https://cs210032000fc40d543.dfs.core.windows.net/","web":"https://cs210032000fc40d543.z13.web.core.windows.net/","blob":"https://cs210032000fc40d543.blob.core.windows.net/","queue":"https://cs210032000fc40d543.queue.core.windows.net/","table":"https://cs210032000fc40d543.table.core.windows.net/","file":"https://cs210032000fc40d543.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-eastus/providers/Microsoft.Storage/storageAccounts/cs21003200113260ebe","name":"cs21003200113260ebe","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-05-18T16:13:52.3819223Z","key2":"2022-05-18T16:13:52.3819223Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T16:13:52.3975561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T16:13:52.3975561Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-18T16:13:52.2569128Z","primaryEndpoints":{"dfs":"https://cs21003200113260ebe.dfs.core.windows.net/","web":"https://cs21003200113260ebe.z13.web.core.windows.net/","blob":"https://cs21003200113260ebe.blob.core.windows.net/","queue":"https://cs21003200113260ebe.queue.core.windows.net/","table":"https://cs21003200113260ebe.table.core.windows.net/","file":"https://cs21003200113260ebe.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/capturerg/providers/Microsoft.Storage/storageAccounts/danscapturestor","name":"danscapturestor","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-05-10T17:04:59.5844953Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-05-10T17:04:59.4126203Z","primaryEndpoints":{"dfs":"https://danscapturestor.dfs.core.windows.net/","web":"https://danscapturestor.z13.web.core.windows.net/","blob":"https://danscapturestor.blob.core.windows.net/","queue":"https://danscapturestor.queue.core.windows.net/","table":"https://danscapturestor.table.core.windows.net/","file":"https://danscapturestor.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehcapturereplay/providers/Microsoft.Storage/storageAccounts/ehcapturereplay","name":"ehcapturereplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T19:12:07.2072655Z","key2":"2022-02-01T19:12:07.2072655Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T19:12:07.2228927Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T19:12:07.0510299Z","primaryEndpoints":{"blob":"https://ehcapturereplay.blob.core.windows.net/","queue":"https://ehcapturereplay.queue.core.windows.net/","table":"https://ehcapturereplay.table.core.windows.net/","file":"https://ehcapturereplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s02-rg_jfgk8s02_eastus/providers/Microsoft.Storage/storageAccounts/f14e964f95191459eaf85f3","name":"f14e964f95191459eaf85f3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T01:35:00.6925453Z","key2":"2021-05-16T01:35:00.6925453Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T01:35:00.6925453Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T01:35:00.5831489Z","primaryEndpoints":{"dfs":"https://f14e964f95191459eaf85f3.dfs.core.windows.net/","web":"https://f14e964f95191459eaf85f3.z13.web.core.windows.net/","blob":"https://f14e964f95191459eaf85f3.blob.core.windows.net/","queue":"https://f14e964f95191459eaf85f3.queue.core.windows.net/","table":"https://f14e964f95191459eaf85f3.table.core.windows.net/","file":"https://f14e964f95191459eaf85f3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s04-rg_jfgk8s04_eastus/providers/Microsoft.Storage/storageAccounts/f9fb0f3b75e644de7a8b1a5","name":"f9fb0f3b75e644de7a8b1a5","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-21T05:53:00.8960765Z","key2":"2021-05-21T05:53:00.8960765Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T05:53:00.9117312Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-21T05:53:00.7867115Z","primaryEndpoints":{"dfs":"https://f9fb0f3b75e644de7a8b1a5.dfs.core.windows.net/","web":"https://f9fb0f3b75e644de7a8b1a5.z13.web.core.windows.net/","blob":"https://f9fb0f3b75e644de7a8b1a5.blob.core.windows.net/","queue":"https://f9fb0f3b75e644de7a8b1a5.queue.core.windows.net/","table":"https://f9fb0f3b75e644de7a8b1a5.table.core.windows.net/","file":"https://f9fb0f3b75e644de7a8b1a5.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s03-rg_jfgk8s03_eastus/providers/Microsoft.Storage/storageAccounts/fc1f1b22293414ef8a49638","name":"fc1f1b22293414ef8a49638","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-16T22:21:33.8841286Z","key2":"2021-05-16T22:21:33.8841286Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-16T22:21:33.8841286Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-16T22:21:33.7591140Z","primaryEndpoints":{"dfs":"https://fc1f1b22293414ef8a49638.dfs.core.windows.net/","web":"https://fc1f1b22293414ef8a49638.z13.web.core.windows.net/","blob":"https://fc1f1b22293414ef8a49638.blob.core.windows.net/","queue":"https://fc1f1b22293414ef8a49638.queue.core.windows.net/","table":"https://fc1f1b22293414ef8a49638.table.core.windows.net/","file":"https://fc1f1b22293414ef8a49638.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mc_jfgk8s01-rg_jfgk8s01_eastus/providers/Microsoft.Storage/storageAccounts/fe3a48e25bb7d4a43b4476a","name":"fe3a48e25bb7d4a43b4476a","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"created-by":"azure"},"properties":{"keyCreationTime":{"key1":"2021-05-15T21:13:48.8778383Z","key2":"2021-05-15T21:13:48.8778383Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-15T21:13:48.8778383Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-15T21:13:48.7684800Z","primaryEndpoints":{"dfs":"https://fe3a48e25bb7d4a43b4476a.dfs.core.windows.net/","web":"https://fe3a48e25bb7d4a43b4476a.z13.web.core.windows.net/","blob":"https://fe3a48e25bb7d4a43b4476a.blob.core.windows.net/","queue":"https://fe3a48e25bb7d4a43b4476a.queue.core.windows.net/","table":"https://fe3a48e25bb7d4a43b4476a.table.core.windows.net/","file":"https://fe3a48e25bb7d4a43b4476a.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct3","name":"jfgstgacct3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":true,"keyCreationTime":{"key1":"2021-09-21T21:19:23.7492101Z","key2":"2021-09-21T21:19:23.7492101Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-21T21:19:23.7492101Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-21T21:19:23.6242147Z","primaryEndpoints":{"dfs":"https://jfgstgacct3.dfs.core.windows.net/","web":"https://jfgstgacct3.z13.web.core.windows.net/","blob":"https://jfgstgacct3.blob.core.windows.net/","queue":"https://jfgstgacct3.queue.core.windows.net/","table":"https://jfgstgacct3.table.core.windows.net/","file":"https://jfgstgacct3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct3-secondary.dfs.core.windows.net/","web":"https://jfgstgacct3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacct3-secondary.blob.core.windows.net/","queue":"https://jfgstgacct3-secondary.queue.core.windows.net/","table":"https://jfgstgacct3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgToDelete/providers/Microsoft.Storage/storageAccounts/jfgstgacct4mediasrvc","name":"jfgstgacct4mediasrvc","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-04T14:59:26.8730679Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-09-04T14:59:26.8105680Z","primaryEndpoints":{"blob":"https://jfgstgacct4mediasrvc.blob.core.windows.net/","queue":"https://jfgstgacct4mediasrvc.queue.core.windows.net/","table":"https://jfgstgacct4mediasrvc.table.core.windows.net/","file":"https://jfgstgacct4mediasrvc.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/jfgstgacctn","name":"jfgstgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T01:57:37.8270902Z","key2":"2021-04-16T01:57:37.8270902Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T01:57:37.8270902Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T01:57:37.7176940Z","primaryEndpoints":{"dfs":"https://jfgstgacctn.dfs.core.windows.net/","web":"https://jfgstgacctn.z13.web.core.windows.net/","blob":"https://jfgstgacctn.blob.core.windows.net/","queue":"https://jfgstgacctn.queue.core.windows.net/","table":"https://jfgstgacctn.table.core.windows.net/","file":"https://jfgstgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctn-secondary.dfs.core.windows.net/","web":"https://jfgstgacctn-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctn-secondary.blob.core.windows.net/","queue":"https://jfgstgacctn-secondary.queue.core.windows.net/","table":"https://jfgstgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt1","name":"jfgstgacctwmt1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T04:54:16.8724429Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T04:54:16.7474556Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt1.dfs.core.windows.net/","web":"https://jfgstgacctwmt1.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1.blob.core.windows.net/","queue":"https://jfgstgacctwmt1.queue.core.windows.net/","table":"https://jfgstgacctwmt1.table.core.windows.net/","file":"https://jfgstgacctwmt1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt1-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt1-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt1-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt1-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt2","name":"jfgstgacctwmt2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T05:44:17.7187908Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T05:44:17.6094265Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt2.dfs.core.windows.net/","web":"https://jfgstgacctwmt2.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2.blob.core.windows.net/","queue":"https://jfgstgacctwmt2.queue.core.windows.net/","table":"https://jfgstgacctwmt2.table.core.windows.net/","file":"https://jfgstgacctwmt2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt2-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt2-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt2-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt2-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt3","name":"jfgstgacctwmt3","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-14T22:54:56.3048456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-14T22:54:56.1329586Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt3.dfs.core.windows.net/","web":"https://jfgstgacctwmt3.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3.blob.core.windows.net/","queue":"https://jfgstgacctwmt3.queue.core.windows.net/","table":"https://jfgstgacctwmt3.table.core.windows.net/","file":"https://jfgstgacctwmt3.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt3-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt3-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt3-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt3-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacctwmt4","name":"jfgstgacctwmt4","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-15T02:16:52.9915338Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-15T02:16:52.8821618Z","primaryEndpoints":{"dfs":"https://jfgstgacctwmt4.dfs.core.windows.net/","web":"https://jfgstgacctwmt4.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4.blob.core.windows.net/","queue":"https://jfgstgacctwmt4.queue.core.windows.net/","table":"https://jfgstgacctwmt4.table.core.windows.net/","file":"https://jfgstgacctwmt4.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacctwmt4-secondary.dfs.core.windows.net/","web":"https://jfgstgacctwmt4-secondary.z13.web.core.windows.net/","blob":"https://jfgstgacctwmt4-secondary.blob.core.windows.net/","queue":"https://jfgstgacctwmt4-secondary.queue.core.windows.net/","table":"https://jfgstgacctwmt4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/EHResourceGr1/providers/Microsoft.Storage/storageAccounts/kasunehstore","name":"kasunehstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T23:34:23.0424727Z","key2":"2021-04-16T23:34:23.0424727Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T23:34:23.0424727Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T23:34:22.9330605Z","primaryEndpoints":{"dfs":"https://kasunehstore.dfs.core.windows.net/","web":"https://kasunehstore.z13.web.core.windows.net/","blob":"https://kasunehstore.blob.core.windows.net/","queue":"https://kasunehstore.queue.core.windows.net/","table":"https://kasunehstore.table.core.windows.net/","file":"https://kasunehstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kasunehstore-secondary.dfs.core.windows.net/","web":"https://kasunehstore-secondary.z13.web.core.windows.net/","blob":"https://kasunehstore-secondary.blob.core.windows.net/","queue":"https://kasunehstore-secondary.queue.core.windows.net/","table":"https://kasunehstore-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kasunResourceGroup1/providers/Microsoft.Storage/storageAccounts/kindrasiri1dlp","name":"kindrasiri1dlp","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-31T18:53:26.1259645Z","key2":"2021-08-31T18:53:26.1259645Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T18:53:26.1259645Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-31T18:53:26.0165731Z","primaryEndpoints":{"dfs":"https://kindrasiri1dlp.dfs.core.windows.net/","web":"https://kindrasiri1dlp.z13.web.core.windows.net/","blob":"https://kindrasiri1dlp.blob.core.windows.net/","queue":"https://kindrasiri1dlp.queue.core.windows.net/","table":"https://kindrasiri1dlp.table.core.windows.net/","file":"https://kindrasiri1dlp.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri-synapse/providers/Microsoft.Storage/storageAccounts/kindrasiriadls2","name":"kindrasiriadls2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-11T18:39:16.2706597Z","key2":"2021-06-11T18:39:16.2706597Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-11T18:39:16.2706597Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-11T18:39:16.1768907Z","primaryEndpoints":{"dfs":"https://kindrasiriadls2.dfs.core.windows.net/","web":"https://kindrasiriadls2.z13.web.core.windows.net/","blob":"https://kindrasiriadls2.blob.core.windows.net/","queue":"https://kindrasiriadls2.queue.core.windows.net/","table":"https://kindrasiriadls2.table.core.windows.net/","file":"https://kindrasiriadls2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://kindrasiriadls2-secondary.dfs.core.windows.net/","web":"https://kindrasiriadls2-secondary.z13.web.core.windows.net/","blob":"https://kindrasiriadls2-secondary.blob.core.windows.net/","queue":"https://kindrasiriadls2-secondary.queue.core.windows.net/","table":"https://kindrasiriadls2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiriehreplay/providers/Microsoft.Storage/storageAccounts/kindrasiriehreplay","name":"kindrasiriehreplay","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T22:14:03.8595423Z","key2":"2022-02-01T22:14:03.8595423Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T22:14:03.8595423Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T22:14:03.7189311Z","primaryEndpoints":{"blob":"https://kindrasiriehreplay.blob.core.windows.net/","queue":"https://kindrasiriehreplay.queue.core.windows.net/","table":"https://kindrasiriehreplay.table.core.windows.net/","file":"https://kindrasiriehreplay.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasirifunctionbloblt/providers/Microsoft.Storage/storageAccounts/kindrasirifunctionbloblt","name":"kindrasirifunctionbloblt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-01T18:48:28.8584608Z","key2":"2022-02-01T18:48:28.8584608Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-01T18:48:28.8740626Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-01T18:48:28.7021807Z","primaryEndpoints":{"blob":"https://kindrasirifunctionbloblt.blob.core.windows.net/","queue":"https://kindrasirifunctionbloblt.queue.core.windows.net/","table":"https://kindrasirifunctionbloblt.table.core.windows.net/","file":"https://kindrasirifunctionbloblt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kqsstore","name":"kqsstore","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-09T22:39:02.6651369Z","key2":"2021-05-09T22:39:02.6651369Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-09T22:39:02.6807621Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-09T22:39:02.5713853Z","primaryEndpoints":{"dfs":"https://kqsstore.dfs.core.windows.net/","web":"https://kqsstore.z13.web.core.windows.net/","blob":"https://kqsstore.blob.core.windows.net/","queue":"https://kqsstore.queue.core.windows.net/","table":"https://kqsstore.table.core.windows.net/","file":"https://kqsstore.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/lmperftestazurefunction2","name":"lmperftestazurefunction2","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"hidden-related:/providers/Microsoft.Web/sites/LMPerfTestAzureFunction20210805135248":"empty"},"properties":{"keyCreationTime":{"key1":"2021-08-05T20:54:31.9703900Z","key2":"2021-08-05T20:54:31.9703900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T20:54:31.9703900Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T20:54:31.8297365Z","primaryEndpoints":{"blob":"https://lmperftestazurefunction2.blob.core.windows.net/","queue":"https://lmperftestazurefunction2.queue.core.windows.net/","table":"https://lmperftestazurefunction2.table.core.windows.net/","file":"https://lmperftestazurefunction2.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/vagrawal-test/providers/Microsoft.Storage/storageAccounts/septhackhdistorage","name":"septhackhdistorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-13T06:52:12.6796825Z","key2":"2021-09-13T06:52:12.6796825Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-13T06:52:12.6796825Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-09-13T06:52:12.5546898Z","primaryEndpoints":{"blob":"https://septhackhdistorage.blob.core.windows.net/","queue":"https://septhackhdistorage.queue.core.windows.net/","table":"https://septhackhdistorage.table.core.windows.net/","file":"https://septhackhdistorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spegridtracingrg/providers/Microsoft.Storage/storageAccounts/spegridtracingstorage","name":"spegridtracingstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-05-18T03:03:51.6669063Z","key2":"2022-05-18T03:03:51.6825220Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T03:03:51.6825220Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-18T03:03:51.6825220Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-18T03:03:51.5419040Z","primaryEndpoints":{"dfs":"https://spegridtracingstorage.dfs.core.windows.net/","web":"https://spegridtracingstorage.z13.web.core.windows.net/","blob":"https://spegridtracingstorage.blob.core.windows.net/","queue":"https://spegridtracingstorage.queue.core.windows.net/","table":"https://spegridtracingstorage.table.core.windows.net/","file":"https://spegridtracingstorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://spegridtracingstorage-secondary.dfs.core.windows.net/","web":"https://spegridtracingstorage-secondary.z13.web.core.windows.net/","blob":"https://spegridtracingstorage-secondary.blob.core.windows.net/","queue":"https://spegridtracingstorage-secondary.queue.core.windows.net/","table":"https://spegridtracingstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/samplerg/providers/Microsoft.Storage/storageAccounts/sqlvao6ofh7zzepwns","name":"sqlvao6ofh7zzepwns","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:16:00.2324011Z","key2":"2021-10-18T18:16:00.2324011Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:16:00.2480776Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:16:00.1073983Z","primaryEndpoints":{"dfs":"https://sqlvao6ofh7zzepwns.dfs.core.windows.net/","web":"https://sqlvao6ofh7zzepwns.z13.web.core.windows.net/","blob":"https://sqlvao6ofh7zzepwns.blob.core.windows.net/","queue":"https://sqlvao6ofh7zzepwns.queue.core.windows.net/","table":"https://sqlvao6ofh7zzepwns.table.core.windows.net/","file":"https://sqlvao6ofh7zzepwns.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp6/providers/Microsoft.Storage/storageAccounts/stgacctn","name":"stgacctn","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-16T02:11:11.3403416Z","key2":"2021-04-16T02:11:11.3403416Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-16T02:11:11.3403416Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-16T02:11:11.2461793Z","primaryEndpoints":{"dfs":"https://stgacctn.dfs.core.windows.net/","web":"https://stgacctn.z13.web.core.windows.net/","blob":"https://stgacctn.blob.core.windows.net/","queue":"https://stgacctn.queue.core.windows.net/","table":"https://stgacctn.table.core.windows.net/","file":"https://stgacctn.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://stgacctn-secondary.dfs.core.windows.net/","web":"https://stgacctn-secondary.z13.web.core.windows.net/","blob":"https://stgacctn-secondary.blob.core.windows.net/","queue":"https://stgacctn-secondary.queue.core.windows.net/","table":"https://stgacctn-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/saglodha-benchmarkingRG/providers/Microsoft.Storage/storageAccounts/storagesaglodha","name":"storagesaglodha","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-28T10:56:18.6084580Z","key2":"2022-04-28T10:56:18.6084580Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T10:56:18.6084580Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T10:56:18.6084580Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T10:56:18.4678415Z","primaryEndpoints":{"dfs":"https://storagesaglodha.dfs.core.windows.net/","web":"https://storagesaglodha.z13.web.core.windows.net/","blob":"https://storagesaglodha.blob.core.windows.net/","queue":"https://storagesaglodha.queue.core.windows.net/","table":"https://storagesaglodha.table.core.windows.net/","file":"https://storagesaglodha.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesaglodha-secondary.dfs.core.windows.net/","web":"https://storagesaglodha-secondary.z13.web.core.windows.net/","blob":"https://storagesaglodha-secondary.blob.core.windows.net/","queue":"https://storagesaglodha-secondary.queue.core.windows.net/","table":"https://storagesaglodha-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Storage/storageAccounts/streamanalyticswhitelist","name":"streamanalyticswhitelist","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-10T23:20:44.5343482Z","key2":"2021-06-10T23:20:44.5343482Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-10T23:20:44.5343482Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-10T23:20:44.4093688Z","primaryEndpoints":{"dfs":"https://streamanalyticswhitelist.dfs.core.windows.net/","web":"https://streamanalyticswhitelist.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist.blob.core.windows.net/","queue":"https://streamanalyticswhitelist.queue.core.windows.net/","table":"https://streamanalyticswhitelist.table.core.windows.net/","file":"https://streamanalyticswhitelist.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://streamanalyticswhitelist-secondary.dfs.core.windows.net/","web":"https://streamanalyticswhitelist-secondary.z13.web.core.windows.net/","blob":"https://streamanalyticswhitelist-secondary.blob.core.windows.net/","queue":"https://streamanalyticswhitelist-secondary.queue.core.windows.net/","table":"https://streamanalyticswhitelist-secondary.table.core.windows.net/"}}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"BlockBlobStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testbbehcapture0224","name":"testbbehcapture0224","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-24T18:41:43.7090412Z","key2":"2022-02-24T18:41:43.7090412Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"table":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"queue":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T18:41:43.7090412Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-24T18:41:43.5684368Z","primaryEndpoints":{"dfs":"https://testbbehcapture0224.dfs.core.windows.net/","web":"https://testbbehcapture0224.z13.web.core.windows.net/","blob":"https://testbbehcapture0224.blob.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/testencrypted","name":"testencrypted","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-04-08T18:38:35.3988277Z","key2":"2022-04-08T18:38:35.3988277Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":true,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-08T18:38:35.3988277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-08T18:38:35.2425914Z","primaryEndpoints":{"dfs":"https://testencrypted.dfs.core.windows.net/","web":"https://testencrypted.z13.web.core.windows.net/","blob":"https://testencrypted.blob.core.windows.net/","queue":"https://testencrypted.queue.core.windows.net/","table":"https://testencrypted.table.core.windows.net/","file":"https://testencrypted.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/damorg/providers/Microsoft.Storage/storageAccounts/testusstorageaccount","name":"testusstorageaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-03-22T07:53:19.7734218Z","key2":"2022-03-22T07:53:19.7734218Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T07:53:19.7734218Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T07:53:19.6484072Z","primaryEndpoints":{"dfs":"https://testusstorageaccount.dfs.core.windows.net/","web":"https://testusstorageaccount.z13.web.core.windows.net/","blob":"https://testusstorageaccount.blob.core.windows.net/","queue":"https://testusstorageaccount.queue.core.windows.net/","table":"https://testusstorageaccount.table.core.windows.net/","file":"https://testusstorageaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testusstorageaccount-secondary.dfs.core.windows.net/","web":"https://testusstorageaccount-secondary.z13.web.core.windows.net/","blob":"https://testusstorageaccount-secondary.blob.core.windows.net/","queue":"https://testusstorageaccount-secondary.queue.core.windows.net/","table":"https://testusstorageaccount-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.Storage/storageAccounts/yamlinstorageacct","name":"yamlinstorageacct","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-12T06:45:17.1504948Z","key2":"2021-12-12T06:45:17.1504948Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-12T06:45:17.1660966Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-12T06:45:17.0410724Z","primaryEndpoints":{"dfs":"https://yamlinstorageacct.dfs.core.windows.net/","web":"https://yamlinstorageacct.z13.web.core.windows.net/","blob":"https://yamlinstorageacct.blob.core.windows.net/","queue":"https://yamlinstorageacct.queue.core.windows.net/","table":"https://yamlinstorageacct.table.core.windows.net/","file":"https://yamlinstorageacct.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlinstorageacct-secondary.dfs.core.windows.net/","web":"https://yamlinstorageacct-secondary.z13.web.core.windows.net/","blob":"https://yamlinstorageacct-secondary.blob.core.windows.net/","queue":"https://yamlinstorageacct-secondary.queue.core.windows.net/","table":"https://yamlinstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azureml/providers/Microsoft.Storage/storageAccounts/eventgridtestw5271599183","name":"eventgridtestw5271599183","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-10-01T22:49:29.0732524Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-10-01T22:49:28.9951256Z","primaryEndpoints":{"blob":"https://eventgridtestw5271599183.blob.core.windows.net/","queue":"https://eventgridtestw5271599183.queue.core.windows.net/","table":"https://eventgridtestw5271599183.table.core.windows.net/","file":"https://eventgridtestw5271599183.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hmlam-tmp/providers/Microsoft.Storage/storageAccounts/hmlamtmpstorage","name":"hmlamtmpstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-01T15:41:37.7076677Z","key2":"2021-04-01T15:41:37.7076677Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-01T15:41:37.7076677Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-01T15:41:37.5983199Z","primaryEndpoints":{"dfs":"https://hmlamtmpstorage.dfs.core.windows.net/","web":"https://hmlamtmpstorage.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage.blob.core.windows.net/","queue":"https://hmlamtmpstorage.queue.core.windows.net/","table":"https://hmlamtmpstorage.table.core.windows.net/","file":"https://hmlamtmpstorage.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://hmlamtmpstorage-secondary.dfs.core.windows.net/","web":"https://hmlamtmpstorage-secondary.z20.web.core.windows.net/","blob":"https://hmlamtmpstorage-secondary.blob.core.windows.net/","queue":"https://hmlamtmpstorage-secondary.queue.core.windows.net/","table":"https://hmlamtmpstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kindrasiri_eh_benchmark/providers/Microsoft.Storage/storageAccounts/kindrasiribenchmark","name":"kindrasiribenchmark","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-10T00:04:38.6276840Z","key2":"2021-05-10T00:04:38.6276840Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-10T00:04:38.6433161Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-10T00:04:38.5495606Z","primaryEndpoints":{"dfs":"https://kindrasiribenchmark.dfs.core.windows.net/","web":"https://kindrasiribenchmark.z20.web.core.windows.net/","blob":"https://kindrasiribenchmark.blob.core.windows.net/","queue":"https://kindrasiribenchmark.queue.core.windows.net/","table":"https://kindrasiribenchmark.table.core.windows.net/","file":"https://kindrasiribenchmark.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajmlstudiow2640013616","name":"surajmlstudiow2640013616","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-22T01:30:34.2299889Z","key2":"2022-03-22T01:30:34.2299889Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-22T01:30:34.2299889Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-22T01:30:34.1362347Z","primaryEndpoints":{"dfs":"https://surajmlstudiow2640013616.dfs.core.windows.net/","web":"https://surajmlstudiow2640013616.z20.web.core.windows.net/","blob":"https://surajmlstudiow2640013616.blob.core.windows.net/","queue":"https://surajmlstudiow2640013616.queue.core.windows.net/","table":"https://surajmlstudiow2640013616.table.core.windows.net/","file":"https://surajmlstudiow2640013616.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/v-ajnavtest/providers/Microsoft.Storage/storageAccounts/testingsdkeventhubnew","name":"testingsdkeventhubnew","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-05-08T21:44:02.5537415Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-05-08T21:44:02.4599707Z","primaryEndpoints":{"dfs":"https://testingsdkeventhubnew.dfs.core.windows.net/","web":"https://testingsdkeventhubnew.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew.blob.core.windows.net/","queue":"https://testingsdkeventhubnew.queue.core.windows.net/","table":"https://testingsdkeventhubnew.table.core.windows.net/","file":"https://testingsdkeventhubnew.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testingsdkeventhubnew-secondary.dfs.core.windows.net/","web":"https://testingsdkeventhubnew-secondary.z20.web.core.windows.net/","blob":"https://testingsdkeventhubnew-secondary.blob.core.windows.net/","queue":"https://testingsdkeventhubnew-secondary.queue.core.windows.net/","table":"https://testingsdkeventhubnew-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/testsasyst0622","name":"testsasyst0622","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-22T17:38:38.8965465Z","key2":"2021-06-22T17:38:38.8965465Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-22T17:38:38.8965465Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-22T17:38:38.7871738Z","primaryEndpoints":{"dfs":"https://testsasyst0622.dfs.core.windows.net/","web":"https://testsasyst0622.z20.web.core.windows.net/","blob":"https://testsasyst0622.blob.core.windows.net/","queue":"https://testsasyst0622.queue.core.windows.net/","table":"https://testsasyst0622.table.core.windows.net/","file":"https://testsasyst0622.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testsasyst0622-secondary.dfs.core.windows.net/","web":"https://testsasyst0622-secondary.z20.web.core.windows.net/","blob":"https://testsasyst0622-secondary.blob.core.windows.net/","queue":"https://testsasyst0622-secondary.queue.core.windows.net/","table":"https://testsasyst0622-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Default-EventHub-EastUS2/providers/Microsoft.Storage/storageAccounts/yamlindslacctname","name":"yamlindslacctname","type":"Microsoft.Storage/storageAccounts","location":"eastus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T16:23:54.1736280Z","key2":"2022-03-17T16:23:54.1736280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T16:23:54.1736280Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T16:23:54.0330239Z","primaryEndpoints":{"dfs":"https://yamlindslacctname.dfs.core.windows.net/","web":"https://yamlindslacctname.z20.web.core.windows.net/","blob":"https://yamlindslacctname.blob.core.windows.net/","queue":"https://yamlindslacctname.queue.core.windows.net/","table":"https://yamlindslacctname.table.core.windows.net/","file":"https://yamlindslacctname.file.core.windows.net/"},"primaryLocation":"eastus2","statusOfPrimary":"available","secondaryLocation":"centralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yamlindslacctname-secondary.dfs.core.windows.net/","web":"https://yamlindslacctname-secondary.z20.web.core.windows.net/","blob":"https://yamlindslacctname-secondary.blob.core.windows.net/","queue":"https://yamlindslacctname-secondary.queue.core.windows.net/","table":"https://yamlindslacctname-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T09:09:50.6147927Z","key2":"2022-06-28T09:09:50.6147927Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T09:09:50.6304301Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T09:09:50.6304301Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T09:09:50.5054219Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100300009d4c58e9","name":"cs4100300009d4c58e9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-11-02T19:09:34.7019780Z","key2":"2021-11-02T19:09:34.7019780Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T19:09:34.7019780Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T19:09:34.6237764Z","primaryEndpoints":{"dfs":"https://cs4100300009d4c58e9.dfs.core.windows.net/","web":"https://cs4100300009d4c58e9.z22.web.core.windows.net/","blob":"https://cs4100300009d4c58e9.blob.core.windows.net/","queue":"https://cs4100300009d4c58e9.queue.core.windows.net/","table":"https://cs4100300009d4c58e9.table.core.windows.net/","file":"https://cs4100300009d4c58e9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003dd7f360","name":"cs4100320003dd7f360","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-05T16:57:11.3905310Z","key2":"2022-01-05T16:57:11.3905310Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-05T16:57:11.3905310Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-05T16:57:11.2967988Z","primaryEndpoints":{"dfs":"https://cs4100320003dd7f360.dfs.core.windows.net/","web":"https://cs4100320003dd7f360.z22.web.core.windows.net/","blob":"https://cs4100320003dd7f360.blob.core.windows.net/","queue":"https://cs4100320003dd7f360.queue.core.windows.net/","table":"https://cs4100320003dd7f360.table.core.windows.net/","file":"https://cs4100320003dd7f360.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320003ff4d1b9","name":"cs4100320003ff4d1b9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-09-28T15:12:14.8813694Z","key2":"2021-09-28T15:12:14.8813694Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T15:12:14.8813694Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T15:12:14.8032406Z","primaryEndpoints":{"dfs":"https://cs4100320003ff4d1b9.dfs.core.windows.net/","web":"https://cs4100320003ff4d1b9.z22.web.core.windows.net/","blob":"https://cs4100320003ff4d1b9.blob.core.windows.net/","queue":"https://cs4100320003ff4d1b9.queue.core.windows.net/","table":"https://cs4100320003ff4d1b9.table.core.windows.net/","file":"https://cs4100320003ff4d1b9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs41003200067746e27","name":"cs41003200067746e27","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-06T22:52:19.8788005Z","key2":"2021-12-06T22:52:19.8788005Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T22:52:19.8788005Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T22:52:19.7850844Z","primaryEndpoints":{"dfs":"https://cs41003200067746e27.dfs.core.windows.net/","web":"https://cs41003200067746e27.z22.web.core.windows.net/","blob":"https://cs41003200067746e27.blob.core.windows.net/","queue":"https://cs41003200067746e27.queue.core.windows.net/","table":"https://cs41003200067746e27.table.core.windows.net/","file":"https://cs41003200067746e27.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4100320012c24c8c5","name":"cs4100320012c24c8c5","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-19T22:59:53.6542168Z","key2":"2021-05-19T22:59:53.6542168Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-19T22:59:53.6542168Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-19T22:59:53.5760663Z","primaryEndpoints":{"dfs":"https://cs4100320012c24c8c5.dfs.core.windows.net/","web":"https://cs4100320012c24c8c5.z22.web.core.windows.net/","blob":"https://cs4100320012c24c8c5.blob.core.windows.net/","queue":"https://cs4100320012c24c8c5.queue.core.windows.net/","table":"https://cs4100320012c24c8c5.table.core.windows.net/","file":"https://cs4100320012c24c8c5.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410032001d604f2fa","name":"cs410032001d604f2fa","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-04-12T21:29:59.5048565Z","key2":"2022-04-12T21:29:59.5048565Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-12T21:29:59.5204468Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-12T21:29:59.3954458Z","primaryEndpoints":{"dfs":"https://cs410032001d604f2fa.dfs.core.windows.net/","web":"https://cs410032001d604f2fa.z22.web.core.windows.net/","blob":"https://cs410032001d604f2fa.blob.core.windows.net/","queue":"https://cs410032001d604f2fa.queue.core.windows.net/","table":"https://cs410032001d604f2fa.table.core.windows.net/","file":"https://cs410032001d604f2fa.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff801baf53","name":"cs410033fff801baf53","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-17T22:36:22.0645283Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-17T22:36:21.9707778Z","primaryEndpoints":{"dfs":"https://cs410033fff801baf53.dfs.core.windows.net/","web":"https://cs410033fff801baf53.z22.web.core.windows.net/","blob":"https://cs410033fff801baf53.blob.core.windows.net/","queue":"https://cs410033fff801baf53.queue.core.windows.net/","table":"https://cs410033fff801baf53.table.core.windows.net/","file":"https://cs410033fff801baf53.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs410033fff949aad5b","name":"cs410033fff949aad5b","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-15T00:44:21.0375403Z","key2":"2022-03-15T00:44:21.0375403Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-15T00:44:21.0531718Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-15T00:44:20.9438059Z","primaryEndpoints":{"dfs":"https://cs410033fff949aad5b.dfs.core.windows.net/","web":"https://cs410033fff949aad5b.z22.web.core.windows.net/","blob":"https://cs410033fff949aad5b.blob.core.windows.net/","queue":"https://cs410033fff949aad5b.queue.core.windows.net/","table":"https://cs410033fff949aad5b.table.core.windows.net/","file":"https://cs410033fff949aad5b.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cs4326100e2f69dx4268x850","name":"cs4326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-15T22:23:20.3122084Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-15T22:23:20.1871999Z","primaryEndpoints":{"blob":"https://cs4326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs4326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs4326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs4326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10033fff86b2be46","name":"cswestus10033fff86b2be46","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-11T03:18:49.5217588Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-11T03:18:49.4436362Z","primaryEndpoints":{"dfs":"https://cswestus10033fff86b2be46.dfs.core.windows.net/","web":"https://cswestus10033fff86b2be46.z22.web.core.windows.net/","blob":"https://cswestus10033fff86b2be46.blob.core.windows.net/","queue":"https://cswestus10033fff86b2be46.queue.core.windows.net/","table":"https://cswestus10033fff86b2be46.table.core.windows.net/","file":"https://cswestus10033fff86b2be46.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus10037ffe801af00d","name":"cswestus10037ffe801af00d","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-14T03:31:53.7726943Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-14T03:31:53.6789864Z","primaryEndpoints":{"dfs":"https://cswestus10037ffe801af00d.dfs.core.windows.net/","web":"https://cswestus10037ffe801af00d.z22.web.core.windows.net/","blob":"https://cswestus10037ffe801af00d.blob.core.windows.net/","queue":"https://cswestus10037ffe801af00d.queue.core.windows.net/","table":"https://cswestus10037ffe801af00d.table.core.windows.net/","file":"https://cswestus10037ffe801af00d.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-westus/providers/Microsoft.Storage/storageAccounts/cswestus1003bffd988f0fb9","name":"cswestus1003bffd988f0fb9","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-02T04:24:33.6925504Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-03-02T04:24:33.6144489Z","primaryEndpoints":{"dfs":"https://cswestus1003bffd988f0fb9.dfs.core.windows.net/","web":"https://cswestus1003bffd988f0fb9.z22.web.core.windows.net/","blob":"https://cswestus1003bffd988f0fb9.blob.core.windows.net/","queue":"https://cswestus1003bffd988f0fb9.queue.core.windows.net/","table":"https://cswestus1003bffd988f0fb9.table.core.windows.net/","file":"https://cswestus1003bffd988f0fb9.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aschhab-eg-aci/providers/Microsoft.Storage/storageAccounts/egmountacct28783","name":"egmountacct28783","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-03-05T18:28:11.8414654Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-03-05T18:28:11.7477577Z","primaryEndpoints":{"blob":"https://egmountacct28783.blob.core.windows.net/","queue":"https://egmountacct28783.queue.core.windows.net/","table":"https://egmountacct28783.table.core.windows.net/","file":"https://egmountacct28783.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"identity":{"principalId":"60f52bcd-1575-44fb-85d3-b9b5a7471293","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","type":"SystemAssigned"},"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ehbyok/providers/Microsoft.Storage/storageAccounts/ehpmstororg1","name":"ehpmstororg1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-01-11T01:21:50.7926075Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-01-11T01:21:50.6520054Z","primaryEndpoints":{"blob":"https://ehpmstororg1.blob.core.windows.net/","queue":"https://ehpmstororg1.queue.core.windows.net/","table":"https://ehpmstororg1.table.core.windows.net/","file":"https://ehpmstororg1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"blob":"https://ehpmstororg1-secondary.blob.core.windows.net/","queue":"https://ehpmstororg1-secondary.queue.core.windows.net/","table":"https://ehpmstororg1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jagstest/providers/Microsoft.Storage/storageAccounts/jagstestdiag","name":"jagstestdiag","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-15T00:56:03.9240560Z","key2":"2022-01-15T00:56:03.9240560Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-15T00:56:03.9240560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-15T00:56:03.8146841Z","primaryEndpoints":{"dfs":"https://jagstestdiag.dfs.core.windows.net/","web":"https://jagstestdiag.z22.web.core.windows.net/","blob":"https://jagstestdiag.blob.core.windows.net/","queue":"https://jagstestdiag.queue.core.windows.net/","table":"https://jagstestdiag.table.core.windows.net/","file":"https://jagstestdiag.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jagstestdiag-secondary.dfs.core.windows.net/","web":"https://jagstestdiag-secondary.z22.web.core.windows.net/","blob":"https://jagstestdiag-secondary.blob.core.windows.net/","queue":"https://jagstestdiag-secondary.queue.core.windows.net/","table":"https://jagstestdiag-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/jfgstgacct1","name":"jfgstgacct1","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T13:41:38.3476086Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-06-11T13:41:38.2694902Z","primaryEndpoints":{"dfs":"https://jfgstgacct1.dfs.core.windows.net/","web":"https://jfgstgacct1.z22.web.core.windows.net/","blob":"https://jfgstgacct1.blob.core.windows.net/","queue":"https://jfgstgacct1.queue.core.windows.net/","table":"https://jfgstgacct1.table.core.windows.net/","file":"https://jfgstgacct1.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct1-secondary.dfs.core.windows.net/","web":"https://jfgstgacct1-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct1-secondary.blob.core.windows.net/","queue":"https://jfgstgacct1-secondary.queue.core.windows.net/","table":"https://jfgstgacct1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp1/providers/Microsoft.Storage/storageAccounts/jfgstgacct2","name":"jfgstgacct2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-09T16:57:35.9456539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-09T16:57:35.8519121Z","primaryEndpoints":{"dfs":"https://jfgstgacct2.dfs.core.windows.net/","web":"https://jfgstgacct2.z22.web.core.windows.net/","blob":"https://jfgstgacct2.blob.core.windows.net/","queue":"https://jfgstgacct2.queue.core.windows.net/","table":"https://jfgstgacct2.table.core.windows.net/","file":"https://jfgstgacct2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct2-secondary.dfs.core.windows.net/","web":"https://jfgstgacct2-secondary.z22.web.core.windows.net/","blob":"https://jfgstgacct2-secondary.blob.core.windows.net/","queue":"https://jfgstgacct2-secondary.queue.core.windows.net/","table":"https://jfgstgacct2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadgen2storage","name":"manojprasadgen2storage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T22:58:48.2072375Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T22:58:48.1135002Z","primaryEndpoints":{"dfs":"https://manojprasadgen2storage.dfs.core.windows.net/","web":"https://manojprasadgen2storage.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage.blob.core.windows.net/","queue":"https://manojprasadgen2storage.queue.core.windows.net/","table":"https://manojprasadgen2storage.table.core.windows.net/","file":"https://manojprasadgen2storage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadgen2storage-secondary.dfs.core.windows.net/","web":"https://manojprasadgen2storage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadgen2storage-secondary.blob.core.windows.net/","queue":"https://manojprasadgen2storage-secondary.queue.core.windows.net/","table":"https://manojprasadgen2storage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Storage/storageAccounts/manojprasadstorage","name":"manojprasadstorage","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-12-28T19:35:17.5544399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-12-28T19:35:17.4763551Z","primaryEndpoints":{"dfs":"https://manojprasadstorage.dfs.core.windows.net/","web":"https://manojprasadstorage.z22.web.core.windows.net/","blob":"https://manojprasadstorage.blob.core.windows.net/","queue":"https://manojprasadstorage.queue.core.windows.net/","table":"https://manojprasadstorage.table.core.windows.net/","file":"https://manojprasadstorage.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://manojprasadstorage-secondary.dfs.core.windows.net/","web":"https://manojprasadstorage-secondary.z22.web.core.windows.net/","blob":"https://manojprasadstorage-secondary.blob.core.windows.net/","queue":"https://manojprasadstorage-secondary.queue.core.windows.net/","table":"https://manojprasadstorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SBProcess_group/providers/Microsoft.Storage/storageAccounts/sbprocessgroupb127","name":"sbprocessgroupb127","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T01:29:29.3978134Z","key2":"2022-06-22T01:29:29.3978134Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T01:29:29.4134115Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T01:29:29.4134115Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T01:29:29.3040629Z","primaryEndpoints":{"blob":"https://sbprocessgroupb127.blob.core.windows.net/","queue":"https://sbprocessgroupb127.queue.core.windows.net/","table":"https://sbprocessgroupb127.table.core.windows.net/","file":"https://sbprocessgroupb127.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjadlsgen2","name":"sjadlsgen2","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-18T00:52:43.1255939Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-18T00:52:43.0161942Z","primaryEndpoints":{"dfs":"https://sjadlsgen2.dfs.core.windows.net/","web":"https://sjadlsgen2.z22.web.core.windows.net/","blob":"https://sjadlsgen2.blob.core.windows.net/","queue":"https://sjadlsgen2.queue.core.windows.net/","table":"https://sjadlsgen2.table.core.windows.net/","file":"https://sjadlsgen2.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sjadlsgen2-secondary.dfs.core.windows.net/","web":"https://sjadlsgen2-secondary.z22.web.core.windows.net/","blob":"https://sjadlsgen2-secondary.blob.core.windows.net/","queue":"https://sjadlsgen2-secondary.queue.core.windows.net/","table":"https://sjadlsgen2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1lrsaccount","name":"sjv1lrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:30:52.5935789Z","key2":"2021-05-18T08:30:52.5935789Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:30:52.6092030Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:30:52.4998234Z","primaryEndpoints":{"blob":"https://sjv1lrsaccount.blob.core.windows.net/","queue":"https://sjv1lrsaccount.queue.core.windows.net/","table":"https://sjv1lrsaccount.table.core.windows.net/","file":"https://sjv1lrsaccount.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjgroup1/providers/Microsoft.Storage/storageAccounts/sjv1zrsaccount","name":"sjv1zrsaccount","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-18T08:33:17.9540331Z","key2":"2021-05-18T08:33:17.9540331Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-18T08:33:17.9696006Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-18T08:33:17.7195983Z","primaryEndpoints":{"blob":"https://sjv1zrsaccount.blob.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp8/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrs958f","name":"storageaccountjfgrs958f","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-09T22:38:37.1258377Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-09T22:38:37.0320736Z","primaryEndpoints":{"blob":"https://storageaccountjfgrs958f.blob.core.windows.net/","queue":"https://storageaccountjfgrs958f.queue.core.windows.net/","table":"https://storageaccountjfgrs958f.table.core.windows.net/","file":"https://storageaccountjfgrs958f.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrp02/providers/Microsoft.Storage/storageAccounts/storageaccountjfgrsa544","name":"storageaccountjfgrsa544","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-06-11T14:10:46.9270331Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-06-11T14:10:46.8645778Z","primaryEndpoints":{"blob":"https://storageaccountjfgrsa544.blob.core.windows.net/","queue":"https://storageaccountjfgrsa544.queue.core.windows.net/","table":"https://storageaccountjfgrsa544.table.core.windows.net/","file":"https://storageaccountjfgrsa544.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/brdillow/providers/Microsoft.Storage/storageAccounts/brdillowstorage1","name":"brdillowstorage1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-09T23:24:18.2214036Z","key2":"2022-02-09T23:24:18.2214036Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-09T23:24:18.2370288Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-09T23:24:18.0807800Z","primaryEndpoints":{"dfs":"https://brdillowstorage1.dfs.core.windows.net/","web":"https://brdillowstorage1.z6.web.core.windows.net/","blob":"https://brdillowstorage1.blob.core.windows.net/","queue":"https://brdillowstorage1.queue.core.windows.net/","table":"https://brdillowstorage1.table.core.windows.net/","file":"https://brdillowstorage1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://brdillowstorage1-secondary.dfs.core.windows.net/","web":"https://brdillowstorage1-secondary.z6.web.core.windows.net/","blob":"https://brdillowstorage1-secondary.blob.core.windows.net/","queue":"https://brdillowstorage1-secondary.queue.core.windows.net/","table":"https://brdillowstorage1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/Ardsouza-MoveTest-WestEurope-Dest-1/providers/Microsoft.Storage/storageAccounts/ehspringbootsc","name":"ehspringbootsc","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-02-26T01:41:02.1929741Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-02-26T01:41:02.0835792Z","primaryEndpoints":{"dfs":"https://ehspringbootsc.dfs.core.windows.net/","web":"https://ehspringbootsc.z6.web.core.windows.net/","blob":"https://ehspringbootsc.blob.core.windows.net/","queue":"https://ehspringbootsc.queue.core.windows.net/","table":"https://ehspringbootsc.table.core.windows.net/","file":"https://ehspringbootsc.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available","secondaryLocation":"northeurope","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ehspringbootsc-secondary.dfs.core.windows.net/","web":"https://ehspringbootsc-secondary.z6.web.core.windows.net/","blob":"https://ehspringbootsc-secondary.blob.core.windows.net/","queue":"https://ehspringbootsc-secondary.queue.core.windows.net/","table":"https://ehspringbootsc-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/eventsourcingstrategy","name":"eventsourcingstrategy","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{"CreationDate":"28-03-2021","Project":"Implementing - an Event Sourcing strategy on Azure","Purpose":"Session"},"properties":{"keyCreationTime":{"key1":"2022-05-26T20:28:34.9362103Z","key2":"2022-05-26T20:28:34.9362103Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T20:28:34.9362103Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T20:28:34.9362103Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-26T20:28:34.7799449Z","primaryEndpoints":{"dfs":"https://eventsourcingstrategy.dfs.core.windows.net/","web":"https://eventsourcingstrategy.z6.web.core.windows.net/","blob":"https://eventsourcingstrategy.blob.core.windows.net/","queue":"https://eventsourcingstrategy.queue.core.windows.net/","table":"https://eventsourcingstrategy.table.core.windows.net/","file":"https://eventsourcingstrategy.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjwustdstorageaccount1","name":"sjwustdstorageaccount1","type":"Microsoft.Storage/storageAccounts","location":"westeurope","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-04-23T00:06:45.4841861Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-04-23T00:06:45.4060578Z","primaryEndpoints":{"dfs":"https://sjwustdstorageaccount1.dfs.core.windows.net/","web":"https://sjwustdstorageaccount1.z6.web.core.windows.net/","blob":"https://sjwustdstorageaccount1.blob.core.windows.net/","queue":"https://sjwustdstorageaccount1.queue.core.windows.net/","table":"https://sjwustdstorageaccount1.table.core.windows.net/","file":"https://sjwustdstorageaccount1.file.core.windows.net/"},"primaryLocation":"westeurope","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs710032000fed7f0f6","name":"cs710032000fed7f0f6","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-19T23:29:57.0173336Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-19T23:29:56.9072676Z","primaryEndpoints":{"dfs":"https://cs710032000fed7f0f6.dfs.core.windows.net/","web":"https://cs710032000fed7f0f6.z21.web.core.windows.net/","blob":"https://cs710032000fed7f0f6.blob.core.windows.net/","queue":"https://cs710032000fed7f0f6.queue.core.windows.net/","table":"https://cs710032000fed7f0f6.table.core.windows.net/","file":"https://cs710032000fed7f0f6.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cloud-shell-storage-southcentralus/providers/Microsoft.Storage/storageAccounts/cs7326100e2f69dx4268x850","name":"cs7326100e2f69dx4268x850","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-06-05T01:48:01.8118922Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-06-05T01:48:01.4993804Z","primaryEndpoints":{"dfs":"https://cs7326100e2f69dx4268x850.dfs.core.windows.net/","web":"https://cs7326100e2f69dx4268x850.z21.web.core.windows.net/","blob":"https://cs7326100e2f69dx4268x850.blob.core.windows.net/","queue":"https://cs7326100e2f69dx4268x850.queue.core.windows.net/","table":"https://cs7326100e2f69dx4268x850.table.core.windows.net/","file":"https://cs7326100e2f69dx4268x850.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Storage/storageAccounts/juanfunctionstorage","name":"juanfunctionstorage","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":false,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2018-01-10T06:46:26.9344484Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2017-01-27T22:51:35.2772535Z","primaryEndpoints":{"blob":"https://juanfunctionstorage.blob.core.windows.net/","queue":"https://juanfunctionstorage.queue.core.windows.net/","table":"https://juanfunctionstorage.table.core.windows.net/","file":"https://juanfunctionstorage.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag","name":"sjrgdiag","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-12T01:52:43.1336550Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-12T01:52:43.0711509Z","primaryEndpoints":{"blob":"https://sjrgdiag.blob.core.windows.net/","queue":"https://sjrgdiag.queue.core.windows.net/","table":"https://sjrgdiag.table.core.windows.net/","file":"https://sjrgdiag.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/suparame-rg/providers/Microsoft.Storage/storageAccounts/surajsadlsgen2test","name":"surajsadlsgen2test","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-15T01:23:18.0208472Z","key2":"2022-04-15T01:23:18.0208472Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T01:23:18.0208472Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T01:23:17.9427380Z","primaryEndpoints":{"dfs":"https://surajsadlsgen2test.dfs.core.windows.net/","web":"https://surajsadlsgen2test.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test.blob.core.windows.net/","queue":"https://surajsadlsgen2test.queue.core.windows.net/","table":"https://surajsadlsgen2test.table.core.windows.net/","file":"https://surajsadlsgen2test.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available","secondaryLocation":"northcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://surajsadlsgen2test-secondary.dfs.core.windows.net/","web":"https://surajsadlsgen2test-secondary.z21.web.core.windows.net/","blob":"https://surajsadlsgen2test-secondary.blob.core.windows.net/","queue":"https://surajsadlsgen2test-secondary.queue.core.windows.net/","table":"https://surajsadlsgen2test-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/LogicAppEHIntExp/providers/Microsoft.Storage/storageAccounts/functionegintstorage","name":"functionegintstorage","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-06T19:05:58.3840889Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-06T19:05:58.2903569Z","primaryEndpoints":{"blob":"https://functionegintstorage.blob.core.windows.net/","queue":"https://functionegintstorage.queue.core.windows.net/","table":"https://functionegintstorage.table.core.windows.net/","file":"https://functionegintstorage.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgRsrcGrpTst/providers/Microsoft.Storage/storageAccounts/jfgstgacct4jfunction1","name":"jfgstgacct4jfunction1","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-17T03:44:32.9630418Z","key2":"2022-04-17T03:44:32.9630418Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-17T03:44:32.9786415Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-04-17T03:44:32.8692652Z","primaryEndpoints":{"blob":"https://jfgstgacct4jfunction1.blob.core.windows.net/","queue":"https://jfgstgacct4jfunction1.queue.core.windows.net/","table":"https://jfgstgacct4jfunction1.table.core.windows.net/","file":"https://jfgstgacct4jfunction1.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mparktest/providers/Microsoft.Storage/storageAccounts/storageaccountmparkb838","name":"storageaccountmparkb838","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T00:14:51.7619090Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-10T00:14:51.6837772Z","primaryEndpoints":{"blob":"https://storageaccountmparkb838.blob.core.windows.net/","queue":"https://storageaccountmparkb838.queue.core.windows.net/","table":"https://storageaccountmparkb838.table.core.windows.net/","file":"https://storageaccountmparkb838.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag241","name":"sjrgdiag241","type":"Microsoft.Storage/storageAccounts","location":"southindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-25T22:14:20.4805502Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-25T22:14:20.4023960Z","primaryEndpoints":{"blob":"https://sjrgdiag241.blob.core.windows.net/","queue":"https://sjrgdiag241.queue.core.windows.net/","table":"https://sjrgdiag241.table.core.windows.net/","file":"https://sjrgdiag241.file.core.windows.net/"},"primaryLocation":"southindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psj","name":"psj","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:20:45.4775392Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-20T17:20:45.4150368Z","primaryEndpoints":{"web":"https://psj.z29.web.core.windows.net/","blob":"https://psj.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Premium_LRS","tier":"Premium"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/psjg1","name":"psjg1","type":"Microsoft.Storage/storageAccounts","location":"centralindia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-20T17:28:46.4836692Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-11-20T17:28:46.4367867Z","primaryEndpoints":{"blob":"https://psjg1.blob.core.windows.net/"},"primaryLocation":"centralindia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgacctstg8","name":"jfgacctstg8","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T02:47:03.6058315Z","key2":"2021-04-05T02:47:03.6058315Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T02:47:03.6215150Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T02:47:03.5277328Z","primaryEndpoints":{"dfs":"https://jfgacctstg8.dfs.core.windows.net/","web":"https://jfgacctstg8.z5.web.core.windows.net/","blob":"https://jfgacctstg8.blob.core.windows.net/","queue":"https://jfgacctstg8.queue.core.windows.net/","table":"https://jfgacctstg8.table.core.windows.net/","file":"https://jfgacctstg8.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgacctstg8-secondary.dfs.core.windows.net/","web":"https://jfgacctstg8-secondary.z5.web.core.windows.net/","blob":"https://jfgacctstg8-secondary.blob.core.windows.net/","queue":"https://jfgacctstg8-secondary.queue.core.windows.net/","table":"https://jfgacctstg8-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct6","name":"jfgstgacct6","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T00:55:47.9799457Z","key2":"2021-04-05T00:55:47.9799457Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T00:55:47.9799457Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T00:55:47.8862115Z","primaryEndpoints":{"dfs":"https://jfgstgacct6.dfs.core.windows.net/","web":"https://jfgstgacct6.z5.web.core.windows.net/","blob":"https://jfgstgacct6.blob.core.windows.net/","queue":"https://jfgstgacct6.queue.core.windows.net/","table":"https://jfgstgacct6.table.core.windows.net/","file":"https://jfgstgacct6.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct6-secondary.dfs.core.windows.net/","web":"https://jfgstgacct6-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct6-secondary.blob.core.windows.net/","queue":"https://jfgstgacct6-secondary.queue.core.windows.net/","table":"https://jfgstgacct6-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgWalmart1/providers/Microsoft.Storage/storageAccounts/jfgstgacct7","name":"jfgstgacct7","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-05T01:20:11.0752483Z","key2":"2021-04-05T01:20:11.0752483Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-05T01:20:11.0752483Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-05T01:20:10.9814662Z","primaryEndpoints":{"dfs":"https://jfgstgacct7.dfs.core.windows.net/","web":"https://jfgstgacct7.z5.web.core.windows.net/","blob":"https://jfgstgacct7.blob.core.windows.net/","queue":"https://jfgstgacct7.queue.core.windows.net/","table":"https://jfgstgacct7.table.core.windows.net/","file":"https://jfgstgacct7.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://jfgstgacct7-secondary.dfs.core.windows.net/","web":"https://jfgstgacct7-secondary.z5.web.core.windows.net/","blob":"https://jfgstgacct7-secondary.blob.core.windows.net/","queue":"https://jfgstgacct7-secondary.queue.core.windows.net/","table":"https://jfgstgacct7-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/klamsynapsestorage","name":"klamsynapsestorage","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-11-25T18:54:19.5726573Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-11-25T18:54:19.4945309Z","primaryEndpoints":{"dfs":"https://klamsynapsestorage.dfs.core.windows.net/","web":"https://klamsynapsestorage.z5.web.core.windows.net/","blob":"https://klamsynapsestorage.blob.core.windows.net/","queue":"https://klamsynapsestorage.queue.core.windows.net/","table":"https://klamsynapsestorage.table.core.windows.net/","file":"https://klamsynapsestorage.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://klamsynapsestorage-secondary.dfs.core.windows.net/","web":"https://klamsynapsestorage-secondary.z5.web.core.windows.net/","blob":"https://klamsynapsestorage-secondary.blob.core.windows.net/","queue":"https://klamsynapsestorage-secondary.queue.core.windows.net/","table":"https://klamsynapsestorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin8926","name":"rgeldertimplementin8926","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-26T23:39:48.1462917Z","key2":"2022-05-26T23:39:48.1462917Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T23:39:48.1462917Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T23:39:48.1462917Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-26T23:39:48.0212852Z","primaryEndpoints":{"blob":"https://rgeldertimplementin8926.blob.core.windows.net/","queue":"https://rgeldertimplementin8926.queue.core.windows.net/","table":"https://rgeldertimplementin8926.table.core.windows.net/","file":"https://rgeldertimplementin8926.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin9431","name":"rgeldertimplementin9431","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-27T02:14:44.8472838Z","key2":"2022-05-27T02:14:44.8472838Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-27T02:14:44.8629276Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-27T02:14:44.8629276Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-27T02:14:44.7379410Z","primaryEndpoints":{"blob":"https://rgeldertimplementin9431.blob.core.windows.net/","queue":"https://rgeldertimplementin9431.queue.core.windows.net/","table":"https://rgeldertimplementin9431.table.core.windows.net/","file":"https://rgeldertimplementin9431.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-eldert-implementing-an-event-sourcing-strategy-on-azure/providers/Microsoft.Storage/storageAccounts/rgeldertimplementin9f59","name":"rgeldertimplementin9f59","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-07T04:23:56.2534570Z","key2":"2022-06-07T04:23:56.2534570Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-07T04:23:56.2534570Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-07T04:23:56.2534570Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-07T04:23:56.1597301Z","primaryEndpoints":{"blob":"https://rgeldertimplementin9f59.blob.core.windows.net/","queue":"https://rgeldertimplementin9f59.queue.core.windows.net/","table":"https://rgeldertimplementin9f59.table.core.windows.net/","file":"https://rgeldertimplementin9f59.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/sqlvavvr2bodrz23mg","name":"sqlvavvr2bodrz23mg","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-18T18:05:23.1188158Z","key2":"2021-10-18T18:05:23.1188158Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-18T18:05:23.1344302Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-18T18:05:23.0250821Z","primaryEndpoints":{"dfs":"https://sqlvavvr2bodrz23mg.dfs.core.windows.net/","web":"https://sqlvavvr2bodrz23mg.z5.web.core.windows.net/","blob":"https://sqlvavvr2bodrz23mg.blob.core.windows.net/","queue":"https://sqlvavvr2bodrz23mg.queue.core.windows.net/","table":"https://sqlvavvr2bodrz23mg.table.core.windows.net/","file":"https://sqlvavvr2bodrz23mg.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/srtests/providers/Microsoft.Storage/storageAccounts/srstorageacct","name":"srstorageacct","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-12-06T21:19:20.6220342Z","key2":"2021-12-06T21:19:20.6220342Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-06T21:19:20.6220342Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-06T21:19:20.5439297Z","primaryEndpoints":{"dfs":"https://srstorageacct.dfs.core.windows.net/","web":"https://srstorageacct.z5.web.core.windows.net/","blob":"https://srstorageacct.blob.core.windows.net/","queue":"https://srstorageacct.queue.core.windows.net/","table":"https://srstorageacct.table.core.windows.net/","file":"https://srstorageacct.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://srstorageacct-secondary.dfs.core.windows.net/","web":"https://srstorageacct-secondary.z5.web.core.windows.net/","blob":"https://srstorageacct-secondary.blob.core.windows.net/","queue":"https://srstorageacct-secondary.queue.core.windows.net/","table":"https://srstorageacct-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/klam-rg/providers/Microsoft.Storage/storageAccounts/storageaccountklamr83f3","name":"storageaccountklamr83f3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-25T22:26:21.9448810Z","key2":"2021-06-25T22:26:21.9448810Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-25T22:26:21.9448810Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-06-25T22:26:21.8823995Z","primaryEndpoints":{"blob":"https://storageaccountklamr83f3.blob.core.windows.net/","queue":"https://storageaccountklamr83f3.queue.core.windows.net/","table":"https://storageaccountklamr83f3.table.core.windows.net/","file":"https://storageaccountklamr83f3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sv-aks-rx-rg/providers/Microsoft.Storage/storageAccounts/sv201905092104","name":"sv201905092104","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-09-09T05:15:07.1354748Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-09-09T05:15:07.0885924Z","primaryEndpoints":{"dfs":"https://sv201905092104.dfs.core.windows.net/","web":"https://sv201905092104.z5.web.core.windows.net/","blob":"https://sv201905092104.blob.core.windows.net/","queue":"https://sv201905092104.queue.core.windows.net/","table":"https://sv201905092104.table.core.windows.net/","file":"https://sv201905092104.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://sv201905092104-secondary.dfs.core.windows.net/","web":"https://sv201905092104-secondary.z5.web.core.windows.net/","blob":"https://sv201905092104-secondary.blob.core.windows.net/","queue":"https://sv201905092104-secondary.queue.core.windows.net/","table":"https://sv201905092104-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg62196a8","name":"testvinsusbrg62196a8","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T18:59:35.5869680Z","key2":"2022-06-22T18:59:35.5869680Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:59:35.6025911Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:59:35.6025911Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T18:59:35.4775915Z","primaryEndpoints":{"blob":"https://testvinsusbrg62196a8.blob.core.windows.net/","queue":"https://testvinsusbrg62196a8.queue.core.windows.net/","table":"https://testvinsusbrg62196a8.table.core.windows.net/","file":"https://testvinsusbrg62196a8.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621a491","name":"testvinsusbrg621a491","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-21T19:09:35.8106900Z","key2":"2022-06-21T19:09:35.8106900Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T19:09:35.8263081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T19:09:35.8263081Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-21T19:09:35.7169157Z","primaryEndpoints":{"blob":"https://testvinsusbrg621a491.blob.core.windows.net/","queue":"https://testvinsusbrg621a491.queue.core.windows.net/","table":"https://testvinsusbrg621a491.table.core.windows.net/","file":"https://testvinsusbrg621a491.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621a900","name":"testvinsusbrg621a900","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-22T18:38:42.0346054Z","key2":"2022-06-22T18:38:42.0346054Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:38:42.0346054Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-22T18:38:42.0346054Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-22T18:38:41.9408595Z","primaryEndpoints":{"blob":"https://testvinsusbrg621a900.blob.core.windows.net/","queue":"https://testvinsusbrg621a900.queue.core.windows.net/","table":"https://testvinsusbrg621a900.table.core.windows.net/","file":"https://testvinsusbrg621a900.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testvinsusbrg621/providers/Microsoft.Storage/storageAccounts/testvinsusbrg621b7e3","name":"testvinsusbrg621b7e3","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-21T18:19:34.0228895Z","key2":"2022-06-21T18:19:34.0228895Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T18:19:34.0385165Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-21T18:19:34.0385165Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-21T18:19:33.9134778Z","primaryEndpoints":{"blob":"https://testvinsusbrg621b7e3.blob.core.windows.net/","queue":"https://testvinsusbrg621b7e3.queue.core.windows.net/","table":"https://testvinsusbrg621b7e3.table.core.windows.net/","file":"https://testvinsusbrg621b7e3.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/matrix-care-perf-test/providers/Microsoft.Storage/storageAccounts/matrixcareperftestdiag","name":"matrixcareperftestdiag","type":"Microsoft.Storage/storageAccounts","location":"westcentralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-03T23:56:43.0119814Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-08-03T23:56:42.9494528Z","primaryEndpoints":{"blob":"https://matrixcareperftestdiag.blob.core.windows.net/","queue":"https://matrixcareperftestdiag.queue.core.windows.net/","table":"https://matrixcareperftestdiag.table.core.windows.net/","file":"https://matrixcareperftestdiag.file.core.windows.net/"},"primaryLocation":"westcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_ZRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/jfgDemoIntegrate2022/providers/Microsoft.Storage/storageAccounts/jfgstgacct4logs","name":"jfgstgacct4logs","type":"Microsoft.Storage/storageAccounts","location":"uksouth","tags":{},"properties":{"defaultToOAuthAuthentication":false,"publicNetworkAccess":"Enabled","keyCreationTime":{"key1":"2022-05-14T17:30:26.8059536Z","key2":"2022-05-14T17:30:26.8059536Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-14T17:30:26.8059536Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-14T17:30:26.8059536Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-14T17:30:26.7278121Z","primaryEndpoints":{"dfs":"https://jfgstgacct4logs.dfs.core.windows.net/","web":"https://jfgstgacct4logs.z33.web.core.windows.net/","blob":"https://jfgstgacct4logs.blob.core.windows.net/","queue":"https://jfgstgacct4logs.queue.core.windows.net/","table":"https://jfgstgacct4logs.table.core.windows.net/","file":"https://jfgstgacct4logs.file.core.windows.net/"},"primaryLocation":"uksouth","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ardsouza-testrg1/providers/Microsoft.Storage/storageAccounts/koreacentralardsouza","name":"koreacentralardsouza","type":"Microsoft.Storage/storageAccounts","location":"koreacentral","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-23T12:23:39.6516714Z","key2":"2021-10-23T12:23:39.6516714Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-23T12:23:39.6516714Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-23T12:23:39.5891344Z","primaryEndpoints":{"dfs":"https://koreacentralardsouza.dfs.core.windows.net/","web":"https://koreacentralardsouza.z12.web.core.windows.net/","blob":"https://koreacentralardsouza.blob.core.windows.net/","queue":"https://koreacentralardsouza.queue.core.windows.net/","table":"https://koreacentralardsouza.table.core.windows.net/","file":"https://koreacentralardsouza.file.core.windows.net/"},"primaryLocation":"koreacentral","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SFC_eaaa1575-217c-4f42-a680-c04ed4c44583/providers/Microsoft.Storage/storageAccounts/sfmcdipt22kt526nc","name":"sfmcdipt22kt526nc","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-17T23:04:37.8302059Z","key2":"2022-06-17T23:04:37.8302059Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-17T23:04:38.4239615Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-17T23:04:38.4239615Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-06-17T23:04:37.7520573Z","primaryEndpoints":{"dfs":"https://sfmcdipt22kt526nc.dfs.core.windows.net/","web":"https://sfmcdipt22kt526nc.z3.web.core.windows.net/","blob":"https://sfmcdipt22kt526nc.blob.core.windows.net/","queue":"https://sfmcdipt22kt526nc.queue.core.windows.net/","table":"https://sfmcdipt22kt526nc.table.core.windows.net/","file":"https://sfmcdipt22kt526nc.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Storage/storageAccounts/sjrgdiag632","name":"sjrgdiag632","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-29T04:32:25.3628214Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-29T04:32:25.3003458Z","primaryEndpoints":{"blob":"https://sjrgdiag632.blob.core.windows.net/","queue":"https://sjrgdiag632.queue.core.windows.net/","table":"https://sjrgdiag632.table.core.windows.net/","file":"https://sjrgdiag632.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/PPGTest/providers/Microsoft.Storage/storageAccounts/storageaccountppgte8373","name":"storageaccountppgte8373","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-22T21:07:15.0282137Z","key2":"2021-12-22T21:07:15.0282137Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-22T21:07:15.0438390Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-22T21:07:14.9657097Z","primaryEndpoints":{"blob":"https://storageaccountppgte8373.blob.core.windows.net/","queue":"https://storageaccountppgte8373.queue.core.windows.net/","table":"https://storageaccountppgte8373.table.core.windows.net/","file":"https://storageaccountppgte8373.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}}]}' + string: '{"value":[{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Storage/storageAccounts/azext","name":"azext","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-15T07:20:26.3629732Z","key2":"2021-10-15T07:20:26.3629732Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T07:20:26.3629732Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T07:20:26.3629732Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-15T07:20:26.2379798Z","primaryEndpoints":{"dfs":"https://azext.dfs.core.windows.net/","web":"https://azext.z13.web.core.windows.net/","blob":"https://azext.blob.core.windows.net/","queue":"https://azext.queue.core.windows.net/","table":"https://azext.table.core.windows.net/","file":"https://azext.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://azext-secondary.dfs.core.windows.net/","web":"https://azext-secondary.z13.web.core.windows.net/","blob":"https://azext-secondary.blob.core.windows.net/","queue":"https://azext-secondary.queue.core.windows.net/","table":"https://azext-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestresult/providers/Microsoft.Storage/storageAccounts/clitestresultstac","name":"clitestresultstac","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-15T06:20:52.7844389Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-15T06:20:52.7844389Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-07-15T06:20:52.6907255Z","primaryEndpoints":{"dfs":"https://clitestresultstac.dfs.core.windows.net/","web":"https://clitestresultstac.z13.web.core.windows.net/","blob":"https://clitestresultstac.blob.core.windows.net/","queue":"https://clitestresultstac.queue.core.windows.net/","table":"https://clitestresultstac.table.core.windows.net/","file":"https://clitestresultstac.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://clitestresultstac-secondary.dfs.core.windows.net/","web":"https://clitestresultstac-secondary.z13.web.core.windows.net/","blob":"https://clitestresultstac-secondary.blob.core.windows.net/","queue":"https://clitestresultstac-secondary.queue.core.windows.net/","table":"https://clitestresultstac-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/galleryapptestaccount","name":"galleryapptestaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-20T02:51:38.9977139Z","key2":"2021-10-20T02:51:38.9977139Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-20T02:51:38.9977139Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-20T02:51:38.9977139Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-20T02:51:38.8727156Z","primaryEndpoints":{"dfs":"https://galleryapptestaccount.dfs.core.windows.net/","web":"https://galleryapptestaccount.z13.web.core.windows.net/","blob":"https://galleryapptestaccount.blob.core.windows.net/","queue":"https://galleryapptestaccount.queue.core.windows.net/","table":"https://galleryapptestaccount.table.core.windows.net/","file":"https://galleryapptestaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/hang-rg/providers/Microsoft.Storage/storageAccounts/hangstorage","name":"hangstorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-04-22T03:09:52.5634047Z","key2":"2022-04-22T03:09:52.5634047Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"isSftpEnabled":false,"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-22T03:09:52.5790274Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-22T03:09:52.5790274Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-22T03:09:52.4227640Z","primaryEndpoints":{"dfs":"https://hangstorage.dfs.core.windows.net/","web":"https://hangstorage.z13.web.core.windows.net/","blob":"https://hangstorage.blob.core.windows.net/","queue":"https://hangstorage.queue.core.windows.net/","table":"https://hangstorage.table.core.windows.net/","file":"https://hangstorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/portal2cli/providers/Microsoft.Storage/storageAccounts/portal2clistorage","name":"portal2clistorage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-10-14T07:23:08.8752602Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-10-14T07:23:08.8752602Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-10-14T07:23:08.7502552Z","primaryEndpoints":{"dfs":"https://portal2clistorage.dfs.core.windows.net/","web":"https://portal2clistorage.z13.web.core.windows.net/","blob":"https://portal2clistorage.blob.core.windows.net/","queue":"https://portal2clistorage.queue.core.windows.net/","table":"https://portal2clistorage.table.core.windows.net/","file":"https://portal2clistorage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://portal2clistorage-secondary.dfs.core.windows.net/","web":"https://portal2clistorage-secondary.z13.web.core.windows.net/","blob":"https://portal2clistorage-secondary.blob.core.windows.net/","queue":"https://portal2clistorage-secondary.queue.core.windows.net/","table":"https://portal2clistorage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/privatepackage","name":"privatepackage","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-10-19T08:53:09.0238938Z","key2":"2021-10-19T08:53:09.0238938Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-19T08:53:09.0238938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-19T08:53:09.0238938Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-19T08:53:08.9301661Z","primaryEndpoints":{"dfs":"https://privatepackage.dfs.core.windows.net/","web":"https://privatepackage.z13.web.core.windows.net/","blob":"https://privatepackage.blob.core.windows.net/","queue":"https://privatepackage.queue.core.windows.net/","table":"https://privatepackage.table.core.windows.net/","file":"https://privatepackage.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://privatepackage-secondary.dfs.core.windows.net/","web":"https://privatepackage-secondary.z13.web.core.windows.net/","blob":"https://privatepackage-secondary.blob.core.windows.net/","queue":"https://privatepackage-secondary.queue.core.windows.net/","table":"https://privatepackage-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/queuetest/providers/Microsoft.Storage/storageAccounts/qteststac","name":"qteststac","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-11-10T05:21:49.0582561Z","key2":"2021-11-10T05:21:49.0582561Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-10T05:21:49.0582561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-10T05:21:49.0582561Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-10T05:21:48.9488735Z","primaryEndpoints":{"dfs":"https://qteststac.dfs.core.windows.net/","web":"https://qteststac.z13.web.core.windows.net/","blob":"https://qteststac.blob.core.windows.net/","queue":"https://qteststac.queue.core.windows.net/","table":"https://qteststac.table.core.windows.net/","file":"https://qteststac.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://qteststac-secondary.dfs.core.windows.net/","web":"https://qteststac-secondary.z13.web.core.windows.net/","blob":"https://qteststac-secondary.blob.core.windows.net/","queue":"https://qteststac-secondary.queue.core.windows.net/","table":"https://qteststac-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/managed-rg-purview-msyyc/providers/Microsoft.Storage/storageAccounts/scaneastusxncccyt","name":"scaneastusxncccyt","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-23T01:56:19.6672075Z","key2":"2021-08-23T01:56:19.6672075Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-23T01:56:19.6672075Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-23T01:56:19.6672075Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-23T01:56:19.5422473Z","primaryEndpoints":{"dfs":"https://scaneastusxncccyt.dfs.core.windows.net/","web":"https://scaneastusxncccyt.z13.web.core.windows.net/","blob":"https://scaneastusxncccyt.blob.core.windows.net/","queue":"https://scaneastusxncccyt.queue.core.windows.net/","table":"https://scaneastusxncccyt.table.core.windows.net/","file":"https://scaneastusxncccyt.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Storage/storageAccounts/storageaccountsynapse1","name":"storageaccountsynapse1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-03T06:18:46.5540684Z","key2":"2022-03-03T06:18:46.5540684Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T06:18:46.5696968Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T06:18:46.5696968Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T06:18:46.4134367Z","primaryEndpoints":{"dfs":"https://storageaccountsynapse1.dfs.core.windows.net/","web":"https://storageaccountsynapse1.z13.web.core.windows.net/","blob":"https://storageaccountsynapse1.blob.core.windows.net/","queue":"https://storageaccountsynapse1.queue.core.windows.net/","table":"https://storageaccountsynapse1.table.core.windows.net/","file":"https://storageaccountsynapse1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storageaccountsynapse1-secondary.dfs.core.windows.net/","web":"https://storageaccountsynapse1-secondary.z13.web.core.windows.net/","blob":"https://storageaccountsynapse1-secondary.blob.core.windows.net/","queue":"https://storageaccountsynapse1-secondary.queue.core.windows.net/","table":"https://storageaccountsynapse1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testvlw","name":"testvlw","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-27T06:47:50.5497427Z","key2":"2021-10-27T06:47:50.5497427Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T06:47:50.5497427Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T06:47:50.5497427Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-27T06:47:50.4247606Z","primaryEndpoints":{"dfs":"https://testvlw.dfs.core.windows.net/","web":"https://testvlw.z13.web.core.windows.net/","blob":"https://testvlw.blob.core.windows.net/","queue":"https://testvlw.queue.core.windows.net/","table":"https://testvlw.table.core.windows.net/","file":"https://testvlw.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testvlw-secondary.dfs.core.windows.net/","web":"https://testvlw-secondary.z13.web.core.windows.net/","blob":"https://testvlw-secondary.blob.core.windows.net/","queue":"https://testvlw-secondary.queue.core.windows.net/","table":"https://testvlw-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/yssa","name":"yssa","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{"key1":"value1"},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-08-16T08:39:21.3287573Z","key2":"2021-08-16T08:39:21.3287573Z"},"privateEndpointConnections":[],"hnsOnMigrationInProgress":false,"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-16T08:39:21.3287573Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-16T08:39:21.3287573Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-16T08:39:21.2193709Z","primaryEndpoints":{"dfs":"https://yssa.dfs.core.windows.net/","web":"https://yssa.z13.web.core.windows.net/","blob":"https://yssa.blob.core.windows.net/","queue":"https://yssa.queue.core.windows.net/","table":"https://yssa.table.core.windows.net/","file":"https://yssa.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/yufan1","name":"yufan1","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-10T08:41:43.1979384Z","key2":"2022-01-10T08:41:43.1979384Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-10T08:41:43.1979384Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-10T08:41:43.1979384Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-10T08:41:43.0729495Z","primaryEndpoints":{"dfs":"https://yufan1.dfs.core.windows.net/","web":"https://yufan1.z13.web.core.windows.net/","blob":"https://yufan1.blob.core.windows.net/","queue":"https://yufan1.queue.core.windows.net/","table":"https://yufan1.table.core.windows.net/","file":"https://yufan1.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yufan1-secondary.dfs.core.windows.net/","web":"https://yufan1-secondary.z13.web.core.windows.net/","blob":"https://yufan1-secondary.blob.core.windows.net/","queue":"https://yufan1-secondary.queue.core.windows.net/","table":"https://yufan1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/yufanaccount","name":"yufanaccount","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-02-19T13:30:24.7349090Z","key2":"2022-02-19T13:30:24.7349090Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-19T13:30:24.7505500Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-19T13:30:24.7505500Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-19T13:30:24.6099071Z","primaryEndpoints":{"dfs":"https://yufanaccount.dfs.core.windows.net/","web":"https://yufanaccount.z13.web.core.windows.net/","blob":"https://yufanaccount.blob.core.windows.net/","queue":"https://yufanaccount.queue.core.windows.net/","table":"https://yufanaccount.table.core.windows.net/","file":"https://yufanaccount.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yufanaccount-secondary.dfs.core.windows.net/","web":"https://yufanaccount-secondary.z13.web.core.windows.net/","blob":"https://yufanaccount-secondary.blob.core.windows.net/","queue":"https://yufanaccount-secondary.queue.core.windows.net/","table":"https://yufanaccount-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/yuzhi123","name":"yuzhi123","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-01-21T07:39:07.9936963Z","key2":"2022-01-21T07:39:07.9936963Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-21T07:39:07.9936963Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-21T07:39:07.9936963Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-21T07:39:07.8530689Z","primaryEndpoints":{"dfs":"https://yuzhi123.dfs.core.windows.net/","web":"https://yuzhi123.z13.web.core.windows.net/","blob":"https://yuzhi123.blob.core.windows.net/","queue":"https://yuzhi123.queue.core.windows.net/","table":"https://yuzhi123.table.core.windows.net/","file":"https://yuzhi123.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yuzhi123-secondary.dfs.core.windows.net/","web":"https://yuzhi123-secondary.z13.web.core.windows.net/","blob":"https://yuzhi123-secondary.blob.core.windows.net/","queue":"https://yuzhi123-secondary.queue.core.windows.net/","table":"https://yuzhi123-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Storage/storageAccounts/zhiyihuangsa","name":"zhiyihuangsa","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-09-10T05:47:01.2111871Z","key2":"2021-09-10T05:47:01.2111871Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T05:47:01.2111871Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T05:47:01.2111871Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-10T05:47:01.0861745Z","primaryEndpoints":{"dfs":"https://zhiyihuangsa.dfs.core.windows.net/","web":"https://zhiyihuangsa.z13.web.core.windows.net/","blob":"https://zhiyihuangsa.blob.core.windows.net/","queue":"https://zhiyihuangsa.queue.core.windows.net/","table":"https://zhiyihuangsa.table.core.windows.net/","file":"https://zhiyihuangsa.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available","secondaryLocation":"westus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://zhiyihuangsa-secondary.dfs.core.windows.net/","web":"https://zhiyihuangsa-secondary.z13.web.core.windows.net/","blob":"https://zhiyihuangsa-secondary.blob.core.windows.net/","queue":"https://zhiyihuangsa-secondary.queue.core.windows.net/","table":"https://zhiyihuangsa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Storage/storageAccounts/azextensionedge","name":"azextensionedge","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-22T08:51:57.7728758Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-22T08:51:57.7728758Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-22T08:51:57.6947156Z","primaryEndpoints":{"dfs":"https://azextensionedge.dfs.core.windows.net/","web":"https://azextensionedge.z22.web.core.windows.net/","blob":"https://azextensionedge.blob.core.windows.net/","queue":"https://azextensionedge.queue.core.windows.net/","table":"https://azextensionedge.table.core.windows.net/","file":"https://azextensionedge.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://azextensionedge-secondary.dfs.core.windows.net/","web":"https://azextensionedge-secondary.z22.web.core.windows.net/","blob":"https://azextensionedge-secondary.blob.core.windows.net/","queue":"https://azextensionedge-secondary.queue.core.windows.net/","table":"https://azextensionedge-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-edge/providers/Microsoft.Storage/storageAccounts/azurecliedge","name":"azurecliedge","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-13T08:41:36.3326539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-13T08:41:36.3326539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-01-13T08:41:36.2389304Z","primaryEndpoints":{"dfs":"https://azurecliedge.dfs.core.windows.net/","web":"https://azurecliedge.z22.web.core.windows.net/","blob":"https://azurecliedge.blob.core.windows.net/","queue":"https://azurecliedge.queue.core.windows.net/","table":"https://azurecliedge.table.core.windows.net/","file":"https://azurecliedge.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgndqcnhtzbgfvywayllmropscysoonfvdiqt3yy2f2owek56fmxotp4xkaed4ctlml/providers/Microsoft.Storage/storageAccounts/clitesthbyb7yke3ybao3eon","name":"clitesthbyb7yke3ybao3eon","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-07T04:18:13.1067632Z","key2":"2022-05-07T04:18:13.1067632Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-07T04:18:13.1067632Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-07T04:18:13.1067632Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-07T04:18:12.9818218Z","primaryEndpoints":{"dfs":"https://clitesthbyb7yke3ybao3eon.dfs.core.windows.net/","web":"https://clitesthbyb7yke3ybao3eon.z22.web.core.windows.net/","blob":"https://clitesthbyb7yke3ybao3eon.blob.core.windows.net/","queue":"https://clitesthbyb7yke3ybao3eon.queue.core.windows.net/","table":"https://clitesthbyb7yke3ybao3eon.table.core.windows.net/","file":"https://clitesthbyb7yke3ybao3eon.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest3vcuatamkn4ohekzh7n4dxejiwnu2jwkb3elruui3zxs6wm72xplcabigcfaqgduhl4i/providers/Microsoft.Storage/storageAccounts/clitestutbqsovxkwef67jxo","name":"clitestutbqsovxkwef67jxo","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-11T05:56:09.1774401Z","key2":"2022-05-11T05:56:09.1774401Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T05:56:09.1774401Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T05:56:09.1774401Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-11T05:56:09.0368232Z","primaryEndpoints":{"blob":"https://clitestutbqsovxkwef67jxo.blob.core.windows.net/","queue":"https://clitestutbqsovxkwef67jxo.queue.core.windows.net/","table":"https://clitestutbqsovxkwef67jxo.table.core.windows.net/","file":"https://clitestutbqsovxkwef67jxo.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-11T06:20:36.0907189Z","key2":"2022-05-11T06:20:36.0907189Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T06:20:36.0907189Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T06:20:36.0907189Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-11T06:20:35.9813489Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_GRS","tier":"Standard"},"kind":"BlobStorage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/databricks-rg-test-workspace-hfgsgq7lxm59z/providers/Microsoft.Storage/storageAccounts/dbstoragekexnzukbx7wei","name":"dbstoragekexnzukbx7wei","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{"application":"databricks","databricks-environment":"true"},"properties":{"keyCreationTime":{"key1":"2022-04-07T21:53:36.5152948Z","key2":"2022-04-07T21:53:36.5152948Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T21:53:36.5152948Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T21:53:36.5152948Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-07T21:53:36.4059208Z","primaryEndpoints":{"dfs":"https://dbstoragekexnzukbx7wei.dfs.core.windows.net/","blob":"https://dbstoragekexnzukbx7wei.blob.core.windows.net/","table":"https://dbstoragekexnzukbx7wei.table.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/kairu-persist/providers/Microsoft.Storage/storageAccounts/kairu","name":"kairu","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-13T07:35:19.0950431Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-01-13T07:35:19.0950431Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-01-13T07:35:18.9856251Z","primaryEndpoints":{"blob":"https://kairu.blob.core.windows.net/","queue":"https://kairu.queue.core.windows.net/","table":"https://kairu.table.core.windows.net/","file":"https://kairu.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/pythonsdkmsyyc","name":"pythonsdkmsyyc","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-30T09:03:04.8209550Z","key2":"2021-06-30T09:03:04.8209550Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-30T09:03:04.8209550Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-30T09:03:04.8209550Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-30T09:03:04.7272348Z","primaryEndpoints":{"dfs":"https://pythonsdkmsyyc.dfs.core.windows.net/","web":"https://pythonsdkmsyyc.z22.web.core.windows.net/","blob":"https://pythonsdkmsyyc.blob.core.windows.net/","queue":"https://pythonsdkmsyyc.queue.core.windows.net/","table":"https://pythonsdkmsyyc.table.core.windows.net/","file":"https://pythonsdkmsyyc.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Storage/storageAccounts/storageyyc","name":"storageyyc","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-09-26T05:53:22.9974267Z","key2":"2021-09-26T05:53:22.9974267Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:53:22.9974267Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:53:22.9974267Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T05:53:22.9192578Z","primaryEndpoints":{"dfs":"https://storageyyc.dfs.core.windows.net/","web":"https://storageyyc.z22.web.core.windows.net/","blob":"https://storageyyc.blob.core.windows.net/","queue":"https://storageyyc.queue.core.windows.net/","table":"https://storageyyc.table.core.windows.net/","file":"https://storageyyc.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testalw","name":"testalw","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"immutableStorageWithVersioning":{"enabled":true,"immutabilityPolicy":{"immutabilityPeriodSinceCreationInDays":3,"state":"Disabled"}},"keyCreationTime":{"key1":"2021-10-27T06:27:50.3554138Z","key2":"2021-10-27T06:27:50.3554138Z"},"privateEndpointConnections":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testalw/privateEndpointConnections/testalw.cefd3d56-feb9-4be9-978b-fb9416daa1ab","name":"testalw.cefd3d56-feb9-4be9-978b-fb9416daa1ab","type":"Microsoft.Storage/storageAccounts/privateEndpointConnections","properties":{"provisioningState":"Succeeded","privateEndpoint":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Network/privateEndpoints/testpe"},"privateLinkServiceConnectionState":{"status":"Approved","description":"Auto-Approved","actionRequired":"None"}}}],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T06:27:50.3554138Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T06:27:50.3554138Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-27T06:27:50.2616355Z","primaryEndpoints":{"dfs":"https://testalw.dfs.core.windows.net/","web":"https://testalw.z22.web.core.windows.net/","blob":"https://testalw.blob.core.windows.net/","queue":"https://testalw.queue.core.windows.net/","table":"https://testalw.table.core.windows.net/","file":"https://testalw.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testalw-secondary.dfs.core.windows.net/","web":"https://testalw-secondary.z22.web.core.windows.net/","blob":"https://testalw-secondary.blob.core.windows.net/","queue":"https://testalw-secondary.queue.core.windows.net/","table":"https://testalw-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testalw1027","name":"testalw1027","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"immutableStorageWithVersioning":{"enabled":true,"immutabilityPolicy":{"immutabilityPeriodSinceCreationInDays":1,"state":"Unlocked"}},"keyCreationTime":{"key1":"2021-10-27T07:34:49.7592232Z","key2":"2021-10-27T07:34:49.7592232Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T07:34:49.7592232Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-27T07:34:49.7592232Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-27T07:34:49.6810731Z","primaryEndpoints":{"dfs":"https://testalw1027.dfs.core.windows.net/","web":"https://testalw1027.z22.web.core.windows.net/","blob":"https://testalw1027.blob.core.windows.net/","queue":"https://testalw1027.queue.core.windows.net/","table":"https://testalw1027.table.core.windows.net/","file":"https://testalw1027.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testalw1027-secondary.dfs.core.windows.net/","web":"https://testalw1027-secondary.z22.web.core.windows.net/","blob":"https://testalw1027-secondary.blob.core.windows.net/","queue":"https://testalw1027-secondary.queue.core.windows.net/","table":"https://testalw1027-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/testalw1028","name":"testalw1028","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"immutableStorageWithVersioning":{"enabled":true,"immutabilityPolicy":{"immutabilityPeriodSinceCreationInDays":1,"state":"Unlocked"}},"keyCreationTime":{"key1":"2021-10-28T01:49:10.2414505Z","key2":"2021-10-28T01:49:10.2414505Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T01:49:10.2414505Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T01:49:10.2414505Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-28T01:49:10.1633042Z","primaryEndpoints":{"dfs":"https://testalw1028.dfs.core.windows.net/","web":"https://testalw1028.z22.web.core.windows.net/","blob":"https://testalw1028.blob.core.windows.net/","queue":"https://testalw1028.queue.core.windows.net/","table":"https://testalw1028.table.core.windows.net/","file":"https://testalw1028.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testalw1028-secondary.dfs.core.windows.net/","web":"https://testalw1028-secondary.z22.web.core.windows.net/","blob":"https://testalw1028-secondary.blob.core.windows.net/","queue":"https://testalw1028-secondary.queue.core.windows.net/","table":"https://testalw1028-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/yshns","name":"yshns","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-15T02:10:28.4103368Z","key2":"2021-10-15T02:10:28.4103368Z"},"privateEndpointConnections":[],"hnsOnMigrationInProgress":false,"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T02:10:28.4103368Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T02:10:28.4103368Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-15T02:10:28.3165819Z","primaryEndpoints":{"dfs":"https://yshns.dfs.core.windows.net/","web":"https://yshns.z22.web.core.windows.net/","blob":"https://yshns.blob.core.windows.net/","queue":"https://yshns.queue.core.windows.net/","table":"https://yshns.table.core.windows.net/","file":"https://yshns.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available","secondaryLocation":"eastus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://yshns-secondary.dfs.core.windows.net/","web":"https://yshns-secondary.z22.web.core.windows.net/","blob":"https://yshns-secondary.blob.core.windows.net/","queue":"https://yshns-secondary.queue.core.windows.net/","table":"https://yshns-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/azuresdktest","name":"azuresdktest","type":"Microsoft.Storage/storageAccounts","location":"eastasia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-12T06:32:07.1157877Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-08-12T06:32:07.1157877Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-08-12T06:32:07.0689199Z","primaryEndpoints":{"dfs":"https://azuresdktest.dfs.core.windows.net/","web":"https://azuresdktest.z7.web.core.windows.net/","blob":"https://azuresdktest.blob.core.windows.net/","queue":"https://azuresdktest.queue.core.windows.net/","table":"https://azuresdktest.table.core.windows.net/","file":"https://azuresdktest.file.core.windows.net/"},"primaryLocation":"eastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggrglkh7zr7/providers/Microsoft.Storage/storageAccounts/clitest2f63bh43aix4wcnlh","name":"clitest2f63bh43aix4wcnlh","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:17:38.5541453Z","key2":"2021-04-22T08:17:38.5541453Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.5541453Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.5541453Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:17:38.4760163Z","primaryEndpoints":{"blob":"https://clitest2f63bh43aix4wcnlh.blob.core.windows.net/","queue":"https://clitest2f63bh43aix4wcnlh.queue.core.windows.net/","table":"https://clitest2f63bh43aix4wcnlh.table.core.windows.net/","file":"https://clitest2f63bh43aix4wcnlh.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgrli6qx2bll/providers/Microsoft.Storage/storageAccounts/clitest2kskuzyfvkqd7xx4y","name":"clitest2kskuzyfvkqd7xx4y","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T23:34:08.0367829Z","key2":"2022-03-16T23:34:08.0367829Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T23:34:08.0367829Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T23:34:08.0367829Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-03-16T23:34:07.9430240Z","primaryEndpoints":{"blob":"https://clitest2kskuzyfvkqd7xx4y.blob.core.windows.net/","queue":"https://clitest2kskuzyfvkqd7xx4y.queue.core.windows.net/","table":"https://clitest2kskuzyfvkqd7xx4y.table.core.windows.net/","file":"https://clitest2kskuzyfvkqd7xx4y.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgh5duq2f6uh/providers/Microsoft.Storage/storageAccounts/clitest2vjedutxs37ymp4ni","name":"clitest2vjedutxs37ymp4ni","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:21.0424866Z","key2":"2021-04-23T07:13:21.0424866Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0581083Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0581083Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.9643257Z","primaryEndpoints":{"blob":"https://clitest2vjedutxs37ymp4ni.blob.core.windows.net/","queue":"https://clitest2vjedutxs37ymp4ni.queue.core.windows.net/","table":"https://clitest2vjedutxs37ymp4ni.table.core.windows.net/","file":"https://clitest2vjedutxs37ymp4ni.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgl6l3rg6atb/providers/Microsoft.Storage/storageAccounts/clitest4sjmiwke5nz3f67pu","name":"clitest4sjmiwke5nz3f67pu","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:02:15.3305055Z","key2":"2021-04-22T08:02:15.3305055Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:02:15.3305055Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:02:15.3305055Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:02:15.2523305Z","primaryEndpoints":{"blob":"https://clitest4sjmiwke5nz3f67pu.blob.core.windows.net/","queue":"https://clitest4sjmiwke5nz3f67pu.queue.core.windows.net/","table":"https://clitest4sjmiwke5nz3f67pu.table.core.windows.net/","file":"https://clitest4sjmiwke5nz3f67pu.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbbt37xr2le/providers/Microsoft.Storage/storageAccounts/clitest5frikrzhxwryrkfel","name":"clitest5frikrzhxwryrkfel","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:19:22.9620171Z","key2":"2021-04-22T08:19:22.9620171Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:19:22.9776721Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:19:22.9776721Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:19:22.8838883Z","primaryEndpoints":{"blob":"https://clitest5frikrzhxwryrkfel.blob.core.windows.net/","queue":"https://clitest5frikrzhxwryrkfel.queue.core.windows.net/","table":"https://clitest5frikrzhxwryrkfel.table.core.windows.net/","file":"https://clitest5frikrzhxwryrkfel.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgrc4sjsrzt4/providers/Microsoft.Storage/storageAccounts/clitest63b5vtkhuf7auho6z","name":"clitest63b5vtkhuf7auho6z","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:17:38.3198561Z","key2":"2021-04-22T08:17:38.3198561Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.3198561Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.3198561Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:17:38.2416459Z","primaryEndpoints":{"blob":"https://clitest63b5vtkhuf7auho6z.blob.core.windows.net/","queue":"https://clitest63b5vtkhuf7auho6z.queue.core.windows.net/","table":"https://clitest63b5vtkhuf7auho6z.table.core.windows.net/","file":"https://clitest63b5vtkhuf7auho6z.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgekim5ct43n/providers/Microsoft.Storage/storageAccounts/clitest6jusqp4qvczw52pql","name":"clitest6jusqp4qvczw52pql","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:05:08.7847684Z","key2":"2021-04-22T08:05:08.7847684Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:05:08.8003328Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:05:08.8003328Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:05:08.7065579Z","primaryEndpoints":{"blob":"https://clitest6jusqp4qvczw52pql.blob.core.windows.net/","queue":"https://clitest6jusqp4qvczw52pql.queue.core.windows.net/","table":"https://clitest6jusqp4qvczw52pql.table.core.windows.net/","file":"https://clitest6jusqp4qvczw52pql.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbbt37xr2le/providers/Microsoft.Storage/storageAccounts/clitest74vl6rwuxl5fbuklw","name":"clitest74vl6rwuxl5fbuklw","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:17:38.2260082Z","key2":"2021-04-22T08:17:38.2260082Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.2260082Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.2260082Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:17:38.1635154Z","primaryEndpoints":{"blob":"https://clitest74vl6rwuxl5fbuklw.blob.core.windows.net/","queue":"https://clitest74vl6rwuxl5fbuklw.queue.core.windows.net/","table":"https://clitest74vl6rwuxl5fbuklw.table.core.windows.net/","file":"https://clitest74vl6rwuxl5fbuklw.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgy6swh3vebl/providers/Microsoft.Storage/storageAccounts/clitestaxq4uhxp4axa3uagg","name":"clitestaxq4uhxp4axa3uagg","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-10T05:18:34.9019274Z","key2":"2021-12-10T05:18:34.9019274Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-10T05:18:34.9175551Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-10T05:18:34.9175551Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-10T05:18:34.8238281Z","primaryEndpoints":{"blob":"https://clitestaxq4uhxp4axa3uagg.blob.core.windows.net/","queue":"https://clitestaxq4uhxp4axa3uagg.queue.core.windows.net/","table":"https://clitestaxq4uhxp4axa3uagg.table.core.windows.net/","file":"https://clitestaxq4uhxp4axa3uagg.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgiudkrkxpl4/providers/Microsoft.Storage/storageAccounts/clitestbiegaggvgwivkqyyi","name":"clitestbiegaggvgwivkqyyi","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:20.8705764Z","key2":"2021-04-23T07:13:20.8705764Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.8861995Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.8861995Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.7925187Z","primaryEndpoints":{"blob":"https://clitestbiegaggvgwivkqyyi.blob.core.windows.net/","queue":"https://clitestbiegaggvgwivkqyyi.queue.core.windows.net/","table":"https://clitestbiegaggvgwivkqyyi.table.core.windows.net/","file":"https://clitestbiegaggvgwivkqyyi.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg46ia57tmnz/providers/Microsoft.Storage/storageAccounts/clitestdlxtp24ycnjl3jui2","name":"clitestdlxtp24ycnjl3jui2","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T03:42:54.3217696Z","key2":"2021-04-23T03:42:54.3217696Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:42:54.3217696Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:42:54.3217696Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T03:42:54.2436164Z","primaryEndpoints":{"blob":"https://clitestdlxtp24ycnjl3jui2.blob.core.windows.net/","queue":"https://clitestdlxtp24ycnjl3jui2.queue.core.windows.net/","table":"https://clitestdlxtp24ycnjl3jui2.table.core.windows.net/","file":"https://clitestdlxtp24ycnjl3jui2.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg23akmjlz2r/providers/Microsoft.Storage/storageAccounts/clitestdmmxq6bklh35yongi","name":"clitestdmmxq6bklh35yongi","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-05T19:49:04.6966074Z","key2":"2021-08-05T19:49:04.6966074Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T19:49:04.6966074Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T19:49:04.6966074Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T19:49:04.6185933Z","primaryEndpoints":{"blob":"https://clitestdmmxq6bklh35yongi.blob.core.windows.net/","queue":"https://clitestdmmxq6bklh35yongi.queue.core.windows.net/","table":"https://clitestdmmxq6bklh35yongi.table.core.windows.net/","file":"https://clitestdmmxq6bklh35yongi.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgv3m577d7ho/providers/Microsoft.Storage/storageAccounts/clitestej2fvhoj3zogyp5e7","name":"clitestej2fvhoj3zogyp5e7","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T03:42:54.7279926Z","key2":"2021-04-23T03:42:54.7279926Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:42:54.7279926Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:42:54.7279926Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T03:42:54.6342444Z","primaryEndpoints":{"blob":"https://clitestej2fvhoj3zogyp5e7.blob.core.windows.net/","queue":"https://clitestej2fvhoj3zogyp5e7.queue.core.windows.net/","table":"https://clitestej2fvhoj3zogyp5e7.table.core.windows.net/","file":"https://clitestej2fvhoj3zogyp5e7.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgp6ikwpcsq7/providers/Microsoft.Storage/storageAccounts/clitestggvkyebv5o55dhakj","name":"clitestggvkyebv5o55dhakj","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:21.2300019Z","key2":"2021-04-23T07:13:21.2300019Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.2456239Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.2456239Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:21.1518492Z","primaryEndpoints":{"blob":"https://clitestggvkyebv5o55dhakj.blob.core.windows.net/","queue":"https://clitestggvkyebv5o55dhakj.queue.core.windows.net/","table":"https://clitestggvkyebv5o55dhakj.table.core.windows.net/","file":"https://clitestggvkyebv5o55dhakj.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgn6glpfa25c/providers/Microsoft.Storage/storageAccounts/clitestgt3fjzabc7taya5zo","name":"clitestgt3fjzabc7taya5zo","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:20.6675009Z","key2":"2021-04-23T07:13:20.6675009Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.6831653Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.6831653Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.5894204Z","primaryEndpoints":{"blob":"https://clitestgt3fjzabc7taya5zo.blob.core.windows.net/","queue":"https://clitestgt3fjzabc7taya5zo.queue.core.windows.net/","table":"https://clitestgt3fjzabc7taya5zo.table.core.windows.net/","file":"https://clitestgt3fjzabc7taya5zo.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgptzwacrnwa/providers/Microsoft.Storage/storageAccounts/clitestivtrt5tp624n63ast","name":"clitestivtrt5tp624n63ast","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:17:38.1166795Z","key2":"2021-04-22T08:17:38.1166795Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.1166795Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:17:38.1166795Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:17:38.0541529Z","primaryEndpoints":{"blob":"https://clitestivtrt5tp624n63ast.blob.core.windows.net/","queue":"https://clitestivtrt5tp624n63ast.queue.core.windows.net/","table":"https://clitestivtrt5tp624n63ast.table.core.windows.net/","file":"https://clitestivtrt5tp624n63ast.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgaz5eufnx7d/providers/Microsoft.Storage/storageAccounts/clitestkj3e2bodztqdfqsa2","name":"clitestkj3e2bodztqdfqsa2","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-08T09:02:59.1361396Z","key2":"2021-12-08T09:02:59.1361396Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-08T09:02:59.1361396Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-08T09:02:59.1361396Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-08T09:02:59.0267650Z","primaryEndpoints":{"blob":"https://clitestkj3e2bodztqdfqsa2.blob.core.windows.net/","queue":"https://clitestkj3e2bodztqdfqsa2.queue.core.windows.net/","table":"https://clitestkj3e2bodztqdfqsa2.table.core.windows.net/","file":"https://clitestkj3e2bodztqdfqsa2.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgeghfcmpfiw/providers/Microsoft.Storage/storageAccounts/clitestkoxtfkf67yodgckyb","name":"clitestkoxtfkf67yodgckyb","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-28T10:04:35.2504002Z","key2":"2022-02-28T10:04:35.2504002Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T10:04:35.2504002Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T10:04:35.2504002Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-02-28T10:04:35.1410179Z","primaryEndpoints":{"blob":"https://clitestkoxtfkf67yodgckyb.blob.core.windows.net/","queue":"https://clitestkoxtfkf67yodgckyb.queue.core.windows.net/","table":"https://clitestkoxtfkf67yodgckyb.table.core.windows.net/","file":"https://clitestkoxtfkf67yodgckyb.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgdc25pvki6m/providers/Microsoft.Storage/storageAccounts/clitestkxu4ahsqaxv42cyyf","name":"clitestkxu4ahsqaxv42cyyf","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-22T08:02:15.7523496Z","key2":"2021-04-22T08:02:15.7523496Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:02:15.7523496Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-22T08:02:15.7523496Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-22T08:02:15.6742355Z","primaryEndpoints":{"blob":"https://clitestkxu4ahsqaxv42cyyf.blob.core.windows.net/","queue":"https://clitestkxu4ahsqaxv42cyyf.queue.core.windows.net/","table":"https://clitestkxu4ahsqaxv42cyyf.table.core.windows.net/","file":"https://clitestkxu4ahsqaxv42cyyf.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgawbqkye7l4/providers/Microsoft.Storage/storageAccounts/clitestlsjx67ujuhjr7zkah","name":"clitestlsjx67ujuhjr7zkah","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-09T04:30:23.0266730Z","key2":"2022-05-09T04:30:23.0266730Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-09T04:30:23.0266730Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-09T04:30:23.0266730Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-09T04:30:22.9172929Z","primaryEndpoints":{"blob":"https://clitestlsjx67ujuhjr7zkah.blob.core.windows.net/","queue":"https://clitestlsjx67ujuhjr7zkah.queue.core.windows.net/","table":"https://clitestlsjx67ujuhjr7zkah.table.core.windows.net/","file":"https://clitestlsjx67ujuhjr7zkah.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4chnkoo7ql/providers/Microsoft.Storage/storageAccounts/clitestmevgvn7p2e7ydqz44","name":"clitestmevgvn7p2e7ydqz44","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-08T03:32:22.3716191Z","key2":"2021-12-08T03:32:22.3716191Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-08T03:32:22.3872332Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-08T03:32:22.3872332Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-12-08T03:32:22.2778291Z","primaryEndpoints":{"blob":"https://clitestmevgvn7p2e7ydqz44.blob.core.windows.net/","queue":"https://clitestmevgvn7p2e7ydqz44.queue.core.windows.net/","table":"https://clitestmevgvn7p2e7ydqz44.table.core.windows.net/","file":"https://clitestmevgvn7p2e7ydqz44.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgghkyqf7pb5/providers/Microsoft.Storage/storageAccounts/clitestpuea6vlqwxw6ihiws","name":"clitestpuea6vlqwxw6ihiws","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:21.0581083Z","key2":"2021-04-23T07:13:21.0581083Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0737014Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0737014Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.9799581Z","primaryEndpoints":{"blob":"https://clitestpuea6vlqwxw6ihiws.blob.core.windows.net/","queue":"https://clitestpuea6vlqwxw6ihiws.queue.core.windows.net/","table":"https://clitestpuea6vlqwxw6ihiws.table.core.windows.net/","file":"https://clitestpuea6vlqwxw6ihiws.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbo2ure7pgp/providers/Microsoft.Storage/storageAccounts/clitestsnv7joygpazk23npj","name":"clitestsnv7joygpazk23npj","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-21T02:19:20.7474327Z","key2":"2021-05-21T02:19:20.7474327Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T02:19:20.7474327Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-21T02:19:20.7474327Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-21T02:19:20.6537267Z","primaryEndpoints":{"blob":"https://clitestsnv7joygpazk23npj.blob.core.windows.net/","queue":"https://clitestsnv7joygpazk23npj.queue.core.windows.net/","table":"https://clitestsnv7joygpazk23npj.table.core.windows.net/","file":"https://clitestsnv7joygpazk23npj.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg6i4hl6iakg/providers/Microsoft.Storage/storageAccounts/clitestu3p7a7ib4n4y7gt4m","name":"clitestu3p7a7ib4n4y7gt4m","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-12-30T01:51:53.0814418Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-12-30T01:51:53.0814418Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2019-12-30T01:51:53.0189478Z","primaryEndpoints":{"blob":"https://clitestu3p7a7ib4n4y7gt4m.blob.core.windows.net/","queue":"https://clitestu3p7a7ib4n4y7gt4m.queue.core.windows.net/","table":"https://clitestu3p7a7ib4n4y7gt4m.table.core.windows.net/","file":"https://clitestu3p7a7ib4n4y7gt4m.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgu7jwflzo6g/providers/Microsoft.Storage/storageAccounts/clitestwqzjytdeun46rphfd","name":"clitestwqzjytdeun46rphfd","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T03:44:35.3668592Z","key2":"2021-04-23T03:44:35.3668592Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:44:35.3668592Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T03:44:35.3668592Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T03:44:35.2887580Z","primaryEndpoints":{"blob":"https://clitestwqzjytdeun46rphfd.blob.core.windows.net/","queue":"https://clitestwqzjytdeun46rphfd.queue.core.windows.net/","table":"https://clitestwqzjytdeun46rphfd.table.core.windows.net/","file":"https://clitestwqzjytdeun46rphfd.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgltfej7yr4u/providers/Microsoft.Storage/storageAccounts/clitestwvsg2uskf4i7vjfto","name":"clitestwvsg2uskf4i7vjfto","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-13T07:48:30.9247776Z","key2":"2021-05-13T07:48:30.9247776Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-13T07:48:30.9403727Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-13T07:48:30.9403727Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-05-13T07:48:30.8309682Z","primaryEndpoints":{"blob":"https://clitestwvsg2uskf4i7vjfto.blob.core.windows.net/","queue":"https://clitestwvsg2uskf4i7vjfto.queue.core.windows.net/","table":"https://clitestwvsg2uskf4i7vjfto.table.core.windows.net/","file":"https://clitestwvsg2uskf4i7vjfto.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgzjznhcqaoh/providers/Microsoft.Storage/storageAccounts/clitestwznnmnfot33xjztmk","name":"clitestwznnmnfot33xjztmk","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:20.7299628Z","key2":"2021-04-23T07:13:20.7299628Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.7456181Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.7456181Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.6518776Z","primaryEndpoints":{"blob":"https://clitestwznnmnfot33xjztmk.blob.core.windows.net/","queue":"https://clitestwznnmnfot33xjztmk.queue.core.windows.net/","table":"https://clitestwznnmnfot33xjztmk.table.core.windows.net/","file":"https://clitestwznnmnfot33xjztmk.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4yns4yxisb/providers/Microsoft.Storage/storageAccounts/clitestyt6rxgad3kebqzh26","name":"clitestyt6rxgad3kebqzh26","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-05T19:49:04.8528440Z","key2":"2021-08-05T19:49:04.8528440Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T19:49:04.8528440Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-05T19:49:04.8528440Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-08-05T19:49:04.7747435Z","primaryEndpoints":{"blob":"https://clitestyt6rxgad3kebqzh26.blob.core.windows.net/","queue":"https://clitestyt6rxgad3kebqzh26.queue.core.windows.net/","table":"https://clitestyt6rxgad3kebqzh26.table.core.windows.net/","file":"https://clitestyt6rxgad3kebqzh26.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgovptfsocfg/providers/Microsoft.Storage/storageAccounts/clitestz72bbbbv2cio2pmom","name":"clitestz72bbbbv2cio2pmom","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:21.0112600Z","key2":"2021-04-23T07:13:21.0112600Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0268549Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:21.0268549Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.9330720Z","primaryEndpoints":{"blob":"https://clitestz72bbbbv2cio2pmom.blob.core.windows.net/","queue":"https://clitestz72bbbbv2cio2pmom.queue.core.windows.net/","table":"https://clitestz72bbbbv2cio2pmom.table.core.windows.net/","file":"https://clitestz72bbbbv2cio2pmom.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgxp7uwuibs5/providers/Microsoft.Storage/storageAccounts/clitestzrwidkqplnw3jmz4z","name":"clitestzrwidkqplnw3jmz4z","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{},"properties":{"keyCreationTime":{"key1":"2021-04-23T07:13:20.6831653Z","key2":"2021-04-23T07:13:20.6831653Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.6987004Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-23T07:13:20.6987004Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2021-04-23T07:13:20.6049571Z","primaryEndpoints":{"blob":"https://clitestzrwidkqplnw3jmz4z.blob.core.windows.net/","queue":"https://clitestzrwidkqplnw3jmz4z.queue.core.windows.net/","table":"https://clitestzrwidkqplnw3jmz4z.table.core.windows.net/","file":"https://clitestzrwidkqplnw3jmz4z.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320004dd89524","name":"cs1100320004dd89524","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-03-26T05:48:15.7013062Z","key2":"2021-03-26T05:48:15.7013062Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-26T05:48:15.7169621Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-26T05:48:15.7169621Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-26T05:48:15.6545059Z","primaryEndpoints":{"dfs":"https://cs1100320004dd89524.dfs.core.windows.net/","web":"https://cs1100320004dd89524.z23.web.core.windows.net/","blob":"https://cs1100320004dd89524.blob.core.windows.net/","queue":"https://cs1100320004dd89524.queue.core.windows.net/","table":"https://cs1100320004dd89524.table.core.windows.net/","file":"https://cs1100320004dd89524.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320005416c8c9","name":"cs1100320005416c8c9","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-07-09T05:58:20.1898753Z","key2":"2021-07-09T05:58:20.1898753Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-09T05:58:20.2055665Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-09T05:58:20.2055665Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-09T05:58:20.0961322Z","primaryEndpoints":{"dfs":"https://cs1100320005416c8c9.dfs.core.windows.net/","web":"https://cs1100320005416c8c9.z23.web.core.windows.net/","blob":"https://cs1100320005416c8c9.blob.core.windows.net/","queue":"https://cs1100320005416c8c9.queue.core.windows.net/","table":"https://cs1100320005416c8c9.table.core.windows.net/","file":"https://cs1100320005416c8c9.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320007b1ce356","name":"cs1100320007b1ce356","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-08-31T13:56:10.5497663Z","key2":"2021-08-31T13:56:10.5497663Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T13:56:10.5497663Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-31T13:56:10.5497663Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-31T13:56:10.4560533Z","primaryEndpoints":{"dfs":"https://cs1100320007b1ce356.dfs.core.windows.net/","web":"https://cs1100320007b1ce356.z23.web.core.windows.net/","blob":"https://cs1100320007b1ce356.blob.core.windows.net/","queue":"https://cs1100320007b1ce356.queue.core.windows.net/","table":"https://cs1100320007b1ce356.table.core.windows.net/","file":"https://cs1100320007b1ce356.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/cs1100320007de01867","name":"cs1100320007de01867","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-25T03:24:00.9959166Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-25T03:24:00.9959166Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-25T03:24:00.9490326Z","primaryEndpoints":{"dfs":"https://cs1100320007de01867.dfs.core.windows.net/","web":"https://cs1100320007de01867.z23.web.core.windows.net/","blob":"https://cs1100320007de01867.blob.core.windows.net/","queue":"https://cs1100320007de01867.queue.core.windows.net/","table":"https://cs1100320007de01867.table.core.windows.net/","file":"https://cs1100320007de01867.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320007f91393f","name":"cs1100320007f91393f","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-22T18:02:15.3088372Z","key2":"2022-01-22T18:02:15.3088372Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-22T18:02:15.3088372Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-22T18:02:15.3088372Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-22T18:02:15.1681915Z","primaryEndpoints":{"dfs":"https://cs1100320007f91393f.dfs.core.windows.net/","web":"https://cs1100320007f91393f.z23.web.core.windows.net/","blob":"https://cs1100320007f91393f.blob.core.windows.net/","queue":"https://cs1100320007f91393f.queue.core.windows.net/","table":"https://cs1100320007f91393f.table.core.windows.net/","file":"https://cs1100320007f91393f.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs11003200087c55daf","name":"cs11003200087c55daf","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-07-21T00:43:24.0011691Z","key2":"2021-07-21T00:43:24.0011691Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-21T00:43:24.0011691Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-21T00:43:24.0011691Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-21T00:43:23.9230250Z","primaryEndpoints":{"dfs":"https://cs11003200087c55daf.dfs.core.windows.net/","web":"https://cs11003200087c55daf.z23.web.core.windows.net/","blob":"https://cs11003200087c55daf.blob.core.windows.net/","queue":"https://cs11003200087c55daf.queue.core.windows.net/","table":"https://cs11003200087c55daf.table.core.windows.net/","file":"https://cs11003200087c55daf.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320008debd5bc","name":"cs1100320008debd5bc","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-03-17T07:12:44.1132341Z","key2":"2021-03-17T07:12:44.1132341Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-17T07:12:44.1132341Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-17T07:12:44.1132341Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-17T07:12:44.0351358Z","primaryEndpoints":{"dfs":"https://cs1100320008debd5bc.dfs.core.windows.net/","web":"https://cs1100320008debd5bc.z23.web.core.windows.net/","blob":"https://cs1100320008debd5bc.blob.core.windows.net/","queue":"https://cs1100320008debd5bc.queue.core.windows.net/","table":"https://cs1100320008debd5bc.table.core.windows.net/","file":"https://cs1100320008debd5bc.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000919ef7c5","name":"cs110032000919ef7c5","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-09T02:02:43.1652268Z","key2":"2021-10-09T02:02:43.1652268Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-09T02:02:43.1652268Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-09T02:02:43.1652268Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-09T02:02:43.0714900Z","primaryEndpoints":{"dfs":"https://cs110032000919ef7c5.dfs.core.windows.net/","web":"https://cs110032000919ef7c5.z23.web.core.windows.net/","blob":"https://cs110032000919ef7c5.blob.core.windows.net/","queue":"https://cs110032000919ef7c5.queue.core.windows.net/","table":"https://cs110032000919ef7c5.table.core.windows.net/","file":"https://cs110032000919ef7c5.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs11003200092fe0771","name":"cs11003200092fe0771","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-03-23T07:08:51.1436686Z","key2":"2021-03-23T07:08:51.1436686Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-23T07:08:51.1593202Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-23T07:08:51.1593202Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-23T07:08:51.0811120Z","primaryEndpoints":{"dfs":"https://cs11003200092fe0771.dfs.core.windows.net/","web":"https://cs11003200092fe0771.z23.web.core.windows.net/","blob":"https://cs11003200092fe0771.blob.core.windows.net/","queue":"https://cs11003200092fe0771.queue.core.windows.net/","table":"https://cs11003200092fe0771.table.core.windows.net/","file":"https://cs11003200092fe0771.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000b6f3c90c","name":"cs110032000b6f3c90c","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-06T05:28:23.2493456Z","key2":"2021-05-06T05:28:23.2493456Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-06T05:28:23.2493456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-06T05:28:23.2493456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-06T05:28:23.1868245Z","primaryEndpoints":{"dfs":"https://cs110032000b6f3c90c.dfs.core.windows.net/","web":"https://cs110032000b6f3c90c.z23.web.core.windows.net/","blob":"https://cs110032000b6f3c90c.blob.core.windows.net/","queue":"https://cs110032000b6f3c90c.queue.core.windows.net/","table":"https://cs110032000b6f3c90c.table.core.windows.net/","file":"https://cs110032000b6f3c90c.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000c31bae71","name":"cs110032000c31bae71","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-04-15T06:39:35.4649198Z","key2":"2021-04-15T06:39:35.4649198Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-15T06:39:35.4649198Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-15T06:39:35.4649198Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-15T06:39:35.4180004Z","primaryEndpoints":{"dfs":"https://cs110032000c31bae71.dfs.core.windows.net/","web":"https://cs110032000c31bae71.z23.web.core.windows.net/","blob":"https://cs110032000c31bae71.blob.core.windows.net/","queue":"https://cs110032000c31bae71.queue.core.windows.net/","table":"https://cs110032000c31bae71.table.core.windows.net/","file":"https://cs110032000c31bae71.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/AzureSDKTest_reserved/providers/Microsoft.Storage/storageAccounts/cs110032000ca62af00","name":"cs110032000ca62af00","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-22T02:06:18.4998653Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-09-22T02:06:18.4998653Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-09-22T02:06:18.4217109Z","primaryEndpoints":{"dfs":"https://cs110032000ca62af00.dfs.core.windows.net/","web":"https://cs110032000ca62af00.z23.web.core.windows.net/","blob":"https://cs110032000ca62af00.blob.core.windows.net/","queue":"https://cs110032000ca62af00.queue.core.windows.net/","table":"https://cs110032000ca62af00.table.core.windows.net/","file":"https://cs110032000ca62af00.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000e1cb9f41","name":"cs110032000e1cb9f41","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-06-01T02:14:02.8985613Z","key2":"2021-06-01T02:14:02.8985613Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-01T02:14:02.9140912Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-01T02:14:02.9140912Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-01T02:14:02.8047066Z","primaryEndpoints":{"dfs":"https://cs110032000e1cb9f41.dfs.core.windows.net/","web":"https://cs110032000e1cb9f41.z23.web.core.windows.net/","blob":"https://cs110032000e1cb9f41.blob.core.windows.net/","queue":"https://cs110032000e1cb9f41.queue.core.windows.net/","table":"https://cs110032000e1cb9f41.table.core.windows.net/","file":"https://cs110032000e1cb9f41.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000e3121978","name":"cs110032000e3121978","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-04-25T07:26:43.6124221Z","key2":"2021-04-25T07:26:43.6124221Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-25T07:26:43.6124221Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-25T07:26:43.6124221Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-25T07:26:43.5343583Z","primaryEndpoints":{"dfs":"https://cs110032000e3121978.dfs.core.windows.net/","web":"https://cs110032000e3121978.z23.web.core.windows.net/","blob":"https://cs110032000e3121978.blob.core.windows.net/","queue":"https://cs110032000e3121978.queue.core.windows.net/","table":"https://cs110032000e3121978.table.core.windows.net/","file":"https://cs110032000e3121978.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032000f3aac891","name":"cs110032000f3aac891","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-10-08T11:18:17.0122606Z","key2":"2021-10-08T11:18:17.0122606Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-08T11:18:17.0122606Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-08T11:18:17.0122606Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-08T11:18:16.9184856Z","primaryEndpoints":{"dfs":"https://cs110032000f3aac891.dfs.core.windows.net/","web":"https://cs110032000f3aac891.z23.web.core.windows.net/","blob":"https://cs110032000f3aac891.blob.core.windows.net/","queue":"https://cs110032000f3aac891.queue.core.windows.net/","table":"https://cs110032000f3aac891.table.core.windows.net/","file":"https://cs110032000f3aac891.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320010339dce7","name":"cs1100320010339dce7","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-07-01T12:55:31.1442388Z","key2":"2021-07-01T12:55:31.1442388Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-01T12:55:31.1442388Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-01T12:55:31.1442388Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-01T12:55:31.0661165Z","primaryEndpoints":{"dfs":"https://cs1100320010339dce7.dfs.core.windows.net/","web":"https://cs1100320010339dce7.z23.web.core.windows.net/","blob":"https://cs1100320010339dce7.blob.core.windows.net/","queue":"https://cs1100320010339dce7.queue.core.windows.net/","table":"https://cs1100320010339dce7.table.core.windows.net/","file":"https://cs1100320010339dce7.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs11003200127365c47","name":"cs11003200127365c47","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-03-25T03:10:52.6098894Z","key2":"2021-03-25T03:10:52.6098894Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-25T03:10:52.6098894Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-03-25T03:10:52.6098894Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-03-25T03:10:52.5318146Z","primaryEndpoints":{"dfs":"https://cs11003200127365c47.dfs.core.windows.net/","web":"https://cs11003200127365c47.z23.web.core.windows.net/","blob":"https://cs11003200127365c47.blob.core.windows.net/","queue":"https://cs11003200127365c47.queue.core.windows.net/","table":"https://cs11003200127365c47.table.core.windows.net/","file":"https://cs11003200127365c47.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs11003200129e38348","name":"cs11003200129e38348","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-05-24T06:59:16.3135399Z","key2":"2021-05-24T06:59:16.3135399Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-24T06:59:16.3135399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-05-24T06:59:16.3135399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-05-24T06:59:16.2198282Z","primaryEndpoints":{"dfs":"https://cs11003200129e38348.dfs.core.windows.net/","web":"https://cs11003200129e38348.z23.web.core.windows.net/","blob":"https://cs11003200129e38348.blob.core.windows.net/","queue":"https://cs11003200129e38348.queue.core.windows.net/","table":"https://cs11003200129e38348.table.core.windows.net/","file":"https://cs11003200129e38348.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320012c36c452","name":"cs1100320012c36c452","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-04-09T08:04:25.5979407Z","key2":"2021-04-09T08:04:25.5979407Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-09T08:04:25.5979407Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-04-09T08:04:25.5979407Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-04-09T08:04:25.5198295Z","primaryEndpoints":{"dfs":"https://cs1100320012c36c452.dfs.core.windows.net/","web":"https://cs1100320012c36c452.z23.web.core.windows.net/","blob":"https://cs1100320012c36c452.blob.core.windows.net/","queue":"https://cs1100320012c36c452.queue.core.windows.net/","table":"https://cs1100320012c36c452.table.core.windows.net/","file":"https://cs1100320012c36c452.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001520b2764","name":"cs110032001520b2764","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-09-03T08:56:46.2009376Z","key2":"2021-09-03T08:56:46.2009376Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-03T08:56:46.2009376Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-03T08:56:46.2009376Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-03T08:56:46.1071770Z","primaryEndpoints":{"dfs":"https://cs110032001520b2764.dfs.core.windows.net/","web":"https://cs110032001520b2764.z23.web.core.windows.net/","blob":"https://cs110032001520b2764.blob.core.windows.net/","queue":"https://cs110032001520b2764.queue.core.windows.net/","table":"https://cs110032001520b2764.table.core.windows.net/","file":"https://cs110032001520b2764.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320016ac59291","name":"cs1100320016ac59291","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-08-10T06:12:25.7518719Z","key2":"2021-08-10T06:12:25.7518719Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-10T06:12:25.7518719Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-10T06:12:25.7518719Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-10T06:12:25.6581170Z","primaryEndpoints":{"dfs":"https://cs1100320016ac59291.dfs.core.windows.net/","web":"https://cs1100320016ac59291.z23.web.core.windows.net/","blob":"https://cs1100320016ac59291.blob.core.windows.net/","queue":"https://cs1100320016ac59291.queue.core.windows.net/","table":"https://cs1100320016ac59291.table.core.windows.net/","file":"https://cs1100320016ac59291.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320018cedbbd6","name":"cs1100320018cedbbd6","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-11-02T06:32:13.4022120Z","key2":"2021-11-02T06:32:13.4022120Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T06:32:13.4022120Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T06:32:13.4022120Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T06:32:13.3084745Z","primaryEndpoints":{"dfs":"https://cs1100320018cedbbd6.dfs.core.windows.net/","web":"https://cs1100320018cedbbd6.z23.web.core.windows.net/","blob":"https://cs1100320018cedbbd6.blob.core.windows.net/","queue":"https://cs1100320018cedbbd6.queue.core.windows.net/","table":"https://cs1100320018cedbbd6.table.core.windows.net/","file":"https://cs1100320018cedbbd6.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs1100320018db36b92","name":"cs1100320018db36b92","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-28T03:36:34.2370202Z","key2":"2022-03-28T03:36:34.2370202Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-28T03:36:34.2370202Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-28T03:36:34.2370202Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-28T03:36:34.1432960Z","primaryEndpoints":{"dfs":"https://cs1100320018db36b92.dfs.core.windows.net/","web":"https://cs1100320018db36b92.z23.web.core.windows.net/","blob":"https://cs1100320018db36b92.blob.core.windows.net/","queue":"https://cs1100320018db36b92.queue.core.windows.net/","table":"https://cs1100320018db36b92.table.core.windows.net/","file":"https://cs1100320018db36b92.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001b3f915f1","name":"cs110032001b3f915f1","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-01T09:52:15.5623314Z","key2":"2021-12-01T09:52:15.5623314Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-01T09:52:15.5623314Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-01T09:52:15.5623314Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-01T09:52:15.4529548Z","primaryEndpoints":{"dfs":"https://cs110032001b3f915f1.dfs.core.windows.net/","web":"https://cs110032001b3f915f1.z23.web.core.windows.net/","blob":"https://cs110032001b3f915f1.blob.core.windows.net/","queue":"https://cs110032001b3f915f1.queue.core.windows.net/","table":"https://cs110032001b3f915f1.table.core.windows.net/","file":"https://cs110032001b3f915f1.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001b429e302","name":"cs110032001b429e302","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-03T08:36:37.1925814Z","key2":"2022-03-03T08:36:37.1925814Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T08:36:37.1925814Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T08:36:37.1925814Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T08:36:37.0989854Z","primaryEndpoints":{"dfs":"https://cs110032001b429e302.dfs.core.windows.net/","web":"https://cs110032001b429e302.z23.web.core.windows.net/","blob":"https://cs110032001b429e302.blob.core.windows.net/","queue":"https://cs110032001b429e302.queue.core.windows.net/","table":"https://cs110032001b429e302.table.core.windows.net/","file":"https://cs110032001b429e302.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001b42c9a19","name":"cs110032001b42c9a19","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2021-12-07T06:17:44.4758914Z","key2":"2021-12-07T06:17:44.4758914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-07T06:17:44.4915329Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-07T06:17:44.4915329Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-07T06:17:44.3665152Z","primaryEndpoints":{"dfs":"https://cs110032001b42c9a19.dfs.core.windows.net/","web":"https://cs110032001b42c9a19.z23.web.core.windows.net/","blob":"https://cs110032001b42c9a19.blob.core.windows.net/","queue":"https://cs110032001b42c9a19.queue.core.windows.net/","table":"https://cs110032001b42c9a19.table.core.windows.net/","file":"https://cs110032001b42c9a19.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001c7af275f","name":"cs110032001c7af275f","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-01-11T02:46:33.2282076Z","key2":"2022-01-11T02:46:33.2282076Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-11T02:46:33.2438448Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-11T02:46:33.2438448Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-11T02:46:33.1190309Z","primaryEndpoints":{"dfs":"https://cs110032001c7af275f.dfs.core.windows.net/","web":"https://cs110032001c7af275f.z23.web.core.windows.net/","blob":"https://cs110032001c7af275f.blob.core.windows.net/","queue":"https://cs110032001c7af275f.queue.core.windows.net/","table":"https://cs110032001c7af275f.table.core.windows.net/","file":"https://cs110032001c7af275f.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"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/cs110032001d33a7d6b","name":"cs110032001d33a7d6b","type":"Microsoft.Storage/storageAccounts","location":"southeastasia","tags":{"ms-resource-usage":"azure-cloud-shell"},"properties":{"keyCreationTime":{"key1":"2022-03-23T09:31:11.8736695Z","key2":"2022-03-23T09:31:11.8736695Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-23T09:31:11.8736695Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-23T09:31:11.8736695Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-23T09:31:11.7641980Z","primaryEndpoints":{"dfs":"https://cs110032001d33a7d6b.dfs.core.windows.net/","web":"https://cs110032001d33a7d6b.z23.web.core.windows.net/","blob":"https://cs110032001d33a7d6b.blob.core.windows.net/","queue":"https://cs110032001d33a7d6b.queue.core.windows.net/","table":"https://cs110032001d33a7d6b.table.core.windows.net/","file":"https://cs110032001d33a7d6b.file.core.windows.net/"},"primaryLocation":"southeastasia","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/managed-rg-feng-purview/providers/Microsoft.Storage/storageAccounts/scansouthcentralusdteqbx","name":"scansouthcentralusdteqbx","type":"Microsoft.Storage/storageAccounts","location":"southcentralus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-23T06:00:34.2251607Z","key2":"2021-09-23T06:00:34.2251607Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-23T06:00:34.2251607Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-23T06:00:34.2251607Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-23T06:00:34.1313540Z","primaryEndpoints":{"dfs":"https://scansouthcentralusdteqbx.dfs.core.windows.net/","web":"https://scansouthcentralusdteqbx.z21.web.core.windows.net/","blob":"https://scansouthcentralusdteqbx.blob.core.windows.net/","queue":"https://scansouthcentralusdteqbx.queue.core.windows.net/","table":"https://scansouthcentralusdteqbx.table.core.windows.net/","file":"https://scansouthcentralusdteqbx.file.core.windows.net/"},"primaryLocation":"southcentralus","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/extmigrate","name":"extmigrate","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-16T08:26:10.6796218Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-03-16T08:26:10.6796218Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-03-16T08:26:10.5858998Z","primaryEndpoints":{"blob":"https://extmigrate.blob.core.windows.net/","queue":"https://extmigrate.queue.core.windows.net/","table":"https://extmigrate.table.core.windows.net/","file":"https://extmigrate.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"blob":"https://extmigrate-secondary.blob.core.windows.net/","queue":"https://extmigrate-secondary.queue.core.windows.net/","table":"https://extmigrate-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/fengsa","name":"fengsa","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":"2021-05-14T06:47:20.1106748Z","key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-06T04:33:22.9379802Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-01-06T04:33:22.9379802Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-01-06T04:33:22.8754625Z","primaryEndpoints":{"dfs":"https://fengsa.dfs.core.windows.net/","web":"https://fengsa.z19.web.core.windows.net/","blob":"https://fengsa.blob.core.windows.net/","queue":"https://fengsa.queue.core.windows.net/","table":"https://fengsa.table.core.windows.net/","file":"https://fengsa.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://fengsa-secondary.dfs.core.windows.net/","web":"https://fengsa-secondary.z19.web.core.windows.net/","blob":"https://fengsa-secondary.blob.core.windows.net/","queue":"https://fengsa-secondary.queue.core.windows.net/","table":"https://fengsa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/feng-cli-rg/providers/Microsoft.Storage/storageAccounts/fengtestsa","name":"fengtestsa","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-10-29T03:10:28.7204355Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-10-29T03:10:28.7204355Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2020-10-29T03:10:28.6266623Z","primaryEndpoints":{"dfs":"https://fengtestsa.dfs.core.windows.net/","web":"https://fengtestsa.z19.web.core.windows.net/","blob":"https://fengtestsa.blob.core.windows.net/","queue":"https://fengtestsa.queue.core.windows.net/","table":"https://fengtestsa.table.core.windows.net/","file":"https://fengtestsa.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://fengtestsa-secondary.dfs.core.windows.net/","web":"https://fengtestsa-secondary.z19.web.core.windows.net/","blob":"https://fengtestsa-secondary.blob.core.windows.net/","queue":"https://fengtestsa-secondary.queue.core.windows.net/","table":"https://fengtestsa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro1","name":"storagesfrepro1","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:07:42.2058942Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:07:42.2058942Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:07:42.1277444Z","primaryEndpoints":{"dfs":"https://storagesfrepro1.dfs.core.windows.net/","web":"https://storagesfrepro1.z19.web.core.windows.net/","blob":"https://storagesfrepro1.blob.core.windows.net/","queue":"https://storagesfrepro1.queue.core.windows.net/","table":"https://storagesfrepro1.table.core.windows.net/","file":"https://storagesfrepro1.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro1-secondary.dfs.core.windows.net/","web":"https://storagesfrepro1-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro1-secondary.blob.core.windows.net/","queue":"https://storagesfrepro1-secondary.queue.core.windows.net/","table":"https://storagesfrepro1-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro10","name":"storagesfrepro10","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:14:00.8753334Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:14:00.8753334Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:14:00.7815921Z","primaryEndpoints":{"dfs":"https://storagesfrepro10.dfs.core.windows.net/","web":"https://storagesfrepro10.z19.web.core.windows.net/","blob":"https://storagesfrepro10.blob.core.windows.net/","queue":"https://storagesfrepro10.queue.core.windows.net/","table":"https://storagesfrepro10.table.core.windows.net/","file":"https://storagesfrepro10.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro10-secondary.dfs.core.windows.net/","web":"https://storagesfrepro10-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro10-secondary.blob.core.windows.net/","queue":"https://storagesfrepro10-secondary.queue.core.windows.net/","table":"https://storagesfrepro10-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro11","name":"storagesfrepro11","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:14:28.9859417Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:14:28.9859417Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:14:28.8609347Z","primaryEndpoints":{"dfs":"https://storagesfrepro11.dfs.core.windows.net/","web":"https://storagesfrepro11.z19.web.core.windows.net/","blob":"https://storagesfrepro11.blob.core.windows.net/","queue":"https://storagesfrepro11.queue.core.windows.net/","table":"https://storagesfrepro11.table.core.windows.net/","file":"https://storagesfrepro11.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro11-secondary.dfs.core.windows.net/","web":"https://storagesfrepro11-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro11-secondary.blob.core.windows.net/","queue":"https://storagesfrepro11-secondary.queue.core.windows.net/","table":"https://storagesfrepro11-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro12","name":"storagesfrepro12","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:15:15.6785362Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:15:15.6785362Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:15:15.5848345Z","primaryEndpoints":{"dfs":"https://storagesfrepro12.dfs.core.windows.net/","web":"https://storagesfrepro12.z19.web.core.windows.net/","blob":"https://storagesfrepro12.blob.core.windows.net/","queue":"https://storagesfrepro12.queue.core.windows.net/","table":"https://storagesfrepro12.table.core.windows.net/","file":"https://storagesfrepro12.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro12-secondary.dfs.core.windows.net/","web":"https://storagesfrepro12-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro12-secondary.blob.core.windows.net/","queue":"https://storagesfrepro12-secondary.queue.core.windows.net/","table":"https://storagesfrepro12-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro13","name":"storagesfrepro13","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:16:55.7609361Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:16:55.7609361Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:16:55.6671828Z","primaryEndpoints":{"dfs":"https://storagesfrepro13.dfs.core.windows.net/","web":"https://storagesfrepro13.z19.web.core.windows.net/","blob":"https://storagesfrepro13.blob.core.windows.net/","queue":"https://storagesfrepro13.queue.core.windows.net/","table":"https://storagesfrepro13.table.core.windows.net/","file":"https://storagesfrepro13.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro13-secondary.dfs.core.windows.net/","web":"https://storagesfrepro13-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro13-secondary.blob.core.windows.net/","queue":"https://storagesfrepro13-secondary.queue.core.windows.net/","table":"https://storagesfrepro13-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro14","name":"storagesfrepro14","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:17:40.7661469Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:17:40.7661469Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:17:40.6880204Z","primaryEndpoints":{"dfs":"https://storagesfrepro14.dfs.core.windows.net/","web":"https://storagesfrepro14.z19.web.core.windows.net/","blob":"https://storagesfrepro14.blob.core.windows.net/","queue":"https://storagesfrepro14.queue.core.windows.net/","table":"https://storagesfrepro14.table.core.windows.net/","file":"https://storagesfrepro14.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro14-secondary.dfs.core.windows.net/","web":"https://storagesfrepro14-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro14-secondary.blob.core.windows.net/","queue":"https://storagesfrepro14-secondary.queue.core.windows.net/","table":"https://storagesfrepro14-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro15","name":"storagesfrepro15","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:18:52.1812445Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:18:52.1812445Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:18:52.0718543Z","primaryEndpoints":{"dfs":"https://storagesfrepro15.dfs.core.windows.net/","web":"https://storagesfrepro15.z19.web.core.windows.net/","blob":"https://storagesfrepro15.blob.core.windows.net/","queue":"https://storagesfrepro15.queue.core.windows.net/","table":"https://storagesfrepro15.table.core.windows.net/","file":"https://storagesfrepro15.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro15-secondary.dfs.core.windows.net/","web":"https://storagesfrepro15-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro15-secondary.blob.core.windows.net/","queue":"https://storagesfrepro15-secondary.queue.core.windows.net/","table":"https://storagesfrepro15-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro16","name":"storagesfrepro16","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:19:33.1863807Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:19:33.1863807Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:19:33.0770034Z","primaryEndpoints":{"dfs":"https://storagesfrepro16.dfs.core.windows.net/","web":"https://storagesfrepro16.z19.web.core.windows.net/","blob":"https://storagesfrepro16.blob.core.windows.net/","queue":"https://storagesfrepro16.queue.core.windows.net/","table":"https://storagesfrepro16.table.core.windows.net/","file":"https://storagesfrepro16.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro16-secondary.dfs.core.windows.net/","web":"https://storagesfrepro16-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro16-secondary.blob.core.windows.net/","queue":"https://storagesfrepro16-secondary.queue.core.windows.net/","table":"https://storagesfrepro16-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro17","name":"storagesfrepro17","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:04:23.5553513Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:04:23.5553513Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:04:23.4771469Z","primaryEndpoints":{"dfs":"https://storagesfrepro17.dfs.core.windows.net/","web":"https://storagesfrepro17.z19.web.core.windows.net/","blob":"https://storagesfrepro17.blob.core.windows.net/","queue":"https://storagesfrepro17.queue.core.windows.net/","table":"https://storagesfrepro17.table.core.windows.net/","file":"https://storagesfrepro17.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro17-secondary.dfs.core.windows.net/","web":"https://storagesfrepro17-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro17-secondary.blob.core.windows.net/","queue":"https://storagesfrepro17-secondary.queue.core.windows.net/","table":"https://storagesfrepro17-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro18","name":"storagesfrepro18","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:04:53.8320772Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:04:53.8320772Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:04:53.7383176Z","primaryEndpoints":{"dfs":"https://storagesfrepro18.dfs.core.windows.net/","web":"https://storagesfrepro18.z19.web.core.windows.net/","blob":"https://storagesfrepro18.blob.core.windows.net/","queue":"https://storagesfrepro18.queue.core.windows.net/","table":"https://storagesfrepro18.table.core.windows.net/","file":"https://storagesfrepro18.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro18-secondary.dfs.core.windows.net/","web":"https://storagesfrepro18-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro18-secondary.blob.core.windows.net/","queue":"https://storagesfrepro18-secondary.queue.core.windows.net/","table":"https://storagesfrepro18-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro19","name":"storagesfrepro19","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:05:26.3650238Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:05:26.3650238Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:05:26.2556326Z","primaryEndpoints":{"dfs":"https://storagesfrepro19.dfs.core.windows.net/","web":"https://storagesfrepro19.z19.web.core.windows.net/","blob":"https://storagesfrepro19.blob.core.windows.net/","queue":"https://storagesfrepro19.queue.core.windows.net/","table":"https://storagesfrepro19.table.core.windows.net/","file":"https://storagesfrepro19.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro19-secondary.dfs.core.windows.net/","web":"https://storagesfrepro19-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro19-secondary.blob.core.windows.net/","queue":"https://storagesfrepro19-secondary.queue.core.windows.net/","table":"https://storagesfrepro19-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro2","name":"storagesfrepro2","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:08:45.8498203Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:08:45.8498203Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:08:45.7717196Z","primaryEndpoints":{"dfs":"https://storagesfrepro2.dfs.core.windows.net/","web":"https://storagesfrepro2.z19.web.core.windows.net/","blob":"https://storagesfrepro2.blob.core.windows.net/","queue":"https://storagesfrepro2.queue.core.windows.net/","table":"https://storagesfrepro2.table.core.windows.net/","file":"https://storagesfrepro2.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro2-secondary.dfs.core.windows.net/","web":"https://storagesfrepro2-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro2-secondary.blob.core.windows.net/","queue":"https://storagesfrepro2-secondary.queue.core.windows.net/","table":"https://storagesfrepro2-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro20","name":"storagesfrepro20","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:07.4295934Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:07.4295934Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:06:07.3358422Z","primaryEndpoints":{"dfs":"https://storagesfrepro20.dfs.core.windows.net/","web":"https://storagesfrepro20.z19.web.core.windows.net/","blob":"https://storagesfrepro20.blob.core.windows.net/","queue":"https://storagesfrepro20.queue.core.windows.net/","table":"https://storagesfrepro20.table.core.windows.net/","file":"https://storagesfrepro20.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro20-secondary.dfs.core.windows.net/","web":"https://storagesfrepro20-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro20-secondary.blob.core.windows.net/","queue":"https://storagesfrepro20-secondary.queue.core.windows.net/","table":"https://storagesfrepro20-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro21","name":"storagesfrepro21","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:37.4780251Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:37.4780251Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:06:37.3686460Z","primaryEndpoints":{"dfs":"https://storagesfrepro21.dfs.core.windows.net/","web":"https://storagesfrepro21.z19.web.core.windows.net/","blob":"https://storagesfrepro21.blob.core.windows.net/","queue":"https://storagesfrepro21.queue.core.windows.net/","table":"https://storagesfrepro21.table.core.windows.net/","file":"https://storagesfrepro21.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro21-secondary.dfs.core.windows.net/","web":"https://storagesfrepro21-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro21-secondary.blob.core.windows.net/","queue":"https://storagesfrepro21-secondary.queue.core.windows.net/","table":"https://storagesfrepro21-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro22","name":"storagesfrepro22","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:59.8295391Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:06:59.8295391Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:06:59.7201581Z","primaryEndpoints":{"dfs":"https://storagesfrepro22.dfs.core.windows.net/","web":"https://storagesfrepro22.z19.web.core.windows.net/","blob":"https://storagesfrepro22.blob.core.windows.net/","queue":"https://storagesfrepro22.queue.core.windows.net/","table":"https://storagesfrepro22.table.core.windows.net/","file":"https://storagesfrepro22.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro22-secondary.dfs.core.windows.net/","web":"https://storagesfrepro22-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro22-secondary.blob.core.windows.net/","queue":"https://storagesfrepro22-secondary.queue.core.windows.net/","table":"https://storagesfrepro22-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro23","name":"storagesfrepro23","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:07:29.0846619Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:07:29.0846619Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:07:29.0065050Z","primaryEndpoints":{"dfs":"https://storagesfrepro23.dfs.core.windows.net/","web":"https://storagesfrepro23.z19.web.core.windows.net/","blob":"https://storagesfrepro23.blob.core.windows.net/","queue":"https://storagesfrepro23.queue.core.windows.net/","table":"https://storagesfrepro23.table.core.windows.net/","file":"https://storagesfrepro23.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro23-secondary.dfs.core.windows.net/","web":"https://storagesfrepro23-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro23-secondary.blob.core.windows.net/","queue":"https://storagesfrepro23-secondary.queue.core.windows.net/","table":"https://storagesfrepro23-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro24","name":"storagesfrepro24","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:07:53.2658712Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:07:53.2658712Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:07:53.1565651Z","primaryEndpoints":{"dfs":"https://storagesfrepro24.dfs.core.windows.net/","web":"https://storagesfrepro24.z19.web.core.windows.net/","blob":"https://storagesfrepro24.blob.core.windows.net/","queue":"https://storagesfrepro24.queue.core.windows.net/","table":"https://storagesfrepro24.table.core.windows.net/","file":"https://storagesfrepro24.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro24-secondary.dfs.core.windows.net/","web":"https://storagesfrepro24-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro24-secondary.blob.core.windows.net/","queue":"https://storagesfrepro24-secondary.queue.core.windows.net/","table":"https://storagesfrepro24-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro25","name":"storagesfrepro25","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:08:18.7432319Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T05:08:18.7432319Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T05:08:18.6338258Z","primaryEndpoints":{"dfs":"https://storagesfrepro25.dfs.core.windows.net/","web":"https://storagesfrepro25.z19.web.core.windows.net/","blob":"https://storagesfrepro25.blob.core.windows.net/","queue":"https://storagesfrepro25.queue.core.windows.net/","table":"https://storagesfrepro25.table.core.windows.net/","file":"https://storagesfrepro25.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro25-secondary.dfs.core.windows.net/","web":"https://storagesfrepro25-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro25-secondary.blob.core.windows.net/","queue":"https://storagesfrepro25-secondary.queue.core.windows.net/","table":"https://storagesfrepro25-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro3","name":"storagesfrepro3","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:09:19.5698333Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:09:19.5698333Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:09:19.3510997Z","primaryEndpoints":{"dfs":"https://storagesfrepro3.dfs.core.windows.net/","web":"https://storagesfrepro3.z19.web.core.windows.net/","blob":"https://storagesfrepro3.blob.core.windows.net/","queue":"https://storagesfrepro3.queue.core.windows.net/","table":"https://storagesfrepro3.table.core.windows.net/","file":"https://storagesfrepro3.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro3-secondary.dfs.core.windows.net/","web":"https://storagesfrepro3-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro3-secondary.blob.core.windows.net/","queue":"https://storagesfrepro3-secondary.queue.core.windows.net/","table":"https://storagesfrepro3-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro4","name":"storagesfrepro4","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:09:54.9930953Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:09:54.9930953Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:09:54.8993063Z","primaryEndpoints":{"dfs":"https://storagesfrepro4.dfs.core.windows.net/","web":"https://storagesfrepro4.z19.web.core.windows.net/","blob":"https://storagesfrepro4.blob.core.windows.net/","queue":"https://storagesfrepro4.queue.core.windows.net/","table":"https://storagesfrepro4.table.core.windows.net/","file":"https://storagesfrepro4.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro4-secondary.dfs.core.windows.net/","web":"https://storagesfrepro4-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro4-secondary.blob.core.windows.net/","queue":"https://storagesfrepro4-secondary.queue.core.windows.net/","table":"https://storagesfrepro4-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro5","name":"storagesfrepro5","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:10:48.1114395Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:10:48.1114395Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:10:48.0177273Z","primaryEndpoints":{"dfs":"https://storagesfrepro5.dfs.core.windows.net/","web":"https://storagesfrepro5.z19.web.core.windows.net/","blob":"https://storagesfrepro5.blob.core.windows.net/","queue":"https://storagesfrepro5.queue.core.windows.net/","table":"https://storagesfrepro5.table.core.windows.net/","file":"https://storagesfrepro5.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro5-secondary.dfs.core.windows.net/","web":"https://storagesfrepro5-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro5-secondary.blob.core.windows.net/","queue":"https://storagesfrepro5-secondary.queue.core.windows.net/","table":"https://storagesfrepro5-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro6","name":"storagesfrepro6","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:11:28.0269117Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:11:28.0269117Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:11:27.9331594Z","primaryEndpoints":{"dfs":"https://storagesfrepro6.dfs.core.windows.net/","web":"https://storagesfrepro6.z19.web.core.windows.net/","blob":"https://storagesfrepro6.blob.core.windows.net/","queue":"https://storagesfrepro6.queue.core.windows.net/","table":"https://storagesfrepro6.table.core.windows.net/","file":"https://storagesfrepro6.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro6-secondary.dfs.core.windows.net/","web":"https://storagesfrepro6-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro6-secondary.blob.core.windows.net/","queue":"https://storagesfrepro6-secondary.queue.core.windows.net/","table":"https://storagesfrepro6-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro7","name":"storagesfrepro7","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:12:08.7761892Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:12:08.7761892Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:12:08.6824637Z","primaryEndpoints":{"dfs":"https://storagesfrepro7.dfs.core.windows.net/","web":"https://storagesfrepro7.z19.web.core.windows.net/","blob":"https://storagesfrepro7.blob.core.windows.net/","queue":"https://storagesfrepro7.queue.core.windows.net/","table":"https://storagesfrepro7.table.core.windows.net/","file":"https://storagesfrepro7.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro7-secondary.dfs.core.windows.net/","web":"https://storagesfrepro7-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro7-secondary.blob.core.windows.net/","queue":"https://storagesfrepro7-secondary.queue.core.windows.net/","table":"https://storagesfrepro7-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro8","name":"storagesfrepro8","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:12:39.5221164Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:12:39.5221164Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:12:39.4283923Z","primaryEndpoints":{"dfs":"https://storagesfrepro8.dfs.core.windows.net/","web":"https://storagesfrepro8.z19.web.core.windows.net/","blob":"https://storagesfrepro8.blob.core.windows.net/","queue":"https://storagesfrepro8.queue.core.windows.net/","table":"https://storagesfrepro8.table.core.windows.net/","file":"https://storagesfrepro8.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro8-secondary.dfs.core.windows.net/","web":"https://storagesfrepro8-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro8-secondary.blob.core.windows.net/","queue":"https://storagesfrepro8-secondary.queue.core.windows.net/","table":"https://storagesfrepro8-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/storage-v2rt-repro/providers/Microsoft.Storage/storageAccounts/storagesfrepro9","name":"storagesfrepro9","type":"Microsoft.Storage/storageAccounts","location":"centralus","tags":{},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:13:18.1628430Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2019-02-26T04:13:18.1628430Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2019-02-26T04:13:18.0691096Z","primaryEndpoints":{"dfs":"https://storagesfrepro9.dfs.core.windows.net/","web":"https://storagesfrepro9.z19.web.core.windows.net/","blob":"https://storagesfrepro9.blob.core.windows.net/","queue":"https://storagesfrepro9.queue.core.windows.net/","table":"https://storagesfrepro9.table.core.windows.net/","file":"https://storagesfrepro9.file.core.windows.net/"},"primaryLocation":"centralus","statusOfPrimary":"available","secondaryLocation":"eastus2","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://storagesfrepro9-secondary.dfs.core.windows.net/","web":"https://storagesfrepro9-secondary.z19.web.core.windows.net/","blob":"https://storagesfrepro9-secondary.blob.core.windows.net/","queue":"https://storagesfrepro9-secondary.queue.core.windows.net/","table":"https://storagesfrepro9-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/IT_acctestRG-ibt-24_acctest-IBT-0710-2_4ebedb5a-e3b1-4675-aa4c-3c160fe70907/providers/Microsoft.Storage/storageAccounts/6ynst8ytvcms52eviy9cme3e","name":"6ynst8ytvcms52eviy9cme3e","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{"createdby":"azureimagebuilder","magicvalue":"0d819542a3774a2a8709401a7cd09eb8"},"properties":{"keyCreationTime":{"key1":null,"key2":null},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T11:43:30.0119558Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2020-07-10T11:43:30.0119558Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2020-07-10T11:43:29.9651518Z","primaryEndpoints":{"blob":"https://6ynst8ytvcms52eviy9cme3e.blob.core.windows.net/","queue":"https://6ynst8ytvcms52eviy9cme3e.queue.core.windows.net/","table":"https://6ynst8ytvcms52eviy9cme3e.table.core.windows.net/","file":"https://6ynst8ytvcms52eviy9cme3e.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/managed-rg-fypurview/providers/Microsoft.Storage/storageAccounts/scanwestus2ghwdfbf","name":"scanwestus2ghwdfbf","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-28T03:24:36.3735480Z","key2":"2021-09-28T03:24:36.3735480Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":false,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T03:24:36.3891539Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T03:24:36.3891539Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T03:24:36.2797988Z","primaryEndpoints":{"dfs":"https://scanwestus2ghwdfbf.dfs.core.windows.net/","web":"https://scanwestus2ghwdfbf.z5.web.core.windows.net/","blob":"https://scanwestus2ghwdfbf.blob.core.windows.net/","queue":"https://scanwestus2ghwdfbf.queue.core.windows.net/","table":"https://scanwestus2ghwdfbf.table.core.windows.net/","file":"https://scanwestus2ghwdfbf.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/azure-cli-test-file-handle-rg/providers/Microsoft.Storage/storageAccounts/testfilehandlesa","name":"testfilehandlesa","type":"Microsoft.Storage/storageAccounts","location":"westus2","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-11-02T02:22:24.9147695Z","key2":"2021-11-02T02:22:24.9147695Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T02:22:24.9147695Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-02T02:22:24.9147695Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-02T02:22:24.8209748Z","primaryEndpoints":{"dfs":"https://testfilehandlesa.dfs.core.windows.net/","web":"https://testfilehandlesa.z5.web.core.windows.net/","blob":"https://testfilehandlesa.blob.core.windows.net/","queue":"https://testfilehandlesa.queue.core.windows.net/","table":"https://testfilehandlesa.table.core.windows.net/","file":"https://testfilehandlesa.file.core.windows.net/"},"primaryLocation":"westus2","statusOfPrimary":"available","secondaryLocation":"westcentralus","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://testfilehandlesa-secondary.dfs.core.windows.net/","web":"https://testfilehandlesa-secondary.z5.web.core.windows.net/","blob":"https://testfilehandlesa-secondary.blob.core.windows.net/","queue":"https://testfilehandlesa-secondary.queue.core.windows.net/","table":"https://testfilehandlesa-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgk3dgx6acfu6yrvvipseyqbiwldnaohcywhpi65w7jys42kv5gjs2pljpz5o7bsoah/providers/Microsoft.Storage/storageAccounts/clitest3tllg4jqytzq27ejk","name":"clitest3tllg4jqytzq27ejk","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-01T19:36:53.0876733Z","key2":"2021-11-01T19:36:53.0876733Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-01T19:36:53.0876733Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-01T19:36:53.0876733Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-01T19:36:53.0095332Z","primaryEndpoints":{"dfs":"https://clitest3tllg4jqytzq27ejk.dfs.core.windows.net/","web":"https://clitest3tllg4jqytzq27ejk.z3.web.core.windows.net/","blob":"https://clitest3tllg4jqytzq27ejk.blob.core.windows.net/","queue":"https://clitest3tllg4jqytzq27ejk.queue.core.windows.net/","table":"https://clitest3tllg4jqytzq27ejk.table.core.windows.net/","file":"https://clitest3tllg4jqytzq27ejk.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg7ywcjwwkyqro7r54bzsggg3efujfc54tpvg3pmzto2wg3ifd5i2omb2oqz4ru44b3/providers/Microsoft.Storage/storageAccounts/clitest42lr3sjjyceqm2dsa","name":"clitest42lr3sjjyceqm2dsa","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-11T14:04:08.6091074Z","key2":"2022-04-11T14:04:08.6091074Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:04:08.6248156Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:04:08.6248156Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T14:04:08.5153865Z","primaryEndpoints":{"dfs":"https://clitest42lr3sjjyceqm2dsa.dfs.core.windows.net/","web":"https://clitest42lr3sjjyceqm2dsa.z3.web.core.windows.net/","blob":"https://clitest42lr3sjjyceqm2dsa.blob.core.windows.net/","queue":"https://clitest42lr3sjjyceqm2dsa.queue.core.windows.net/","table":"https://clitest42lr3sjjyceqm2dsa.table.core.windows.net/","file":"https://clitest42lr3sjjyceqm2dsa.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkgt6nin66or5swlkcbzuqqqvuatsme4t5spkwkygh4sziqlamyxv2fckdajclbire/providers/Microsoft.Storage/storageAccounts/clitest4hsuf3zwslxuux46y","name":"clitest4hsuf3zwslxuux46y","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T09:25:04.0198418Z","key2":"2022-03-16T09:25:04.0198418Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:25:04.0354560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:25:04.0354560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T09:25:03.8948335Z","primaryEndpoints":{"dfs":"https://clitest4hsuf3zwslxuux46y.dfs.core.windows.net/","web":"https://clitest4hsuf3zwslxuux46y.z3.web.core.windows.net/","blob":"https://clitest4hsuf3zwslxuux46y.blob.core.windows.net/","queue":"https://clitest4hsuf3zwslxuux46y.queue.core.windows.net/","table":"https://clitest4hsuf3zwslxuux46y.table.core.windows.net/","file":"https://clitest4hsuf3zwslxuux46y.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg5rbhj2siyn33fb3buqv4nfrpbtszdqvkeyymdjvwdzj2tgg6z5ig5v4fsnlngl6zy/providers/Microsoft.Storage/storageAccounts/clitest4k6c57bhb3fbeaeb2","name":"clitest4k6c57bhb3fbeaeb2","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-02T23:19:47.3184925Z","key2":"2021-12-02T23:19:47.3184925Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:19:47.3184925Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:19:47.3184925Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-02T23:19:47.2247436Z","primaryEndpoints":{"dfs":"https://clitest4k6c57bhb3fbeaeb2.dfs.core.windows.net/","web":"https://clitest4k6c57bhb3fbeaeb2.z3.web.core.windows.net/","blob":"https://clitest4k6c57bhb3fbeaeb2.blob.core.windows.net/","queue":"https://clitest4k6c57bhb3fbeaeb2.queue.core.windows.net/","table":"https://clitest4k6c57bhb3fbeaeb2.table.core.windows.net/","file":"https://clitest4k6c57bhb3fbeaeb2.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgllxoprxwjouhrzsd4vrfhqkpy7ft2fwgtiub56wonkmtvsogumww7h36czdisqqxm/providers/Microsoft.Storage/storageAccounts/clitest4slutm4qduocdiy7o","name":"clitest4slutm4qduocdiy7o","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-18T23:17:57.1095774Z","key2":"2021-11-18T23:17:57.1095774Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:17:57.1252046Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:17:57.1252046Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-18T23:17:57.0471042Z","primaryEndpoints":{"dfs":"https://clitest4slutm4qduocdiy7o.dfs.core.windows.net/","web":"https://clitest4slutm4qduocdiy7o.z3.web.core.windows.net/","blob":"https://clitest4slutm4qduocdiy7o.blob.core.windows.net/","queue":"https://clitest4slutm4qduocdiy7o.queue.core.windows.net/","table":"https://clitest4slutm4qduocdiy7o.table.core.windows.net/","file":"https://clitest4slutm4qduocdiy7o.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkqf4cu665yaejvrvcvhfklfoep7xw2qhgk7q5qkmosqpcdypz6aubtjovadrpefmu/providers/Microsoft.Storage/storageAccounts/clitest4ypv67tuvo34umfu5","name":"clitest4ypv67tuvo34umfu5","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-27T08:37:30.4318022Z","key2":"2021-09-27T08:37:30.4318022Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-27T08:37:30.4474578Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-27T08:37:30.4474578Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-27T08:37:30.3536782Z","primaryEndpoints":{"dfs":"https://clitest4ypv67tuvo34umfu5.dfs.core.windows.net/","web":"https://clitest4ypv67tuvo34umfu5.z3.web.core.windows.net/","blob":"https://clitest4ypv67tuvo34umfu5.blob.core.windows.net/","queue":"https://clitest4ypv67tuvo34umfu5.queue.core.windows.net/","table":"https://clitest4ypv67tuvo34umfu5.table.core.windows.net/","file":"https://clitest4ypv67tuvo34umfu5.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgdug325lrcvzanqv3lzbjf3is3c3nkte77zapxydbwac3gjkwncn6mb4f7ac5quodl/providers/Microsoft.Storage/storageAccounts/clitest52hhfb76nrue6ykoz","name":"clitest52hhfb76nrue6ykoz","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T01:18:06.6255130Z","key2":"2022-03-18T01:18:06.6255130Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:18:06.6255130Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:18:06.6255130Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T01:18:06.5317315Z","primaryEndpoints":{"dfs":"https://clitest52hhfb76nrue6ykoz.dfs.core.windows.net/","web":"https://clitest52hhfb76nrue6ykoz.z3.web.core.windows.net/","blob":"https://clitest52hhfb76nrue6ykoz.blob.core.windows.net/","queue":"https://clitest52hhfb76nrue6ykoz.queue.core.windows.net/","table":"https://clitest52hhfb76nrue6ykoz.table.core.windows.net/","file":"https://clitest52hhfb76nrue6ykoz.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rglsqzig6e5xb6f6yy7vcn6ga3cecladn475k3busnwddg7bekcbznawxwrs2fzwqsg/providers/Microsoft.Storage/storageAccounts/clitest5em3dvci6rx26joqq","name":"clitest5em3dvci6rx26joqq","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-23T22:13:15.3267815Z","key2":"2021-12-23T22:13:15.3267815Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:13:15.3267815Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:13:15.3267815Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-23T22:13:15.2330713Z","primaryEndpoints":{"dfs":"https://clitest5em3dvci6rx26joqq.dfs.core.windows.net/","web":"https://clitest5em3dvci6rx26joqq.z3.web.core.windows.net/","blob":"https://clitest5em3dvci6rx26joqq.blob.core.windows.net/","queue":"https://clitest5em3dvci6rx26joqq.queue.core.windows.net/","table":"https://clitest5em3dvci6rx26joqq.table.core.windows.net/","file":"https://clitest5em3dvci6rx26joqq.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgq5owppg4dci2qdrj7vzc5jfe2wkpqdndt73aoulpqbpqyme4ys6qp5yegc6x72nfg/providers/Microsoft.Storage/storageAccounts/clitest6xc3bnyzkpbv277hw","name":"clitest6xc3bnyzkpbv277hw","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-03T23:21:13.3577773Z","key2":"2022-03-03T23:21:13.3577773Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:21:13.3733610Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:21:13.3733610Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T23:21:13.2640292Z","primaryEndpoints":{"dfs":"https://clitest6xc3bnyzkpbv277hw.dfs.core.windows.net/","web":"https://clitest6xc3bnyzkpbv277hw.z3.web.core.windows.net/","blob":"https://clitest6xc3bnyzkpbv277hw.blob.core.windows.net/","queue":"https://clitest6xc3bnyzkpbv277hw.queue.core.windows.net/","table":"https://clitest6xc3bnyzkpbv277hw.table.core.windows.net/","file":"https://clitest6xc3bnyzkpbv277hw.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgvricmqr6tftghdb2orhfvwwflb5yrmjlbbxfre27xo56m3yaowwocmuew3mkp6dch/providers/Microsoft.Storage/storageAccounts/clitesta6vvdbwzccmdhnmh7","name":"clitesta6vvdbwzccmdhnmh7","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-10T23:46:41.0268928Z","key2":"2022-03-10T23:46:41.0268928Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-10T23:46:41.0425154Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-10T23:46:41.0425154Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-10T23:46:40.9331185Z","primaryEndpoints":{"dfs":"https://clitesta6vvdbwzccmdhnmh7.dfs.core.windows.net/","web":"https://clitesta6vvdbwzccmdhnmh7.z3.web.core.windows.net/","blob":"https://clitesta6vvdbwzccmdhnmh7.blob.core.windows.net/","queue":"https://clitesta6vvdbwzccmdhnmh7.queue.core.windows.net/","table":"https://clitesta6vvdbwzccmdhnmh7.table.core.windows.net/","file":"https://clitesta6vvdbwzccmdhnmh7.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgefj7prpkkfwowsohocdcgln4afkr36ayb7msfujq5xbxbhzxt6nl6226d6wpfd2v6/providers/Microsoft.Storage/storageAccounts/clitestajyrm6yrgbf4c5i2s","name":"clitestajyrm6yrgbf4c5i2s","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T05:36:26.5400357Z","key2":"2021-09-26T05:36:26.5400357Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:36:26.5400357Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:36:26.5400357Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T05:36:26.4619069Z","primaryEndpoints":{"dfs":"https://clitestajyrm6yrgbf4c5i2s.dfs.core.windows.net/","web":"https://clitestajyrm6yrgbf4c5i2s.z3.web.core.windows.net/","blob":"https://clitestajyrm6yrgbf4c5i2s.blob.core.windows.net/","queue":"https://clitestajyrm6yrgbf4c5i2s.queue.core.windows.net/","table":"https://clitestajyrm6yrgbf4c5i2s.table.core.windows.net/","file":"https://clitestajyrm6yrgbf4c5i2s.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgdj7xp7djs6mthgx5vg7frkzob6fa4r4ee6jyrvgncvnjvn36lppo6bqbxzdz75tll/providers/Microsoft.Storage/storageAccounts/clitestb3umzlekxb2476otp","name":"clitestb3umzlekxb2476otp","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T23:03:50.2317299Z","key2":"2022-04-21T23:03:50.2317299Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:03:50.2317299Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:03:50.2317299Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-21T23:03:50.1379870Z","primaryEndpoints":{"dfs":"https://clitestb3umzlekxb2476otp.dfs.core.windows.net/","web":"https://clitestb3umzlekxb2476otp.z3.web.core.windows.net/","blob":"https://clitestb3umzlekxb2476otp.blob.core.windows.net/","queue":"https://clitestb3umzlekxb2476otp.queue.core.windows.net/","table":"https://clitestb3umzlekxb2476otp.table.core.windows.net/","file":"https://clitestb3umzlekxb2476otp.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rglbpqpmgzjcfuaz4feleprn435rcjy72gfcclbzlno6zqjglg4vmjeekjfwp5ftczi/providers/Microsoft.Storage/storageAccounts/clitestbokalj4mocrwa4z32","name":"clitestbokalj4mocrwa4z32","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-29T22:30:16.8234389Z","key2":"2021-10-29T22:30:16.8234389Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-29T22:30:16.8234389Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-29T22:30:16.8234389Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-29T22:30:16.7453107Z","primaryEndpoints":{"dfs":"https://clitestbokalj4mocrwa4z32.dfs.core.windows.net/","web":"https://clitestbokalj4mocrwa4z32.z3.web.core.windows.net/","blob":"https://clitestbokalj4mocrwa4z32.blob.core.windows.net/","queue":"https://clitestbokalj4mocrwa4z32.queue.core.windows.net/","table":"https://clitestbokalj4mocrwa4z32.table.core.windows.net/","file":"https://clitestbokalj4mocrwa4z32.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgtspw4qvairmgdzy7n5rmnqkgvofttquawuj4gqd2vfu4vovezcfc7sf547caizzrh/providers/Microsoft.Storage/storageAccounts/clitestbsembxlqwsnj2fgge","name":"clitestbsembxlqwsnj2fgge","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-07T22:55:33.1867654Z","key2":"2022-04-07T22:55:33.1867654Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T22:55:33.2023896Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T22:55:33.2023896Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-07T22:55:33.0930101Z","primaryEndpoints":{"dfs":"https://clitestbsembxlqwsnj2fgge.dfs.core.windows.net/","web":"https://clitestbsembxlqwsnj2fgge.z3.web.core.windows.net/","blob":"https://clitestbsembxlqwsnj2fgge.blob.core.windows.net/","queue":"https://clitestbsembxlqwsnj2fgge.queue.core.windows.net/","table":"https://clitestbsembxlqwsnj2fgge.table.core.windows.net/","file":"https://clitestbsembxlqwsnj2fgge.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgslmenloyni5hf6ungu5xnok6xazrqmqukr6gorcq64rq2u7hadght6uvzpmpbpg3u/providers/Microsoft.Storage/storageAccounts/clitestcw54yeqtizanybuwo","name":"clitestcw54yeqtizanybuwo","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-14T23:27:19.9861627Z","key2":"2022-04-14T23:27:19.9861627Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:27:20.0017698Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:27:20.0017698Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-14T23:27:19.8923715Z","primaryEndpoints":{"dfs":"https://clitestcw54yeqtizanybuwo.dfs.core.windows.net/","web":"https://clitestcw54yeqtizanybuwo.z3.web.core.windows.net/","blob":"https://clitestcw54yeqtizanybuwo.blob.core.windows.net/","queue":"https://clitestcw54yeqtizanybuwo.queue.core.windows.net/","table":"https://clitestcw54yeqtizanybuwo.table.core.windows.net/","file":"https://clitestcw54yeqtizanybuwo.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgzqoxctlppqseceswyeq36zau2eysrbugzmir6vxpsztoivt4atecrszzqgzpvjalj/providers/Microsoft.Storage/storageAccounts/clitestexazhooj6txsp4bif","name":"clitestexazhooj6txsp4bif","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T06:28:55.7862697Z","key2":"2021-09-26T06:28:55.7862697Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:28:55.8018954Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:28:55.8018954Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T06:28:55.7237634Z","primaryEndpoints":{"dfs":"https://clitestexazhooj6txsp4bif.dfs.core.windows.net/","web":"https://clitestexazhooj6txsp4bif.z3.web.core.windows.net/","blob":"https://clitestexazhooj6txsp4bif.blob.core.windows.net/","queue":"https://clitestexazhooj6txsp4bif.queue.core.windows.net/","table":"https://clitestexazhooj6txsp4bif.table.core.windows.net/","file":"https://clitestexazhooj6txsp4bif.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgastf744wty5rbe3b42dtbtj6m3u4njqshp3uezxwhayjl4gumhvlnx4umngpnd37j/providers/Microsoft.Storage/storageAccounts/clitestfoxs5cndjzuwfbysg","name":"clitestfoxs5cndjzuwfbysg","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T05:29:08.4012945Z","key2":"2022-03-16T05:29:08.4012945Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:29:08.4012945Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:29:08.4012945Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T05:29:08.3076366Z","primaryEndpoints":{"dfs":"https://clitestfoxs5cndjzuwfbysg.dfs.core.windows.net/","web":"https://clitestfoxs5cndjzuwfbysg.z3.web.core.windows.net/","blob":"https://clitestfoxs5cndjzuwfbysg.blob.core.windows.net/","queue":"https://clitestfoxs5cndjzuwfbysg.queue.core.windows.net/","table":"https://clitestfoxs5cndjzuwfbysg.table.core.windows.net/","file":"https://clitestfoxs5cndjzuwfbysg.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgqgjamsip45eiod37k5ava3icxn6g65gkuyffmj7fd2ipic36deyjqhzs5f5amepjw/providers/Microsoft.Storage/storageAccounts/clitestfseuqgiqhdcp3ufhh","name":"clitestfseuqgiqhdcp3ufhh","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-16T23:43:04.7242746Z","key2":"2021-12-16T23:43:04.7242746Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:43:04.7242746Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:43:04.7242746Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-16T23:43:04.6461064Z","primaryEndpoints":{"dfs":"https://clitestfseuqgiqhdcp3ufhh.dfs.core.windows.net/","web":"https://clitestfseuqgiqhdcp3ufhh.z3.web.core.windows.net/","blob":"https://clitestfseuqgiqhdcp3ufhh.blob.core.windows.net/","queue":"https://clitestfseuqgiqhdcp3ufhh.queue.core.windows.net/","table":"https://clitestfseuqgiqhdcp3ufhh.table.core.windows.net/","file":"https://clitestfseuqgiqhdcp3ufhh.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4bazn4hnlcnsaasp63k6nvrlmtkyo7dqcjkyopsehticnihafl57ntorbz7ixqwos/providers/Microsoft.Storage/storageAccounts/clitestgnremsz2uxbgdy6uo","name":"clitestgnremsz2uxbgdy6uo","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-05T08:33:08.0149596Z","key2":"2021-11-05T08:33:08.0149596Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-05T08:33:08.0305829Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-05T08:33:08.0305829Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-05T08:33:07.9368092Z","primaryEndpoints":{"dfs":"https://clitestgnremsz2uxbgdy6uo.dfs.core.windows.net/","web":"https://clitestgnremsz2uxbgdy6uo.z3.web.core.windows.net/","blob":"https://clitestgnremsz2uxbgdy6uo.blob.core.windows.net/","queue":"https://clitestgnremsz2uxbgdy6uo.queue.core.windows.net/","table":"https://clitestgnremsz2uxbgdy6uo.table.core.windows.net/","file":"https://clitestgnremsz2uxbgdy6uo.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgiojjcuhfzayzrer4xt3xelo5irqyhos7zzodnkr36kccmj3tkike4hj2z333kq54w/providers/Microsoft.Storage/storageAccounts/clitestgzh5gtd7dvvavu4r7","name":"clitestgzh5gtd7dvvavu4r7","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-24T23:41:39.2992459Z","key2":"2022-03-24T23:41:39.2992459Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:41:39.3148704Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:41:39.3148704Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-24T23:41:39.2057201Z","primaryEndpoints":{"dfs":"https://clitestgzh5gtd7dvvavu4r7.dfs.core.windows.net/","web":"https://clitestgzh5gtd7dvvavu4r7.z3.web.core.windows.net/","blob":"https://clitestgzh5gtd7dvvavu4r7.blob.core.windows.net/","queue":"https://clitestgzh5gtd7dvvavu4r7.queue.core.windows.net/","table":"https://clitestgzh5gtd7dvvavu4r7.table.core.windows.net/","file":"https://clitestgzh5gtd7dvvavu4r7.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgn2hrmou3vupc7hxv534r6ythn2qz6v45svfb666d75bigid4v562yvcrcu3zvopvd/providers/Microsoft.Storage/storageAccounts/clitesthn6lf7bmqfq4lihgr","name":"clitesthn6lf7bmqfq4lihgr","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-22T23:36:25.4655609Z","key2":"2021-10-22T23:36:25.4655609Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T23:36:25.4655609Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T23:36:25.4655609Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T23:36:25.4186532Z","primaryEndpoints":{"dfs":"https://clitesthn6lf7bmqfq4lihgr.dfs.core.windows.net/","web":"https://clitesthn6lf7bmqfq4lihgr.z3.web.core.windows.net/","blob":"https://clitesthn6lf7bmqfq4lihgr.blob.core.windows.net/","queue":"https://clitesthn6lf7bmqfq4lihgr.queue.core.windows.net/","table":"https://clitesthn6lf7bmqfq4lihgr.table.core.windows.net/","file":"https://clitesthn6lf7bmqfq4lihgr.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg3uh3ecchugblssjzzurmbz3fwz3si25txvdhbc3t7jo6zlnbitco2s4mnnjpqst2v/providers/Microsoft.Storage/storageAccounts/clitestif7zaqb3uji3nhacq","name":"clitestif7zaqb3uji3nhacq","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-26T08:48:10.2092425Z","key2":"2022-04-26T08:48:10.2092425Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:48:10.2092425Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:48:10.2092425Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-26T08:48:10.0998779Z","primaryEndpoints":{"dfs":"https://clitestif7zaqb3uji3nhacq.dfs.core.windows.net/","web":"https://clitestif7zaqb3uji3nhacq.z3.web.core.windows.net/","blob":"https://clitestif7zaqb3uji3nhacq.blob.core.windows.net/","queue":"https://clitestif7zaqb3uji3nhacq.queue.core.windows.net/","table":"https://clitestif7zaqb3uji3nhacq.table.core.windows.net/","file":"https://clitestif7zaqb3uji3nhacq.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgddpmpp3buqip4f3ztkpw2okh4vd5lblxcs36olwlxmrn6hqzkgms3jgye5t72fahh/providers/Microsoft.Storage/storageAccounts/clitestlp7xyjhqdanlvdk7l","name":"clitestlp7xyjhqdanlvdk7l","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-30T22:32:05.3181693Z","key2":"2021-12-30T22:32:05.3181693Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:32:05.3181693Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:32:05.3181693Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-30T22:32:05.2244193Z","primaryEndpoints":{"dfs":"https://clitestlp7xyjhqdanlvdk7l.dfs.core.windows.net/","web":"https://clitestlp7xyjhqdanlvdk7l.z3.web.core.windows.net/","blob":"https://clitestlp7xyjhqdanlvdk7l.blob.core.windows.net/","queue":"https://clitestlp7xyjhqdanlvdk7l.queue.core.windows.net/","table":"https://clitestlp7xyjhqdanlvdk7l.table.core.windows.net/","file":"https://clitestlp7xyjhqdanlvdk7l.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgiqgpdt6kvdporvteyacy5t5zw43gekna5gephtplex4buchsqnucjh24ke6ian63g/providers/Microsoft.Storage/storageAccounts/clitestlpnuh5cbq4gzlb4mt","name":"clitestlpnuh5cbq4gzlb4mt","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T21:40:23.1450434Z","key2":"2022-03-17T21:40:23.1450434Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T21:40:23.1606676Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T21:40:23.1606676Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T21:40:23.0669136Z","primaryEndpoints":{"dfs":"https://clitestlpnuh5cbq4gzlb4mt.dfs.core.windows.net/","web":"https://clitestlpnuh5cbq4gzlb4mt.z3.web.core.windows.net/","blob":"https://clitestlpnuh5cbq4gzlb4mt.blob.core.windows.net/","queue":"https://clitestlpnuh5cbq4gzlb4mt.queue.core.windows.net/","table":"https://clitestlpnuh5cbq4gzlb4mt.table.core.windows.net/","file":"https://clitestlpnuh5cbq4gzlb4mt.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rggyyky3pdv7kfgca2zw6tt2uuyakcfh4mhe5jv652ywkhjplo2g3hkpg5l5vlzmscx/providers/Microsoft.Storage/storageAccounts/clitestlrazz3fr4p7ma2aqu","name":"clitestlrazz3fr4p7ma2aqu","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T06:26:22.0140081Z","key2":"2021-09-26T06:26:22.0140081Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:26:22.0140081Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:26:22.0140081Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T06:26:21.9514992Z","primaryEndpoints":{"dfs":"https://clitestlrazz3fr4p7ma2aqu.dfs.core.windows.net/","web":"https://clitestlrazz3fr4p7ma2aqu.z3.web.core.windows.net/","blob":"https://clitestlrazz3fr4p7ma2aqu.blob.core.windows.net/","queue":"https://clitestlrazz3fr4p7ma2aqu.queue.core.windows.net/","table":"https://clitestlrazz3fr4p7ma2aqu.table.core.windows.net/","file":"https://clitestlrazz3fr4p7ma2aqu.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg6wjfol23jdbl2gkdoeiou4nae4tnyxkvqazscvbwkazi5dbugwnwlcr7gn2nvblbz/providers/Microsoft.Storage/storageAccounts/clitestlvmg3eu2v3vfviots","name":"clitestlvmg3eu2v3vfviots","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-25T00:19:23.5149380Z","key2":"2022-02-25T00:19:23.5149380Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:19:23.5305640Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:19:23.5305640Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-25T00:19:23.4055624Z","primaryEndpoints":{"dfs":"https://clitestlvmg3eu2v3vfviots.dfs.core.windows.net/","web":"https://clitestlvmg3eu2v3vfviots.z3.web.core.windows.net/","blob":"https://clitestlvmg3eu2v3vfviots.blob.core.windows.net/","queue":"https://clitestlvmg3eu2v3vfviots.queue.core.windows.net/","table":"https://clitestlvmg3eu2v3vfviots.table.core.windows.net/","file":"https://clitestlvmg3eu2v3vfviots.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgibc6w6pt2cu4nkppzr7rhgsrli5jhaumxaexydrvzpemxhixixcac5un3lkhugutn/providers/Microsoft.Storage/storageAccounts/clitestm3o7urdechvnvggxa","name":"clitestm3o7urdechvnvggxa","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-04T22:04:25.7055241Z","key2":"2021-11-04T22:04:25.7055241Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-04T22:04:25.7055241Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-04T22:04:25.7055241Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-04T22:04:25.6274146Z","primaryEndpoints":{"dfs":"https://clitestm3o7urdechvnvggxa.dfs.core.windows.net/","web":"https://clitestm3o7urdechvnvggxa.z3.web.core.windows.net/","blob":"https://clitestm3o7urdechvnvggxa.blob.core.windows.net/","queue":"https://clitestm3o7urdechvnvggxa.queue.core.windows.net/","table":"https://clitestm3o7urdechvnvggxa.table.core.windows.net/","file":"https://clitestm3o7urdechvnvggxa.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgod6ukvpdyodfbumzqyctb3mizfldmw7m4kczmcvtiwdw7eknpoq2uxsr3gc5qs6ia/providers/Microsoft.Storage/storageAccounts/clitestmekftj553567izfaa","name":"clitestmekftj553567izfaa","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-31T22:40:57.9850091Z","key2":"2022-03-31T22:40:57.9850091Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:40:58.0006083Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:40:58.0006083Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-31T22:40:57.8912800Z","primaryEndpoints":{"dfs":"https://clitestmekftj553567izfaa.dfs.core.windows.net/","web":"https://clitestmekftj553567izfaa.z3.web.core.windows.net/","blob":"https://clitestmekftj553567izfaa.blob.core.windows.net/","queue":"https://clitestmekftj553567izfaa.queue.core.windows.net/","table":"https://clitestmekftj553567izfaa.table.core.windows.net/","file":"https://clitestmekftj553567izfaa.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg5gexz53gwezjaj2k73fecuuc4yqlddops5ntbekppouzb4x7h6bpbyvfme5nlourk/providers/Microsoft.Storage/storageAccounts/clitestmjpad5ax6f4npu3mz","name":"clitestmjpad5ax6f4npu3mz","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T08:55:42.1539279Z","key2":"2022-03-16T08:55:42.1539279Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T08:55:42.1539279Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T08:55:42.1539279Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T08:55:42.0602013Z","primaryEndpoints":{"dfs":"https://clitestmjpad5ax6f4npu3mz.dfs.core.windows.net/","web":"https://clitestmjpad5ax6f4npu3mz.z3.web.core.windows.net/","blob":"https://clitestmjpad5ax6f4npu3mz.blob.core.windows.net/","queue":"https://clitestmjpad5ax6f4npu3mz.queue.core.windows.net/","table":"https://clitestmjpad5ax6f4npu3mz.table.core.windows.net/","file":"https://clitestmjpad5ax6f4npu3mz.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgihpamtetsioehvqhcaizytambbwjq2a4so6iz734ejm7u6prta4pxwcc2gyhhaxqf/providers/Microsoft.Storage/storageAccounts/clitestmyjybsngqmztsnzyt","name":"clitestmyjybsngqmztsnzyt","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T05:30:18.6096170Z","key2":"2021-09-26T05:30:18.6096170Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:30:18.6096170Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T05:30:18.6096170Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T05:30:18.5314899Z","primaryEndpoints":{"dfs":"https://clitestmyjybsngqmztsnzyt.dfs.core.windows.net/","web":"https://clitestmyjybsngqmztsnzyt.z3.web.core.windows.net/","blob":"https://clitestmyjybsngqmztsnzyt.blob.core.windows.net/","queue":"https://clitestmyjybsngqmztsnzyt.queue.core.windows.net/","table":"https://clitestmyjybsngqmztsnzyt.table.core.windows.net/","file":"https://clitestmyjybsngqmztsnzyt.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2abywok236kysqgqh6yyxw5hjsmd2oiv7fmmzca4bdkfvsyhup2g3flygvn45gbtp/providers/Microsoft.Storage/storageAccounts/clitestnwqabo3kuhvx6svgt","name":"clitestnwqabo3kuhvx6svgt","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-23T03:42:52.5821333Z","key2":"2022-02-23T03:42:52.5821333Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:42:52.5977587Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:42:52.5977587Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-23T03:42:52.4883542Z","primaryEndpoints":{"dfs":"https://clitestnwqabo3kuhvx6svgt.dfs.core.windows.net/","web":"https://clitestnwqabo3kuhvx6svgt.z3.web.core.windows.net/","blob":"https://clitestnwqabo3kuhvx6svgt.blob.core.windows.net/","queue":"https://clitestnwqabo3kuhvx6svgt.queue.core.windows.net/","table":"https://clitestnwqabo3kuhvx6svgt.table.core.windows.net/","file":"https://clitestnwqabo3kuhvx6svgt.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgbksbwoy7iftsvok2gu7el6jq32a53l75d3amp4qff74lwqen6nypkv2vsy5qpvdx6/providers/Microsoft.Storage/storageAccounts/clitestnx46jh36sfhiun4zr","name":"clitestnx46jh36sfhiun4zr","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T06:46:06.0337216Z","key2":"2021-09-26T06:46:06.0337216Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:46:06.0337216Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:46:06.0337216Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T06:46:05.9555808Z","primaryEndpoints":{"dfs":"https://clitestnx46jh36sfhiun4zr.dfs.core.windows.net/","web":"https://clitestnx46jh36sfhiun4zr.z3.web.core.windows.net/","blob":"https://clitestnx46jh36sfhiun4zr.blob.core.windows.net/","queue":"https://clitestnx46jh36sfhiun4zr.queue.core.windows.net/","table":"https://clitestnx46jh36sfhiun4zr.table.core.windows.net/","file":"https://clitestnx46jh36sfhiun4zr.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg33fo62u6qo54y4oh6ubodzg5drtpqjvfeaxkl7eqcioetepluk6x6j2y26gadsnlb/providers/Microsoft.Storage/storageAccounts/clitestnyptbvai7mjrv4d36","name":"clitestnyptbvai7mjrv4d36","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-26T06:38:37.8872316Z","key2":"2021-09-26T06:38:37.8872316Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:38:37.8872316Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-26T06:38:37.8872316Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-26T06:38:37.8247073Z","primaryEndpoints":{"dfs":"https://clitestnyptbvai7mjrv4d36.dfs.core.windows.net/","web":"https://clitestnyptbvai7mjrv4d36.z3.web.core.windows.net/","blob":"https://clitestnyptbvai7mjrv4d36.blob.core.windows.net/","queue":"https://clitestnyptbvai7mjrv4d36.queue.core.windows.net/","table":"https://clitestnyptbvai7mjrv4d36.table.core.windows.net/","file":"https://clitestnyptbvai7mjrv4d36.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgm4ewrfpsmwsfbapbb7k3cslbr34yplftoedawvzwr66vnki7qslc7yxcjg74xcdt4/providers/Microsoft.Storage/storageAccounts/clitestobi4eotlnsa6zh3bq","name":"clitestobi4eotlnsa6zh3bq","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T09:39:15.5200077Z","key2":"2022-02-24T09:39:15.5200077Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:39:15.5356357Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:39:15.5356357Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T09:39:15.4262587Z","primaryEndpoints":{"dfs":"https://clitestobi4eotlnsa6zh3bq.dfs.core.windows.net/","web":"https://clitestobi4eotlnsa6zh3bq.z3.web.core.windows.net/","blob":"https://clitestobi4eotlnsa6zh3bq.blob.core.windows.net/","queue":"https://clitestobi4eotlnsa6zh3bq.queue.core.windows.net/","table":"https://clitestobi4eotlnsa6zh3bq.table.core.windows.net/","file":"https://clitestobi4eotlnsa6zh3bq.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgzvfnrnbiodivv7py3ttijdf62ufwz3obvcpzey36zr4h56myn3sajeenb67t2vufx/providers/Microsoft.Storage/storageAccounts/clitestokj67zonpbcy4h3ut","name":"clitestokj67zonpbcy4h3ut","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T13:51:42.3909029Z","key2":"2022-03-17T13:51:42.3909029Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T13:51:42.4065705Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T13:51:42.4065705Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T13:51:42.3127731Z","primaryEndpoints":{"dfs":"https://clitestokj67zonpbcy4h3ut.dfs.core.windows.net/","web":"https://clitestokj67zonpbcy4h3ut.z3.web.core.windows.net/","blob":"https://clitestokj67zonpbcy4h3ut.blob.core.windows.net/","queue":"https://clitestokj67zonpbcy4h3ut.queue.core.windows.net/","table":"https://clitestokj67zonpbcy4h3ut.table.core.windows.net/","file":"https://clitestokj67zonpbcy4h3ut.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg27eecv3qlcw6ol3xvlbfxfoasylnf4kby2jp2xlzkuk3skinkbsynd7fskj5fpsy3/providers/Microsoft.Storage/storageAccounts/clitestonivdoendik6ud5xu","name":"clitestonivdoendik6ud5xu","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T05:25:23.2474815Z","key2":"2021-12-09T05:25:23.2474815Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:25:23.2474815Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:25:23.2474815Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T05:25:23.1693829Z","primaryEndpoints":{"dfs":"https://clitestonivdoendik6ud5xu.dfs.core.windows.net/","web":"https://clitestonivdoendik6ud5xu.z3.web.core.windows.net/","blob":"https://clitestonivdoendik6ud5xu.blob.core.windows.net/","queue":"https://clitestonivdoendik6ud5xu.queue.core.windows.net/","table":"https://clitestonivdoendik6ud5xu.table.core.windows.net/","file":"https://clitestonivdoendik6ud5xu.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg4g3f5lihvl5ymspqef7wlq3ougtwcl5cysr5hf26ft6qecpqygvuavvpaffm4jp2z/providers/Microsoft.Storage/storageAccounts/clitestppyuah3f63vji25wh","name":"clitestppyuah3f63vji25wh","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T22:35:14.8304282Z","key2":"2022-02-24T22:35:14.8304282Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:35:14.8304282Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:35:14.8304282Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T22:35:14.7210571Z","primaryEndpoints":{"dfs":"https://clitestppyuah3f63vji25wh.dfs.core.windows.net/","web":"https://clitestppyuah3f63vji25wh.z3.web.core.windows.net/","blob":"https://clitestppyuah3f63vji25wh.blob.core.windows.net/","queue":"https://clitestppyuah3f63vji25wh.queue.core.windows.net/","table":"https://clitestppyuah3f63vji25wh.table.core.windows.net/","file":"https://clitestppyuah3f63vji25wh.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgkxbcxx4ank64f2iixhvgd2jaf76ixz7z6ehcg4wgtoikus5rrg53sdli6a5acuxg7/providers/Microsoft.Storage/storageAccounts/clitestqltbsnaacri7pnm66","name":"clitestqltbsnaacri7pnm66","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-05T23:02:57.0468964Z","key2":"2022-05-05T23:02:57.0468964Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:02:57.0468964Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:02:57.0468964Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-05T23:02:56.9375574Z","primaryEndpoints":{"dfs":"https://clitestqltbsnaacri7pnm66.dfs.core.windows.net/","web":"https://clitestqltbsnaacri7pnm66.z3.web.core.windows.net/","blob":"https://clitestqltbsnaacri7pnm66.blob.core.windows.net/","queue":"https://clitestqltbsnaacri7pnm66.queue.core.windows.net/","table":"https://clitestqltbsnaacri7pnm66.table.core.windows.net/","file":"https://clitestqltbsnaacri7pnm66.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgj4euz2qks4a65suw4yg7q66oyuhws64hd3parve3zm7c7l5i636my5smbzk6cbvis/providers/Microsoft.Storage/storageAccounts/cliteststxx2rebwsjj4m7ev","name":"cliteststxx2rebwsjj4m7ev","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-28T22:28:46.3357090Z","key2":"2022-04-28T22:28:46.3357090Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:28:46.3357090Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:28:46.3357090Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T22:28:46.2419469Z","primaryEndpoints":{"dfs":"https://cliteststxx2rebwsjj4m7ev.dfs.core.windows.net/","web":"https://cliteststxx2rebwsjj4m7ev.z3.web.core.windows.net/","blob":"https://cliteststxx2rebwsjj4m7ev.blob.core.windows.net/","queue":"https://cliteststxx2rebwsjj4m7ev.queue.core.windows.net/","table":"https://cliteststxx2rebwsjj4m7ev.table.core.windows.net/","file":"https://cliteststxx2rebwsjj4m7ev.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg7wjguctbigk256arnwsy5cikne5rtgxsungotn3y3cp7nofxioeys2x7dtiknym2a/providers/Microsoft.Storage/storageAccounts/clitesttayxcfhxj5auoke5a","name":"clitesttayxcfhxj5auoke5a","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T23:16:25.2778969Z","key2":"2021-12-09T23:16:25.2778969Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:16:25.2778969Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:16:25.2778969Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T23:16:25.1841497Z","primaryEndpoints":{"dfs":"https://clitesttayxcfhxj5auoke5a.dfs.core.windows.net/","web":"https://clitesttayxcfhxj5auoke5a.z3.web.core.windows.net/","blob":"https://clitesttayxcfhxj5auoke5a.blob.core.windows.net/","queue":"https://clitesttayxcfhxj5auoke5a.queue.core.windows.net/","table":"https://clitesttayxcfhxj5auoke5a.table.core.windows.net/","file":"https://clitesttayxcfhxj5auoke5a.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgxg4uxlys7uvmy36zktg7bufluyydw6zodvea3sscatxtoca52rp53hzgpu7gq5p7s/providers/Microsoft.Storage/storageAccounts/clitesttychkmvzofjn5oztq","name":"clitesttychkmvzofjn5oztq","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-26T08:46:40.5509904Z","key2":"2022-04-26T08:46:40.5509904Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:46:40.5509904Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:46:40.5509904Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-26T08:46:40.4415826Z","primaryEndpoints":{"dfs":"https://clitesttychkmvzofjn5oztq.dfs.core.windows.net/","web":"https://clitesttychkmvzofjn5oztq.z3.web.core.windows.net/","blob":"https://clitesttychkmvzofjn5oztq.blob.core.windows.net/","queue":"https://clitesttychkmvzofjn5oztq.queue.core.windows.net/","table":"https://clitesttychkmvzofjn5oztq.table.core.windows.net/","file":"https://clitesttychkmvzofjn5oztq.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgg7tywk7mx4oyp34pr4jo76jp54xi6rrmofingxkdmix2bxupdaavsgm5bscdon7hb/providers/Microsoft.Storage/storageAccounts/clitestupama2samndokm3jd","name":"clitestupama2samndokm3jd","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-28T16:48:18.7645760Z","key2":"2022-02-28T16:48:18.7645760Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T16:48:18.7802324Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T16:48:18.7802324Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-28T16:48:18.6864732Z","primaryEndpoints":{"dfs":"https://clitestupama2samndokm3jd.dfs.core.windows.net/","web":"https://clitestupama2samndokm3jd.z3.web.core.windows.net/","blob":"https://clitestupama2samndokm3jd.blob.core.windows.net/","queue":"https://clitestupama2samndokm3jd.queue.core.windows.net/","table":"https://clitestupama2samndokm3jd.table.core.windows.net/","file":"https://clitestupama2samndokm3jd.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rglqgc5xdku5ojvlcdmxmxwx4otzrvmtvwkizs74vqyuovzqgtxbocao3wxuey3ckyg/providers/Microsoft.Storage/storageAccounts/clitestvkt5uhqkknoz4z2ps","name":"clitestvkt5uhqkknoz4z2ps","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-22T15:56:12.2012021Z","key2":"2021-10-22T15:56:12.2012021Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T15:56:12.2012021Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T15:56:12.2012021Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T15:56:12.1387094Z","primaryEndpoints":{"dfs":"https://clitestvkt5uhqkknoz4z2ps.dfs.core.windows.net/","web":"https://clitestvkt5uhqkknoz4z2ps.z3.web.core.windows.net/","blob":"https://clitestvkt5uhqkknoz4z2ps.blob.core.windows.net/","queue":"https://clitestvkt5uhqkknoz4z2ps.queue.core.windows.net/","table":"https://clitestvkt5uhqkknoz4z2ps.table.core.windows.net/","file":"https://clitestvkt5uhqkknoz4z2ps.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgb6aglzjbgktmouuijj6dzlic4zxyiyz3rvpkaagcnysqv5336hn4e4fogwqavf53q/providers/Microsoft.Storage/storageAccounts/clitestvlciwxue3ibitylva","name":"clitestvlciwxue3ibitylva","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-01-07T00:11:03.4133197Z","key2":"2022-01-07T00:11:03.4133197Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:11:03.4289603Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:11:03.4289603Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-07T00:11:03.3195568Z","primaryEndpoints":{"dfs":"https://clitestvlciwxue3ibitylva.dfs.core.windows.net/","web":"https://clitestvlciwxue3ibitylva.z3.web.core.windows.net/","blob":"https://clitestvlciwxue3ibitylva.blob.core.windows.net/","queue":"https://clitestvlciwxue3ibitylva.queue.core.windows.net/","table":"https://clitestvlciwxue3ibitylva.table.core.windows.net/","file":"https://clitestvlciwxue3ibitylva.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgk76ijui24h7q2foey6svr7yhnhb6tcuioxiiic7pto4b7aye52xazbtphpkn4igdg/providers/Microsoft.Storage/storageAccounts/clitestwii2xus2tgji433nh","name":"clitestwii2xus2tgji433nh","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-11T22:07:45.0812213Z","key2":"2021-11-11T22:07:45.0812213Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:07:45.0812213Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:07:45.0812213Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-11T22:07:45.0031142Z","primaryEndpoints":{"dfs":"https://clitestwii2xus2tgji433nh.dfs.core.windows.net/","web":"https://clitestwii2xus2tgji433nh.z3.web.core.windows.net/","blob":"https://clitestwii2xus2tgji433nh.blob.core.windows.net/","queue":"https://clitestwii2xus2tgji433nh.queue.core.windows.net/","table":"https://clitestwii2xus2tgji433nh.table.core.windows.net/","file":"https://clitestwii2xus2tgji433nh.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgmdksg3tnpfj5ikmkrjg42qofreubpsr5cdqs5zhcezqj7v5kgrmpx525kvdqm57ya/providers/Microsoft.Storage/storageAccounts/clitesty7sgxo5udzywq7e2x","name":"clitesty7sgxo5udzywq7e2x","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-25T22:58:47.0325764Z","key2":"2021-11-25T22:58:47.0325764Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T22:58:47.0325764Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T22:58:47.0325764Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-25T22:58:46.9231863Z","primaryEndpoints":{"dfs":"https://clitesty7sgxo5udzywq7e2x.dfs.core.windows.net/","web":"https://clitesty7sgxo5udzywq7e2x.z3.web.core.windows.net/","blob":"https://clitesty7sgxo5udzywq7e2x.blob.core.windows.net/","queue":"https://clitesty7sgxo5udzywq7e2x.queue.core.windows.net/","table":"https://clitesty7sgxo5udzywq7e2x.table.core.windows.net/","file":"https://clitesty7sgxo5udzywq7e2x.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg2s77glmcoemgtgmlcgi7repejuetyjuabg2vruyc3ayj4u66cvgdpdofhcxrql5h5/providers/Microsoft.Storage/storageAccounts/clitestycqidlsdiibjyb3t4","name":"clitestycqidlsdiibjyb3t4","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T03:39:28.2566482Z","key2":"2022-03-18T03:39:28.2566482Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:39:28.2566482Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:39:28.2566482Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T03:39:28.1472265Z","primaryEndpoints":{"dfs":"https://clitestycqidlsdiibjyb3t4.dfs.core.windows.net/","web":"https://clitestycqidlsdiibjyb3t4.z3.web.core.windows.net/","blob":"https://clitestycqidlsdiibjyb3t4.blob.core.windows.net/","queue":"https://clitestycqidlsdiibjyb3t4.queue.core.windows.net/","table":"https://clitestycqidlsdiibjyb3t4.table.core.windows.net/","file":"https://clitestycqidlsdiibjyb3t4.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rgjrq7ijqostqq5aahlpjr7formy46bcwnloyvgqqn3ztsmo4rfypznsbm6x6wq7m4f/providers/Microsoft.Storage/storageAccounts/clitestyx33svgzm5sxgbbwr","name":"clitestyx33svgzm5sxgbbwr","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T07:41:49.5764921Z","key2":"2022-03-17T07:41:49.5764921Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:41:49.5921170Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:41:49.5921170Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T07:41:49.4827371Z","primaryEndpoints":{"dfs":"https://clitestyx33svgzm5sxgbbwr.dfs.core.windows.net/","web":"https://clitestyx33svgzm5sxgbbwr.z3.web.core.windows.net/","blob":"https://clitestyx33svgzm5sxgbbwr.blob.core.windows.net/","queue":"https://clitestyx33svgzm5sxgbbwr.queue.core.windows.net/","table":"https://clitestyx33svgzm5sxgbbwr.table.core.windows.net/","file":"https://clitestyx33svgzm5sxgbbwr.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/ysdnssa","name":"ysdnssa","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"dnsEndpointType":"AzureDnsZone","keyCreationTime":{"key1":"2022-04-11T06:48:10.4999157Z","key2":"2022-04-11T06:48:10.4999157Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T06:48:10.5155682Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T06:48:10.5155682Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T06:48:10.4217919Z","primaryEndpoints":{"dfs":"https://ysdnssa.z6.dfs.storage.azure.net/","web":"https://ysdnssa.z6.web.storage.azure.net/","blob":"https://ysdnssa.z6.blob.storage.azure.net/","queue":"https://ysdnssa.z6.queue.storage.azure.net/","table":"https://ysdnssa.z6.table.storage.azure.net/","file":"https://ysdnssa.z6.file.storage.azure.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://ysdnssa-secondary.z6.dfs.storage.azure.net/","web":"https://ysdnssa-secondary.z6.web.storage.azure.net/","blob":"https://ysdnssa-secondary.z6.blob.storage.azure.net/","queue":"https://ysdnssa-secondary.z6.queue.storage.azure.net/","table":"https://ysdnssa-secondary.z6.table.storage.azure.net/"}}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg/providers/Microsoft.Storage/storageAccounts/zhiyihuangsaeuapeast","name":"zhiyihuangsaeuapeast","type":"Microsoft.Storage/storageAccounts","location":"eastus2euap","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2022-04-15T04:15:43.8012808Z","key2":"2022-04-15T04:15:43.8012808Z"},"allowCrossTenantReplication":false,"privateEndpointConnections":[],"isSftpEnabled":false,"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"isHnsEnabled":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"requireInfrastructureEncryption":false,"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T04:15:43.8012808Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T04:15:43.8012808Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T04:15:43.6918664Z","primaryEndpoints":{"dfs":"https://zhiyihuangsaeuapeast.dfs.core.windows.net/","web":"https://zhiyihuangsaeuapeast.z3.web.core.windows.net/","blob":"https://zhiyihuangsaeuapeast.blob.core.windows.net/","queue":"https://zhiyihuangsaeuapeast.queue.core.windows.net/","table":"https://zhiyihuangsaeuapeast.table.core.windows.net/","file":"https://zhiyihuangsaeuapeast.file.core.windows.net/"},"primaryLocation":"eastus2euap","statusOfPrimary":"available","secondaryLocation":"centraluseuap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://zhiyihuangsaeuapeast-secondary.dfs.core.windows.net/","web":"https://zhiyihuangsaeuapeast-secondary.z3.web.core.windows.net/","blob":"https://zhiyihuangsaeuapeast-secondary.blob.core.windows.net/","queue":"https://zhiyihuangsaeuapeast-secondary.queue.core.windows.net/","table":"https://zhiyihuangsaeuapeast-secondary.table.core.windows.net/"}}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest47xrljy3nijo3qd5vzsdilpqy5gmhc6vhrxdt4iznh6uaopskftgp4scam2w7drpot4l/providers/Microsoft.Storage/storageAccounts/clitest23zhehg2ug7pzcmmt","name":"clitest23zhehg2ug7pzcmmt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-22T23:52:09.9267277Z","key2":"2021-10-22T23:52:09.9267277Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T23:52:09.9267277Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T23:52:09.9267277Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T23:52:09.8486094Z","primaryEndpoints":{"dfs":"https://clitest23zhehg2ug7pzcmmt.dfs.core.windows.net/","web":"https://clitest23zhehg2ug7pzcmmt.z2.web.core.windows.net/","blob":"https://clitest23zhehg2ug7pzcmmt.blob.core.windows.net/","queue":"https://clitest23zhehg2ug7pzcmmt.queue.core.windows.net/","table":"https://clitest23zhehg2ug7pzcmmt.table.core.windows.net/","file":"https://clitest23zhehg2ug7pzcmmt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestuh33sdgq6xqrgmv2evfqsj7s5elfu75j425duypsq3ykwiqywcsbk7k5hm2dn6dhx3ga/providers/Microsoft.Storage/storageAccounts/clitest2dpu5cejmyr6o6fy4","name":"clitest2dpu5cejmyr6o6fy4","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-13T01:03:47.8707679Z","key2":"2021-08-13T01:03:47.8707679Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-13T01:03:47.8707679Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-13T01:03:47.8707679Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-13T01:03:47.8082686Z","primaryEndpoints":{"dfs":"https://clitest2dpu5cejmyr6o6fy4.dfs.core.windows.net/","web":"https://clitest2dpu5cejmyr6o6fy4.z2.web.core.windows.net/","blob":"https://clitest2dpu5cejmyr6o6fy4.blob.core.windows.net/","queue":"https://clitest2dpu5cejmyr6o6fy4.queue.core.windows.net/","table":"https://clitest2dpu5cejmyr6o6fy4.table.core.windows.net/","file":"https://clitest2dpu5cejmyr6o6fy4.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrl6kiw7ux2j73xj2v7cbet4byjrmn5uenrcnz6qfu5oxpvxtkkik2djcxys4gcpfrgr4/providers/Microsoft.Storage/storageAccounts/clitest2hc2cek5kg4wbcqwa","name":"clitest2hc2cek5kg4wbcqwa","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-18T09:03:47.2900270Z","key2":"2021-06-18T09:03:47.2900270Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-18T09:03:47.2950283Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-18T09:03:47.2950283Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-18T09:03:47.2400033Z","primaryEndpoints":{"dfs":"https://clitest2hc2cek5kg4wbcqwa.dfs.core.windows.net/","web":"https://clitest2hc2cek5kg4wbcqwa.z2.web.core.windows.net/","blob":"https://clitest2hc2cek5kg4wbcqwa.blob.core.windows.net/","queue":"https://clitest2hc2cek5kg4wbcqwa.queue.core.windows.net/","table":"https://clitest2hc2cek5kg4wbcqwa.table.core.windows.net/","file":"https://clitest2hc2cek5kg4wbcqwa.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestcwbyb7elcliee36ry67adfa656263s5nl2c67it2o2pjr3wrh5mwmg3ocygfxjou3vxa/providers/Microsoft.Storage/storageAccounts/clitest2wy5mqj7vog4cn65p","name":"clitest2wy5mqj7vog4cn65p","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-22T16:12:01.9361563Z","key2":"2021-10-22T16:12:01.9361563Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T16:12:01.9361563Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-22T16:12:01.9361563Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-22T16:12:01.8580265Z","primaryEndpoints":{"dfs":"https://clitest2wy5mqj7vog4cn65p.dfs.core.windows.net/","web":"https://clitest2wy5mqj7vog4cn65p.z2.web.core.windows.net/","blob":"https://clitest2wy5mqj7vog4cn65p.blob.core.windows.net/","queue":"https://clitest2wy5mqj7vog4cn65p.queue.core.windows.net/","table":"https://clitest2wy5mqj7vog4cn65p.table.core.windows.net/","file":"https://clitest2wy5mqj7vog4cn65p.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestaars34if2f6awhrzr5vwtr2ocprv723xlflz2zxxqut3f6tqiv2hjy2l5zaj6kutqvbq/providers/Microsoft.Storage/storageAccounts/clitest3r7bin53shduexe6n","name":"clitest3r7bin53shduexe6n","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-02T23:36:46.8626538Z","key2":"2021-12-02T23:36:46.8626538Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:36:46.8782491Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:36:46.8782491Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-02T23:36:46.7845261Z","primaryEndpoints":{"dfs":"https://clitest3r7bin53shduexe6n.dfs.core.windows.net/","web":"https://clitest3r7bin53shduexe6n.z2.web.core.windows.net/","blob":"https://clitest3r7bin53shduexe6n.blob.core.windows.net/","queue":"https://clitest3r7bin53shduexe6n.queue.core.windows.net/","table":"https://clitest3r7bin53shduexe6n.table.core.windows.net/","file":"https://clitest3r7bin53shduexe6n.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesto72ftnrt7hfn5ltlqnh34e5cjvdyfwj4ny5d7yebu4imldxsoizqp5cazyouoms7ev6j/providers/Microsoft.Storage/storageAccounts/clitest4suuy3hvssqi2u3px","name":"clitest4suuy3hvssqi2u3px","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-11T22:23:05.8954115Z","key2":"2021-11-11T22:23:05.8954115Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:23:05.9110345Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:23:05.9110345Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-11T22:23:05.8172663Z","primaryEndpoints":{"dfs":"https://clitest4suuy3hvssqi2u3px.dfs.core.windows.net/","web":"https://clitest4suuy3hvssqi2u3px.z2.web.core.windows.net/","blob":"https://clitest4suuy3hvssqi2u3px.blob.core.windows.net/","queue":"https://clitest4suuy3hvssqi2u3px.queue.core.windows.net/","table":"https://clitest4suuy3hvssqi2u3px.table.core.windows.net/","file":"https://clitest4suuy3hvssqi2u3px.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestra7ouuwajkupsos3f6xg6pbwkbxdaearft7d4e35uecoopx7yzgnelmfuetvhvn4jle6/providers/Microsoft.Storage/storageAccounts/clitest55eq4q3yibnqxk2lk","name":"clitest55eq4q3yibnqxk2lk","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-07T23:09:45.8237560Z","key2":"2022-04-07T23:09:45.8237560Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T23:09:45.8237560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T23:09:45.8237560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-07T23:09:45.7143786Z","primaryEndpoints":{"dfs":"https://clitest55eq4q3yibnqxk2lk.dfs.core.windows.net/","web":"https://clitest55eq4q3yibnqxk2lk.z2.web.core.windows.net/","blob":"https://clitest55eq4q3yibnqxk2lk.blob.core.windows.net/","queue":"https://clitest55eq4q3yibnqxk2lk.queue.core.windows.net/","table":"https://clitest55eq4q3yibnqxk2lk.table.core.windows.net/","file":"https://clitest55eq4q3yibnqxk2lk.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestaocausrs3iu33bd7z3atmvd3kphc6acu73ifeyvogvdgdktef736y3qrmxkdwrnraj4o/providers/Microsoft.Storage/storageAccounts/clitest5fich3ydeobhd23w2","name":"clitest5fich3ydeobhd23w2","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-28T22:27:25.1198767Z","key2":"2022-04-28T22:27:25.1198767Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:27:25.1355320Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:27:25.1355320Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T22:27:24.9948735Z","primaryEndpoints":{"dfs":"https://clitest5fich3ydeobhd23w2.dfs.core.windows.net/","web":"https://clitest5fich3ydeobhd23w2.z2.web.core.windows.net/","blob":"https://clitest5fich3ydeobhd23w2.blob.core.windows.net/","queue":"https://clitest5fich3ydeobhd23w2.queue.core.windows.net/","table":"https://clitest5fich3ydeobhd23w2.table.core.windows.net/","file":"https://clitest5fich3ydeobhd23w2.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttt33kr36k27jzupqzyvmwoyxnhhkzd57gzdkiruhhj7hmr7wi5gh32ofdsa4cm2cbigi/providers/Microsoft.Storage/storageAccounts/clitest5nfub4nyp5igwlueb","name":"clitest5nfub4nyp5igwlueb","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T22:51:11.9414791Z","key2":"2022-02-24T22:51:11.9414791Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:51:11.9414791Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:51:11.9414791Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T22:51:11.8477455Z","primaryEndpoints":{"dfs":"https://clitest5nfub4nyp5igwlueb.dfs.core.windows.net/","web":"https://clitest5nfub4nyp5igwlueb.z2.web.core.windows.net/","blob":"https://clitest5nfub4nyp5igwlueb.blob.core.windows.net/","queue":"https://clitest5nfub4nyp5igwlueb.queue.core.windows.net/","table":"https://clitest5nfub4nyp5igwlueb.table.core.windows.net/","file":"https://clitest5nfub4nyp5igwlueb.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestml55iowweb6q7xe2wje5hizd4cfs53eijje47bsf7qy5xru2fegf2adfotoitfvq7b34/providers/Microsoft.Storage/storageAccounts/clitest6tnfqsy73mo2qi6ov","name":"clitest6tnfqsy73mo2qi6ov","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-11T01:42:00.2641426Z","key2":"2022-03-11T01:42:00.2641426Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-11T01:42:00.2797581Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-11T01:42:00.2797581Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-11T01:42:00.1391781Z","primaryEndpoints":{"dfs":"https://clitest6tnfqsy73mo2qi6ov.dfs.core.windows.net/","web":"https://clitest6tnfqsy73mo2qi6ov.z2.web.core.windows.net/","blob":"https://clitest6tnfqsy73mo2qi6ov.blob.core.windows.net/","queue":"https://clitest6tnfqsy73mo2qi6ov.queue.core.windows.net/","table":"https://clitest6tnfqsy73mo2qi6ov.table.core.windows.net/","file":"https://clitest6tnfqsy73mo2qi6ov.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlg5ebdqcv52sflwjoqlwhicwckgl6uznufjdep6cezb52lt73nagcohr2yn5s2pjkddl/providers/Microsoft.Storage/storageAccounts/clitest6vxkrzgloyre3jqjs","name":"clitest6vxkrzgloyre3jqjs","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-23T03:10:29.4846667Z","key2":"2021-07-23T03:10:29.4846667Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-23T03:10:29.5002574Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-23T03:10:29.5002574Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-23T03:10:29.4377939Z","primaryEndpoints":{"dfs":"https://clitest6vxkrzgloyre3jqjs.dfs.core.windows.net/","web":"https://clitest6vxkrzgloyre3jqjs.z2.web.core.windows.net/","blob":"https://clitest6vxkrzgloyre3jqjs.blob.core.windows.net/","queue":"https://clitest6vxkrzgloyre3jqjs.queue.core.windows.net/","table":"https://clitest6vxkrzgloyre3jqjs.table.core.windows.net/","file":"https://clitest6vxkrzgloyre3jqjs.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestmrngm5xnqzkfc35bpac2frhloyp5bhqs3bkzmzzsk4uxhhc5g5bilsacnxbfmtzgwe2j/providers/Microsoft.Storage/storageAccounts/clitest7bnb7msut4cjgzpbr","name":"clitest7bnb7msut4cjgzpbr","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-29T22:46:56.7491572Z","key2":"2021-10-29T22:46:56.7491572Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-29T22:46:56.7491572Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-29T22:46:56.7491572Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-29T22:46:56.6866372Z","primaryEndpoints":{"dfs":"https://clitest7bnb7msut4cjgzpbr.dfs.core.windows.net/","web":"https://clitest7bnb7msut4cjgzpbr.z2.web.core.windows.net/","blob":"https://clitest7bnb7msut4cjgzpbr.blob.core.windows.net/","queue":"https://clitest7bnb7msut4cjgzpbr.queue.core.windows.net/","table":"https://clitest7bnb7msut4cjgzpbr.table.core.windows.net/","file":"https://clitest7bnb7msut4cjgzpbr.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5pxpr64tqxefi4kgvuh5z3cmr3srlor6oj3om2ehpxbkm7orzvfbgqagtooojquptagq/providers/Microsoft.Storage/storageAccounts/clitesta23vfo64epdjcu3ot","name":"clitesta23vfo64epdjcu3ot","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T05:20:46.8438078Z","key2":"2021-12-09T05:20:46.8438078Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:20:46.8594509Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:20:46.8594509Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T05:20:46.7656986Z","primaryEndpoints":{"dfs":"https://clitesta23vfo64epdjcu3ot.dfs.core.windows.net/","web":"https://clitesta23vfo64epdjcu3ot.z2.web.core.windows.net/","blob":"https://clitesta23vfo64epdjcu3ot.blob.core.windows.net/","queue":"https://clitesta23vfo64epdjcu3ot.queue.core.windows.net/","table":"https://clitesta23vfo64epdjcu3ot.table.core.windows.net/","file":"https://clitesta23vfo64epdjcu3ot.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestcioaekrdcac3gfopptjaajefdj423bny2ijiohhlstguyjbz7ey5yopzt3glfk3wu22c/providers/Microsoft.Storage/storageAccounts/clitestbajwfvucqjul4yvoq","name":"clitestbajwfvucqjul4yvoq","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T05:43:59.4080912Z","key2":"2022-03-16T05:43:59.4080912Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:43:59.4237194Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:43:59.4237194Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T05:43:59.3143640Z","primaryEndpoints":{"dfs":"https://clitestbajwfvucqjul4yvoq.dfs.core.windows.net/","web":"https://clitestbajwfvucqjul4yvoq.z2.web.core.windows.net/","blob":"https://clitestbajwfvucqjul4yvoq.blob.core.windows.net/","queue":"https://clitestbajwfvucqjul4yvoq.queue.core.windows.net/","table":"https://clitestbajwfvucqjul4yvoq.table.core.windows.net/","file":"https://clitestbajwfvucqjul4yvoq.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestef6eejui2ry622mc6zf2nvoemmdy7t3minir53pkvaii6ftsyufmbwzcwdomdg4ybrb6/providers/Microsoft.Storage/storageAccounts/clitestcnrkbgnvxvtoswnwk","name":"clitestcnrkbgnvxvtoswnwk","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T03:54:10.8298714Z","key2":"2022-03-18T03:54:10.8298714Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:54:10.8298714Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:54:10.8298714Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T03:54:10.7204974Z","primaryEndpoints":{"dfs":"https://clitestcnrkbgnvxvtoswnwk.dfs.core.windows.net/","web":"https://clitestcnrkbgnvxvtoswnwk.z2.web.core.windows.net/","blob":"https://clitestcnrkbgnvxvtoswnwk.blob.core.windows.net/","queue":"https://clitestcnrkbgnvxvtoswnwk.queue.core.windows.net/","table":"https://clitestcnrkbgnvxvtoswnwk.table.core.windows.net/","file":"https://clitestcnrkbgnvxvtoswnwk.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfwybg5aqnlewkvelizobsdyy6zocpnnltod4k5d6l62rlz3wfkmdpz7fcw3xbvo45lad/providers/Microsoft.Storage/storageAccounts/clitestdk7kvmf5lss5lltse","name":"clitestdk7kvmf5lss5lltse","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-21T03:24:22.5335528Z","key2":"2021-06-21T03:24:22.5335528Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-21T03:24:22.5335528Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-21T03:24:22.5335528Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-21T03:24:22.4635745Z","primaryEndpoints":{"dfs":"https://clitestdk7kvmf5lss5lltse.dfs.core.windows.net/","web":"https://clitestdk7kvmf5lss5lltse.z2.web.core.windows.net/","blob":"https://clitestdk7kvmf5lss5lltse.blob.core.windows.net/","queue":"https://clitestdk7kvmf5lss5lltse.queue.core.windows.net/","table":"https://clitestdk7kvmf5lss5lltse.table.core.windows.net/","file":"https://clitestdk7kvmf5lss5lltse.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestem5kabxlxhdb6zfxdhtqgoaa4f5fgadqcvzwbxjv4i3tpl7cazs3yx46oidsxdy77cy2/providers/Microsoft.Storage/storageAccounts/clitestdu2ev4t4zoit7bvqi","name":"clitestdu2ev4t4zoit7bvqi","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-23T03:41:00.1525213Z","key2":"2022-02-23T03:41:00.1525213Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:41:00.1682236Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:41:00.1682236Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-23T03:41:00.0743945Z","primaryEndpoints":{"dfs":"https://clitestdu2ev4t4zoit7bvqi.dfs.core.windows.net/","web":"https://clitestdu2ev4t4zoit7bvqi.z2.web.core.windows.net/","blob":"https://clitestdu2ev4t4zoit7bvqi.blob.core.windows.net/","queue":"https://clitestdu2ev4t4zoit7bvqi.queue.core.windows.net/","table":"https://clitestdu2ev4t4zoit7bvqi.table.core.windows.net/","file":"https://clitestdu2ev4t4zoit7bvqi.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttnxak6zvgtto64ihvpqeb6k6axceeskjnygs6kmirhy7t3ea2fixecjhr7i4qckpqpso/providers/Microsoft.Storage/storageAccounts/clitesteabyzaucegm7asmdy","name":"clitesteabyzaucegm7asmdy","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-31T22:56:30.5353621Z","key2":"2022-03-31T22:56:30.5353621Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:56:30.5510033Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:56:30.5510033Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-31T22:56:30.4416480Z","primaryEndpoints":{"dfs":"https://clitesteabyzaucegm7asmdy.dfs.core.windows.net/","web":"https://clitesteabyzaucegm7asmdy.z2.web.core.windows.net/","blob":"https://clitesteabyzaucegm7asmdy.blob.core.windows.net/","queue":"https://clitesteabyzaucegm7asmdy.queue.core.windows.net/","table":"https://clitesteabyzaucegm7asmdy.table.core.windows.net/","file":"https://clitesteabyzaucegm7asmdy.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestaplqr3c25xdddlwukirxixwo5byw5rkls3kr5fo66qoamflxrkjhxpt27enj7wmk2yuj/providers/Microsoft.Storage/storageAccounts/clitestfbytzu7syzfrmr7kf","name":"clitestfbytzu7syzfrmr7kf","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-04T22:22:45.3374456Z","key2":"2021-11-04T22:22:45.3374456Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-04T22:22:45.3374456Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-04T22:22:45.3374456Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-04T22:22:45.2593440Z","primaryEndpoints":{"dfs":"https://clitestfbytzu7syzfrmr7kf.dfs.core.windows.net/","web":"https://clitestfbytzu7syzfrmr7kf.z2.web.core.windows.net/","blob":"https://clitestfbytzu7syzfrmr7kf.blob.core.windows.net/","queue":"https://clitestfbytzu7syzfrmr7kf.queue.core.windows.net/","table":"https://clitestfbytzu7syzfrmr7kf.table.core.windows.net/","file":"https://clitestfbytzu7syzfrmr7kf.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestwhxadwesuwxcw3oci5pchhqwqwmcqiriqymhru2exjji6ax7focfxa2wpmd3xbxtaq3t/providers/Microsoft.Storage/storageAccounts/clitestftms76siovw6xle6l","name":"clitestftms76siovw6xle6l","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-24T23:55:00.0445344Z","key2":"2022-03-24T23:55:00.0445344Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:55:00.0601285Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:55:00.0601285Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-24T23:54:59.9351597Z","primaryEndpoints":{"dfs":"https://clitestftms76siovw6xle6l.dfs.core.windows.net/","web":"https://clitestftms76siovw6xle6l.z2.web.core.windows.net/","blob":"https://clitestftms76siovw6xle6l.blob.core.windows.net/","queue":"https://clitestftms76siovw6xle6l.queue.core.windows.net/","table":"https://clitestftms76siovw6xle6l.table.core.windows.net/","file":"https://clitestftms76siovw6xle6l.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest7yubzobtgqqoviarcco22mlfkafuvu32s3o4dfts54zzanzbsl5ip7rzaxzgigg7ijta/providers/Microsoft.Storage/storageAccounts/clitestg6yfm7cgxhb4ewrdd","name":"clitestg6yfm7cgxhb4ewrdd","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-26T08:45:50.1646651Z","key2":"2022-04-26T08:45:50.1646651Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:45:50.1646651Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:45:50.1646651Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-26T08:45:50.0553084Z","primaryEndpoints":{"dfs":"https://clitestg6yfm7cgxhb4ewrdd.dfs.core.windows.net/","web":"https://clitestg6yfm7cgxhb4ewrdd.z2.web.core.windows.net/","blob":"https://clitestg6yfm7cgxhb4ewrdd.blob.core.windows.net/","queue":"https://clitestg6yfm7cgxhb4ewrdd.queue.core.windows.net/","table":"https://clitestg6yfm7cgxhb4ewrdd.table.core.windows.net/","file":"https://clitestg6yfm7cgxhb4ewrdd.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestmf7nhc2b7xj4ixozvacoyhu5txvmpbvnechdktpac6dpdx3ckv6jt6vebrkl24rzui4n/providers/Microsoft.Storage/storageAccounts/clitestgqwqxremngb73a7d4","name":"clitestgqwqxremngb73a7d4","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-05T23:00:55.1151173Z","key2":"2022-05-05T23:00:55.1151173Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:00:55.1151173Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:00:55.1151173Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-05T23:00:54.9900949Z","primaryEndpoints":{"dfs":"https://clitestgqwqxremngb73a7d4.dfs.core.windows.net/","web":"https://clitestgqwqxremngb73a7d4.z2.web.core.windows.net/","blob":"https://clitestgqwqxremngb73a7d4.blob.core.windows.net/","queue":"https://clitestgqwqxremngb73a7d4.queue.core.windows.net/","table":"https://clitestgqwqxremngb73a7d4.table.core.windows.net/","file":"https://clitestgqwqxremngb73a7d4.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestkmydtxqqwqds5d67vdbrwtk32xdryjsxq6fp74nse75bdhdla7mh47b6myevefnapwyx/providers/Microsoft.Storage/storageAccounts/clitestgqwsejh46zuqlc5pm","name":"clitestgqwsejh46zuqlc5pm","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-06T05:27:12.7993484Z","key2":"2021-08-06T05:27:12.7993484Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-06T05:27:12.8149753Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-06T05:27:12.8149753Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-06T05:27:12.7368799Z","primaryEndpoints":{"dfs":"https://clitestgqwsejh46zuqlc5pm.dfs.core.windows.net/","web":"https://clitestgqwsejh46zuqlc5pm.z2.web.core.windows.net/","blob":"https://clitestgqwsejh46zuqlc5pm.blob.core.windows.net/","queue":"https://clitestgqwsejh46zuqlc5pm.queue.core.windows.net/","table":"https://clitestgqwsejh46zuqlc5pm.table.core.windows.net/","file":"https://clitestgqwsejh46zuqlc5pm.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestumpqlcfhjrqokmcud3ilwtvxyfowdjypjqgyymcf4whtgbq2gzzq6f2rqs66ll4mjgzm/providers/Microsoft.Storage/storageAccounts/clitestgu6cs7lus5a567u57","name":"clitestgu6cs7lus5a567u57","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T09:14:06.5832387Z","key2":"2022-03-16T09:14:06.5832387Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:14:06.5832387Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:14:06.5832387Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T09:14:06.4894945Z","primaryEndpoints":{"dfs":"https://clitestgu6cs7lus5a567u57.dfs.core.windows.net/","web":"https://clitestgu6cs7lus5a567u57.z2.web.core.windows.net/","blob":"https://clitestgu6cs7lus5a567u57.blob.core.windows.net/","queue":"https://clitestgu6cs7lus5a567u57.queue.core.windows.net/","table":"https://clitestgu6cs7lus5a567u57.table.core.windows.net/","file":"https://clitestgu6cs7lus5a567u57.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestndsnnd5ibnsjkzl7w5mbaujjmelonc2xjmyrd325iiwno27u6sxcxkewjeox2x2wr633/providers/Microsoft.Storage/storageAccounts/clitestgz6nb4it72a36mdpt","name":"clitestgz6nb4it72a36mdpt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-20T02:02:00.4577106Z","key2":"2021-08-20T02:02:00.4577106Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-20T02:02:00.4577106Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-20T02:02:00.4577106Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-20T02:02:00.3952449Z","primaryEndpoints":{"dfs":"https://clitestgz6nb4it72a36mdpt.dfs.core.windows.net/","web":"https://clitestgz6nb4it72a36mdpt.z2.web.core.windows.net/","blob":"https://clitestgz6nb4it72a36mdpt.blob.core.windows.net/","queue":"https://clitestgz6nb4it72a36mdpt.queue.core.windows.net/","table":"https://clitestgz6nb4it72a36mdpt.table.core.windows.net/","file":"https://clitestgz6nb4it72a36mdpt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestn4htsp3pg7ss7lmzhcljejgtykexcvsnpgv6agwecgmuu6ckzau64qsjr7huw7yjt7xp/providers/Microsoft.Storage/storageAccounts/clitestixj25nsrxwuhditis","name":"clitestixj25nsrxwuhditis","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-25T00:34:17.1563369Z","key2":"2022-02-25T00:34:17.1563369Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:34:17.1719415Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:34:17.1719415Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-25T00:34:17.0626105Z","primaryEndpoints":{"dfs":"https://clitestixj25nsrxwuhditis.dfs.core.windows.net/","web":"https://clitestixj25nsrxwuhditis.z2.web.core.windows.net/","blob":"https://clitestixj25nsrxwuhditis.blob.core.windows.net/","queue":"https://clitestixj25nsrxwuhditis.queue.core.windows.net/","table":"https://clitestixj25nsrxwuhditis.table.core.windows.net/","file":"https://clitestixj25nsrxwuhditis.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestgq2rbt5t5uv3qy2hasu5gvqrlzozx6vzerszimnby4ybqtp5fmecaxj3to5iemnt7zxi/providers/Microsoft.Storage/storageAccounts/clitestl3yjfwd43tngr3lc3","name":"clitestl3yjfwd43tngr3lc3","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-14T23:27:20.0298879Z","key2":"2022-04-14T23:27:20.0298879Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:27:20.0298879Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:27:20.0298879Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-14T23:27:19.9204650Z","primaryEndpoints":{"dfs":"https://clitestl3yjfwd43tngr3lc3.dfs.core.windows.net/","web":"https://clitestl3yjfwd43tngr3lc3.z2.web.core.windows.net/","blob":"https://clitestl3yjfwd43tngr3lc3.blob.core.windows.net/","queue":"https://clitestl3yjfwd43tngr3lc3.queue.core.windows.net/","table":"https://clitestl3yjfwd43tngr3lc3.table.core.windows.net/","file":"https://clitestl3yjfwd43tngr3lc3.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestepy64dgrtly4yjibvcoccnejqyhiq4x7o6p7agna5wsmlycai7yxgi3cq3r2y6obgwfd/providers/Microsoft.Storage/storageAccounts/clitestld7574jebhj62dtvt","name":"clitestld7574jebhj62dtvt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-01-07T00:25:44.6498481Z","key2":"2022-01-07T00:25:44.6498481Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:25:44.6498481Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:25:44.6498481Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-07T00:25:44.5717202Z","primaryEndpoints":{"dfs":"https://clitestld7574jebhj62dtvt.dfs.core.windows.net/","web":"https://clitestld7574jebhj62dtvt.z2.web.core.windows.net/","blob":"https://clitestld7574jebhj62dtvt.blob.core.windows.net/","queue":"https://clitestld7574jebhj62dtvt.queue.core.windows.net/","table":"https://clitestld7574jebhj62dtvt.table.core.windows.net/","file":"https://clitestld7574jebhj62dtvt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestp5tcxahtvl6aa72hi7stjq5jf52e6pomwtrblva65dei2ftuqpruyn4w4twv7rqj3idw/providers/Microsoft.Storage/storageAccounts/clitestljawlm4h73ws6xqet","name":"clitestljawlm4h73ws6xqet","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-30T22:47:49.0810388Z","key2":"2021-12-30T22:47:49.0810388Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:47:49.0966383Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:47:49.0966383Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-30T22:47:48.9404345Z","primaryEndpoints":{"dfs":"https://clitestljawlm4h73ws6xqet.dfs.core.windows.net/","web":"https://clitestljawlm4h73ws6xqet.z2.web.core.windows.net/","blob":"https://clitestljawlm4h73ws6xqet.blob.core.windows.net/","queue":"https://clitestljawlm4h73ws6xqet.queue.core.windows.net/","table":"https://clitestljawlm4h73ws6xqet.table.core.windows.net/","file":"https://clitestljawlm4h73ws6xqet.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsc4q5ncei7qimmmmtqmedt4valwfif74bbu7mdfwqimzfzfkopwgrmua7p4rcsga53m4/providers/Microsoft.Storage/storageAccounts/clitestlssboc5vg5mdivn4h","name":"clitestlssboc5vg5mdivn4h","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-18T08:34:36.9887468Z","key2":"2021-06-18T08:34:36.9887468Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-18T08:34:36.9937445Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-18T08:34:36.9937445Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-18T08:34:36.9237913Z","primaryEndpoints":{"dfs":"https://clitestlssboc5vg5mdivn4h.dfs.core.windows.net/","web":"https://clitestlssboc5vg5mdivn4h.z2.web.core.windows.net/","blob":"https://clitestlssboc5vg5mdivn4h.blob.core.windows.net/","queue":"https://clitestlssboc5vg5mdivn4h.queue.core.windows.net/","table":"https://clitestlssboc5vg5mdivn4h.table.core.windows.net/","file":"https://clitestlssboc5vg5mdivn4h.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5yatgcl7dfear3v3e5d5hrqbpo5bdotmwoq7auiuykmzx74is6rzhkib56ajwf5ghxrk/providers/Microsoft.Storage/storageAccounts/clitestlzfflnot5wnc3y4j3","name":"clitestlzfflnot5wnc3y4j3","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-28T02:21:02.0736425Z","key2":"2021-09-28T02:21:02.0736425Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T02:21:02.0736425Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T02:21:02.0736425Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T02:21:02.0267640Z","primaryEndpoints":{"dfs":"https://clitestlzfflnot5wnc3y4j3.dfs.core.windows.net/","web":"https://clitestlzfflnot5wnc3y4j3.z2.web.core.windows.net/","blob":"https://clitestlzfflnot5wnc3y4j3.blob.core.windows.net/","queue":"https://clitestlzfflnot5wnc3y4j3.queue.core.windows.net/","table":"https://clitestlzfflnot5wnc3y4j3.table.core.windows.net/","file":"https://clitestlzfflnot5wnc3y4j3.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest4uclirqb3ls66vfea6dckw3hj5kaextm324ugnbkquibcn2rck7b7gmrmql55g3zknff/providers/Microsoft.Storage/storageAccounts/clitestm4jcw64slbkeds52p","name":"clitestm4jcw64slbkeds52p","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T23:03:20.8663156Z","key2":"2022-04-21T23:03:20.8663156Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:03:20.8663156Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:03:20.8663156Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-21T23:03:20.7413381Z","primaryEndpoints":{"dfs":"https://clitestm4jcw64slbkeds52p.dfs.core.windows.net/","web":"https://clitestm4jcw64slbkeds52p.z2.web.core.windows.net/","blob":"https://clitestm4jcw64slbkeds52p.blob.core.windows.net/","queue":"https://clitestm4jcw64slbkeds52p.queue.core.windows.net/","table":"https://clitestm4jcw64slbkeds52p.table.core.windows.net/","file":"https://clitestm4jcw64slbkeds52p.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest6q54l25xpde6kfnauzzkpfgepjiio73onycgbulqkawkv5wcigbnnhzv7uao7abedoer/providers/Microsoft.Storage/storageAccounts/clitestm5bj2p5ajecznrca6","name":"clitestm5bj2p5ajecznrca6","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T01:35:33.3327243Z","key2":"2022-03-18T01:35:33.3327243Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:35:33.3503663Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:35:33.3503663Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T01:35:33.2545964Z","primaryEndpoints":{"dfs":"https://clitestm5bj2p5ajecznrca6.dfs.core.windows.net/","web":"https://clitestm5bj2p5ajecznrca6.z2.web.core.windows.net/","blob":"https://clitestm5bj2p5ajecznrca6.blob.core.windows.net/","queue":"https://clitestm5bj2p5ajecznrca6.queue.core.windows.net/","table":"https://clitestm5bj2p5ajecznrca6.table.core.windows.net/","file":"https://clitestm5bj2p5ajecznrca6.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestjkw7fpanpscpileddbqrrrkjrtb5xi47wmvttkiqwsqcuo3ldvzszwso3x4c5apy6m5o/providers/Microsoft.Storage/storageAccounts/clitestm6u3xawj3qsydpfam","name":"clitestm6u3xawj3qsydpfam","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T07:13:03.1496586Z","key2":"2021-09-07T07:13:03.1496586Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T07:13:03.1496586Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T07:13:03.1496586Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T07:13:03.0714932Z","primaryEndpoints":{"dfs":"https://clitestm6u3xawj3qsydpfam.dfs.core.windows.net/","web":"https://clitestm6u3xawj3qsydpfam.z2.web.core.windows.net/","blob":"https://clitestm6u3xawj3qsydpfam.blob.core.windows.net/","queue":"https://clitestm6u3xawj3qsydpfam.queue.core.windows.net/","table":"https://clitestm6u3xawj3qsydpfam.table.core.windows.net/","file":"https://clitestm6u3xawj3qsydpfam.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlasgl5zx6ikvcbociiykbocsytte2lohfxvpwhwimcc3vbrjjyw6bfbdr2vnimlyhqqi/providers/Microsoft.Storage/storageAccounts/clitestmmrdf65b6iyccd46o","name":"clitestmmrdf65b6iyccd46o","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T23:31:23.3308560Z","key2":"2021-12-09T23:31:23.3308560Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:31:23.3308560Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:31:23.3308560Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T23:31:23.2526784Z","primaryEndpoints":{"dfs":"https://clitestmmrdf65b6iyccd46o.dfs.core.windows.net/","web":"https://clitestmmrdf65b6iyccd46o.z2.web.core.windows.net/","blob":"https://clitestmmrdf65b6iyccd46o.blob.core.windows.net/","queue":"https://clitestmmrdf65b6iyccd46o.queue.core.windows.net/","table":"https://clitestmmrdf65b6iyccd46o.table.core.windows.net/","file":"https://clitestmmrdf65b6iyccd46o.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestvilxen5dzbyerye5umdunqblbkglgcffizxusyzmgifnuy5xzu67t3fokkh6osaqqyyj/providers/Microsoft.Storage/storageAccounts/clitestoueypfkdm2ub7n246","name":"clitestoueypfkdm2ub7n246","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T07:57:05.8690860Z","key2":"2022-03-17T07:57:05.8690860Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:57:05.8847136Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:57:05.8847136Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T07:57:05.7597303Z","primaryEndpoints":{"dfs":"https://clitestoueypfkdm2ub7n246.dfs.core.windows.net/","web":"https://clitestoueypfkdm2ub7n246.z2.web.core.windows.net/","blob":"https://clitestoueypfkdm2ub7n246.blob.core.windows.net/","queue":"https://clitestoueypfkdm2ub7n246.queue.core.windows.net/","table":"https://clitestoueypfkdm2ub7n246.table.core.windows.net/","file":"https://clitestoueypfkdm2ub7n246.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestvabzmquoslc3mtf5h3qd7dglwx45me4yxyefaw4ktsf7fbc3bx2tl75tdn5eqbgd3atx/providers/Microsoft.Storage/storageAccounts/clitestq7ur4vdqkjvy2rdgj","name":"clitestq7ur4vdqkjvy2rdgj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-28T02:27:14.4071914Z","key2":"2021-09-28T02:27:14.4071914Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T02:27:14.4071914Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-28T02:27:14.4071914Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-28T02:27:14.3446978Z","primaryEndpoints":{"dfs":"https://clitestq7ur4vdqkjvy2rdgj.dfs.core.windows.net/","web":"https://clitestq7ur4vdqkjvy2rdgj.z2.web.core.windows.net/","blob":"https://clitestq7ur4vdqkjvy2rdgj.blob.core.windows.net/","queue":"https://clitestq7ur4vdqkjvy2rdgj.queue.core.windows.net/","table":"https://clitestq7ur4vdqkjvy2rdgj.table.core.windows.net/","file":"https://clitestq7ur4vdqkjvy2rdgj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestugd6g2jxyo5mu6uxhc4zea4ygi2iuubouzxmdyuz6srnvrbwlidbvuu4qdieuwg4xlsr/providers/Microsoft.Storage/storageAccounts/clitestqorauf75d5yqkhdhc","name":"clitestqorauf75d5yqkhdhc","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-03T02:52:09.6342752Z","key2":"2021-09-03T02:52:09.6342752Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-03T02:52:09.6342752Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-03T02:52:09.6342752Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-03T02:52:09.5561638Z","primaryEndpoints":{"dfs":"https://clitestqorauf75d5yqkhdhc.dfs.core.windows.net/","web":"https://clitestqorauf75d5yqkhdhc.z2.web.core.windows.net/","blob":"https://clitestqorauf75d5yqkhdhc.blob.core.windows.net/","queue":"https://clitestqorauf75d5yqkhdhc.queue.core.windows.net/","table":"https://clitestqorauf75d5yqkhdhc.table.core.windows.net/","file":"https://clitestqorauf75d5yqkhdhc.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestixw7rtta5a356httmdosgg7qubvcaouftsvknfhvqqhqwftebu7jy5r27pprk7ctdnwp/providers/Microsoft.Storage/storageAccounts/clitestri5mezafhuqqzpn5f","name":"clitestri5mezafhuqqzpn5f","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T09:35:27.4649472Z","key2":"2022-03-16T09:35:27.4649472Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:35:27.4649472Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:35:27.4649472Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T09:35:27.3868241Z","primaryEndpoints":{"dfs":"https://clitestri5mezafhuqqzpn5f.dfs.core.windows.net/","web":"https://clitestri5mezafhuqqzpn5f.z2.web.core.windows.net/","blob":"https://clitestri5mezafhuqqzpn5f.blob.core.windows.net/","queue":"https://clitestri5mezafhuqqzpn5f.queue.core.windows.net/","table":"https://clitestri5mezafhuqqzpn5f.table.core.windows.net/","file":"https://clitestri5mezafhuqqzpn5f.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestevsaicktnjgl5cxsdgqxunvrpbz3b5kiwem5aupvcn666xqibcydgkcmqom7wfe3dapu/providers/Microsoft.Storage/storageAccounts/clitestrjmnbaleto4rtnerx","name":"clitestrjmnbaleto4rtnerx","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T14:10:11.3863047Z","key2":"2022-03-17T14:10:11.3863047Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T14:10:11.3863047Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T14:10:11.3863047Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T14:10:11.2769522Z","primaryEndpoints":{"dfs":"https://clitestrjmnbaleto4rtnerx.dfs.core.windows.net/","web":"https://clitestrjmnbaleto4rtnerx.z2.web.core.windows.net/","blob":"https://clitestrjmnbaleto4rtnerx.blob.core.windows.net/","queue":"https://clitestrjmnbaleto4rtnerx.queue.core.windows.net/","table":"https://clitestrjmnbaleto4rtnerx.table.core.windows.net/","file":"https://clitestrjmnbaleto4rtnerx.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest4r6levc5rrhybrqdpa7ji574v5syh473mkechmyeuub52k5ppe6jpwdn4ummj5zz4dls/providers/Microsoft.Storage/storageAccounts/clitestrloxav4ddvzysochv","name":"clitestrloxav4ddvzysochv","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-28T17:02:12.4537885Z","key2":"2022-02-28T17:02:12.4537885Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T17:02:12.4693878Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T17:02:12.4693878Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-28T17:02:12.3756824Z","primaryEndpoints":{"dfs":"https://clitestrloxav4ddvzysochv.dfs.core.windows.net/","web":"https://clitestrloxav4ddvzysochv.z2.web.core.windows.net/","blob":"https://clitestrloxav4ddvzysochv.blob.core.windows.net/","queue":"https://clitestrloxav4ddvzysochv.queue.core.windows.net/","table":"https://clitestrloxav4ddvzysochv.table.core.windows.net/","file":"https://clitestrloxav4ddvzysochv.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestzbuh7m7bllna7xosjhxr5ppfs6tnukxctfm4ydkzmzvyt7tf2ru3yjmthwy6mqqp62yy/providers/Microsoft.Storage/storageAccounts/clitestrpsk56xwloumq6ngj","name":"clitestrpsk56xwloumq6ngj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-06-21T05:52:26.0729783Z","key2":"2021-06-21T05:52:26.0729783Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-21T05:52:26.0779697Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-06-21T05:52:26.0779697Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-06-21T05:52:26.0129686Z","primaryEndpoints":{"dfs":"https://clitestrpsk56xwloumq6ngj.dfs.core.windows.net/","web":"https://clitestrpsk56xwloumq6ngj.z2.web.core.windows.net/","blob":"https://clitestrpsk56xwloumq6ngj.blob.core.windows.net/","queue":"https://clitestrpsk56xwloumq6ngj.queue.core.windows.net/","table":"https://clitestrpsk56xwloumq6ngj.table.core.windows.net/","file":"https://clitestrpsk56xwloumq6ngj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestvjv33kuh5emihpapvtmm2rvht3tzrvzj3l7pygfh2yfwrlsqrgth2qfth6eylgrcnc2v/providers/Microsoft.Storage/storageAccounts/clitestrynzkqk7indncjb6c","name":"clitestrynzkqk7indncjb6c","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-03T23:37:22.5048830Z","key2":"2022-03-03T23:37:22.5048830Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:37:22.5205069Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:37:22.5205069Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T23:37:22.4111374Z","primaryEndpoints":{"dfs":"https://clitestrynzkqk7indncjb6c.dfs.core.windows.net/","web":"https://clitestrynzkqk7indncjb6c.z2.web.core.windows.net/","blob":"https://clitestrynzkqk7indncjb6c.blob.core.windows.net/","queue":"https://clitestrynzkqk7indncjb6c.queue.core.windows.net/","table":"https://clitestrynzkqk7indncjb6c.table.core.windows.net/","file":"https://clitestrynzkqk7indncjb6c.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest3dson3a62z7n3t273by34bdkoa3bdosbrwqb6iwpygxslz6qc3jfeirp57b7zgufmnqk/providers/Microsoft.Storage/storageAccounts/clitests4scvwk2agr6ufpu3","name":"clitests4scvwk2agr6ufpu3","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T09:55:14.9729032Z","key2":"2022-02-24T09:55:14.9729032Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:55:14.9729032Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:55:14.9729032Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T09:55:14.8791923Z","primaryEndpoints":{"dfs":"https://clitests4scvwk2agr6ufpu3.dfs.core.windows.net/","web":"https://clitests4scvwk2agr6ufpu3.z2.web.core.windows.net/","blob":"https://clitests4scvwk2agr6ufpu3.blob.core.windows.net/","queue":"https://clitests4scvwk2agr6ufpu3.queue.core.windows.net/","table":"https://clitests4scvwk2agr6ufpu3.table.core.windows.net/","file":"https://clitests4scvwk2agr6ufpu3.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlmm4hekch44v2jjs6g7whi3qbgamfmevxrpjihfokewye7h3suswarq4mw5gdmosfj2y/providers/Microsoft.Storage/storageAccounts/clitests6o6rszcmwmsvtcwx","name":"clitests6o6rszcmwmsvtcwx","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-11T14:15:04.1323335Z","key2":"2022-04-11T14:15:04.1323335Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:15:04.1479441Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:15:04.1479441Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T14:15:04.0385481Z","primaryEndpoints":{"dfs":"https://clitests6o6rszcmwmsvtcwx.dfs.core.windows.net/","web":"https://clitests6o6rszcmwmsvtcwx.z2.web.core.windows.net/","blob":"https://clitests6o6rszcmwmsvtcwx.blob.core.windows.net/","queue":"https://clitests6o6rszcmwmsvtcwx.queue.core.windows.net/","table":"https://clitests6o6rszcmwmsvtcwx.table.core.windows.net/","file":"https://clitests6o6rszcmwmsvtcwx.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest62jxvr4odko5gn5tjo4z7ypmirid6zm72g3ah6zg25qh5r5xve5fhikdcnjpxvsaikhl/providers/Microsoft.Storage/storageAccounts/clitestst2iwgltnfj4zoiva","name":"clitestst2iwgltnfj4zoiva","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-08-27T01:58:18.2723177Z","key2":"2021-08-27T01:58:18.2723177Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-27T01:58:18.2723177Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-08-27T01:58:18.2723177Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-08-27T01:58:18.2410749Z","primaryEndpoints":{"dfs":"https://clitestst2iwgltnfj4zoiva.dfs.core.windows.net/","web":"https://clitestst2iwgltnfj4zoiva.z2.web.core.windows.net/","blob":"https://clitestst2iwgltnfj4zoiva.blob.core.windows.net/","queue":"https://clitestst2iwgltnfj4zoiva.queue.core.windows.net/","table":"https://clitestst2iwgltnfj4zoiva.table.core.windows.net/","file":"https://clitestst2iwgltnfj4zoiva.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestxk2peoqt7nd76ktof7sub3mkkcldygtt36d3imnwjd5clletodypibd5uaglpdk44yjm/providers/Microsoft.Storage/storageAccounts/clitestu6whdalngwsksemjs","name":"clitestu6whdalngwsksemjs","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-10T02:29:23.5697486Z","key2":"2021-09-10T02:29:23.5697486Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T02:29:23.5697486Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-10T02:29:23.5697486Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-10T02:29:23.5072536Z","primaryEndpoints":{"dfs":"https://clitestu6whdalngwsksemjs.dfs.core.windows.net/","web":"https://clitestu6whdalngwsksemjs.z2.web.core.windows.net/","blob":"https://clitestu6whdalngwsksemjs.blob.core.windows.net/","queue":"https://clitestu6whdalngwsksemjs.queue.core.windows.net/","table":"https://clitestu6whdalngwsksemjs.table.core.windows.net/","file":"https://clitestu6whdalngwsksemjs.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestwbzchpbjgcxxskmdhphtbzptfkqdlzhapbqla2v27iw54pevob7yanyz7ppmmigrhtkk/providers/Microsoft.Storage/storageAccounts/clitestvuslwcarkk3sdmgga","name":"clitestvuslwcarkk3sdmgga","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-25T23:14:55.4674102Z","key2":"2021-11-25T23:14:55.4674102Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T23:14:55.4674102Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T23:14:55.4674102Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-25T23:14:55.3892927Z","primaryEndpoints":{"dfs":"https://clitestvuslwcarkk3sdmgga.dfs.core.windows.net/","web":"https://clitestvuslwcarkk3sdmgga.z2.web.core.windows.net/","blob":"https://clitestvuslwcarkk3sdmgga.blob.core.windows.net/","queue":"https://clitestvuslwcarkk3sdmgga.queue.core.windows.net/","table":"https://clitestvuslwcarkk3sdmgga.table.core.windows.net/","file":"https://clitestvuslwcarkk3sdmgga.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlriqfcojv6aujusys633edrxi3tkric7e6cvk5wwgjmdg4736dv56w4lwzmdnq5tr3mq/providers/Microsoft.Storage/storageAccounts/clitestw6aumidrfwmoqkzvm","name":"clitestw6aumidrfwmoqkzvm","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-18T23:32:38.8527397Z","key2":"2021-11-18T23:32:38.8527397Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:32:38.8527397Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:32:38.8527397Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-18T23:32:38.7902807Z","primaryEndpoints":{"dfs":"https://clitestw6aumidrfwmoqkzvm.dfs.core.windows.net/","web":"https://clitestw6aumidrfwmoqkzvm.z2.web.core.windows.net/","blob":"https://clitestw6aumidrfwmoqkzvm.blob.core.windows.net/","queue":"https://clitestw6aumidrfwmoqkzvm.queue.core.windows.net/","table":"https://clitestw6aumidrfwmoqkzvm.table.core.windows.net/","file":"https://clitestw6aumidrfwmoqkzvm.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestreufd5cqee3zivebxym7cxi57izubkyszpgf3xlnt4bsit2x6ptggeuh6qiwu4jvwhd5/providers/Microsoft.Storage/storageAccounts/clitestwbzje3s6lhe5qaq5l","name":"clitestwbzje3s6lhe5qaq5l","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-23T22:28:23.6667592Z","key2":"2021-12-23T22:28:23.6667592Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:28:23.6822263Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:28:23.6822263Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-23T22:28:23.5884630Z","primaryEndpoints":{"dfs":"https://clitestwbzje3s6lhe5qaq5l.dfs.core.windows.net/","web":"https://clitestwbzje3s6lhe5qaq5l.z2.web.core.windows.net/","blob":"https://clitestwbzje3s6lhe5qaq5l.blob.core.windows.net/","queue":"https://clitestwbzje3s6lhe5qaq5l.queue.core.windows.net/","table":"https://clitestwbzje3s6lhe5qaq5l.table.core.windows.net/","file":"https://clitestwbzje3s6lhe5qaq5l.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttlschpyugymorheodsulam7yhpwylijzpbmjr3phwwis4vj2rx5elxcjkb236fcnumx3/providers/Microsoft.Storage/storageAccounts/clitestwv22naweyfr4m5rga","name":"clitestwv22naweyfr4m5rga","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-01T19:54:26.9185866Z","key2":"2021-11-01T19:54:26.9185866Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-01T19:54:26.9185866Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-01T19:54:26.9185866Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-01T19:54:26.8717369Z","primaryEndpoints":{"dfs":"https://clitestwv22naweyfr4m5rga.dfs.core.windows.net/","web":"https://clitestwv22naweyfr4m5rga.z2.web.core.windows.net/","blob":"https://clitestwv22naweyfr4m5rga.blob.core.windows.net/","queue":"https://clitestwv22naweyfr4m5rga.queue.core.windows.net/","table":"https://clitestwv22naweyfr4m5rga.table.core.windows.net/","file":"https://clitestwv22naweyfr4m5rga.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesth52efeutldrxowe5cfayjvk4zhpypdmky6fyppzro5r3ldqu7dwf2ca6jf3lqm4eijf6/providers/Microsoft.Storage/storageAccounts/clitestx5fskzfbidzs4kqmu","name":"clitestx5fskzfbidzs4kqmu","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-05T08:48:16.0575682Z","key2":"2021-11-05T08:48:16.0575682Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-05T08:48:16.0575682Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-05T08:48:16.0575682Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-05T08:48:15.9794412Z","primaryEndpoints":{"dfs":"https://clitestx5fskzfbidzs4kqmu.dfs.core.windows.net/","web":"https://clitestx5fskzfbidzs4kqmu.z2.web.core.windows.net/","blob":"https://clitestx5fskzfbidzs4kqmu.blob.core.windows.net/","queue":"https://clitestx5fskzfbidzs4kqmu.queue.core.windows.net/","table":"https://clitestx5fskzfbidzs4kqmu.table.core.windows.net/","file":"https://clitestx5fskzfbidzs4kqmu.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsfkcdnkd2xngtxma6yip2hrfxcljs3dtv4p6teg457mlhyruamnayv7ejk3e264tbsue/providers/Microsoft.Storage/storageAccounts/clitestxc5fs7nomr2dnwv5h","name":"clitestxc5fs7nomr2dnwv5h","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-16T23:57:25.5009113Z","key2":"2021-12-16T23:57:25.5009113Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:57:25.5009113Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:57:25.5009113Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-16T23:57:25.4227819Z","primaryEndpoints":{"dfs":"https://clitestxc5fs7nomr2dnwv5h.dfs.core.windows.net/","web":"https://clitestxc5fs7nomr2dnwv5h.z2.web.core.windows.net/","blob":"https://clitestxc5fs7nomr2dnwv5h.blob.core.windows.net/","queue":"https://clitestxc5fs7nomr2dnwv5h.queue.core.windows.net/","table":"https://clitestxc5fs7nomr2dnwv5h.table.core.windows.net/","file":"https://clitestxc5fs7nomr2dnwv5h.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestuapcrhybuggyatduocbydgd2xgdyuaj26awe5rksptnbf2uz7rbjt5trh6gj3q3jv23u/providers/Microsoft.Storage/storageAccounts/clitestxueoehnvkkqr6h434","name":"clitestxueoehnvkkqr6h434","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T22:09:26.4376958Z","key2":"2022-03-17T22:09:26.4376958Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T22:09:26.4376958Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T22:09:26.4376958Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T22:09:26.3282727Z","primaryEndpoints":{"dfs":"https://clitestxueoehnvkkqr6h434.dfs.core.windows.net/","web":"https://clitestxueoehnvkkqr6h434.z2.web.core.windows.net/","blob":"https://clitestxueoehnvkkqr6h434.blob.core.windows.net/","queue":"https://clitestxueoehnvkkqr6h434.queue.core.windows.net/","table":"https://clitestxueoehnvkkqr6h434.table.core.windows.net/","file":"https://clitestxueoehnvkkqr6h434.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestlnzg2rscuyweetdgvywse35jkhd3s7gay3wnjzoyqojyq6i3iw42uycss45mj52zitnl/providers/Microsoft.Storage/storageAccounts/clitestzarcstbcgg3yqinfg","name":"clitestzarcstbcgg3yqinfg","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-07-30T02:23:46.1127669Z","key2":"2021-07-30T02:23:46.1127669Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-30T02:23:46.1127669Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-07-30T02:23:46.1127669Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-07-30T02:23:46.0658902Z","primaryEndpoints":{"dfs":"https://clitestzarcstbcgg3yqinfg.dfs.core.windows.net/","web":"https://clitestzarcstbcgg3yqinfg.z2.web.core.windows.net/","blob":"https://clitestzarcstbcgg3yqinfg.blob.core.windows.net/","queue":"https://clitestzarcstbcgg3yqinfg.queue.core.windows.net/","table":"https://clitestzarcstbcgg3yqinfg.table.core.windows.net/","file":"https://clitestzarcstbcgg3yqinfg.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitests76ucvib4b5fgppqu5ciu6pknaatlexv4uk736sdtnk6osbv4idvaj7rh5ojgrjomo2z/providers/Microsoft.Storage/storageAccounts/version2unrg7v6iwv7y5m5l","name":"version2unrg7v6iwv7y5m5l","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T21:39:50.1062976Z","key2":"2022-03-17T21:39:50.1062976Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T21:39:50.1062976Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T21:39:50.1062976Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T21:39:50.0281735Z","primaryEndpoints":{"dfs":"https://version2unrg7v6iwv7y5m5l.dfs.core.windows.net/","web":"https://version2unrg7v6iwv7y5m5l.z2.web.core.windows.net/","blob":"https://version2unrg7v6iwv7y5m5l.blob.core.windows.net/","queue":"https://version2unrg7v6iwv7y5m5l.queue.core.windows.net/","table":"https://version2unrg7v6iwv7y5m5l.table.core.windows.net/","file":"https://version2unrg7v6iwv7y5m5l.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest3tibadds5lu5w2l7eglv3fx6fle6tcdlmpnjyebby5bb5xfopqkxdqumpgyd2feunb2d/providers/Microsoft.Storage/storageAccounts/version4dicc6l6ho3regfk6","name":"version4dicc6l6ho3regfk6","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-11T14:00:21.7678463Z","key2":"2022-04-11T14:00:21.7678463Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:00:21.7678463Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T14:00:21.7678463Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T14:00:21.6584988Z","primaryEndpoints":{"dfs":"https://version4dicc6l6ho3regfk6.dfs.core.windows.net/","web":"https://version4dicc6l6ho3regfk6.z2.web.core.windows.net/","blob":"https://version4dicc6l6ho3regfk6.blob.core.windows.net/","queue":"https://version4dicc6l6ho3regfk6.queue.core.windows.net/","table":"https://version4dicc6l6ho3regfk6.table.core.windows.net/","file":"https://version4dicc6l6ho3regfk6.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestousee7s5ti3bvgsldu3tad76cdv45lzvkwlnece46ufo4hjl22dj6kmqdpkbeba6i7wa/providers/Microsoft.Storage/storageAccounts/version5s35huoclfr4t2omd","name":"version5s35huoclfr4t2omd","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T09:39:15.6662132Z","key2":"2022-02-24T09:39:15.6662132Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:39:15.6817670Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T09:39:15.6817670Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T09:39:15.6036637Z","primaryEndpoints":{"dfs":"https://version5s35huoclfr4t2omd.dfs.core.windows.net/","web":"https://version5s35huoclfr4t2omd.z2.web.core.windows.net/","blob":"https://version5s35huoclfr4t2omd.blob.core.windows.net/","queue":"https://version5s35huoclfr4t2omd.queue.core.windows.net/","table":"https://version5s35huoclfr4t2omd.table.core.windows.net/","file":"https://version5s35huoclfr4t2omd.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrbeoeyuczwyiitagnjquifkcu7l7pbiofoqpq5dvnyw6t2g23cidvmrfpsiitzgvvltc/providers/Microsoft.Storage/storageAccounts/versionbxfkluj64kluccc4m","name":"versionbxfkluj64kluccc4m","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T03:38:23.7393566Z","key2":"2022-03-18T03:38:23.7393566Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:38:23.7393566Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T03:38:23.7393566Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T03:38:23.6299381Z","primaryEndpoints":{"dfs":"https://versionbxfkluj64kluccc4m.dfs.core.windows.net/","web":"https://versionbxfkluj64kluccc4m.z2.web.core.windows.net/","blob":"https://versionbxfkluj64kluccc4m.blob.core.windows.net/","queue":"https://versionbxfkluj64kluccc4m.queue.core.windows.net/","table":"https://versionbxfkluj64kluccc4m.table.core.windows.net/","file":"https://versionbxfkluj64kluccc4m.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5feodovurwzsilp6pwlmafeektwxlwijkstn52zi6kxelzeryrhtj3dykralburkfbe2/providers/Microsoft.Storage/storageAccounts/versionc4lto7lppswuwqswn","name":"versionc4lto7lppswuwqswn","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-01-07T00:11:02.6858446Z","key2":"2022-01-07T00:11:02.6858446Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:11:02.6858446Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-01-07T00:11:02.6858446Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-01-07T00:11:02.5920986Z","primaryEndpoints":{"dfs":"https://versionc4lto7lppswuwqswn.dfs.core.windows.net/","web":"https://versionc4lto7lppswuwqswn.z2.web.core.windows.net/","blob":"https://versionc4lto7lppswuwqswn.blob.core.windows.net/","queue":"https://versionc4lto7lppswuwqswn.queue.core.windows.net/","table":"https://versionc4lto7lppswuwqswn.table.core.windows.net/","file":"https://versionc4lto7lppswuwqswn.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2zdiilm3ugwy2dlv37bhlyvyf6wpljit7d6o3zepyw6fkroztx53ouqjyhwp4dkp4jzv/providers/Microsoft.Storage/storageAccounts/versioncal7ire65zyi6zhnx","name":"versioncal7ire65zyi6zhnx","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-03T23:20:37.4509722Z","key2":"2022-03-03T23:20:37.4509722Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:20:37.4666237Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-03T23:20:37.4666237Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-03T23:20:37.3728352Z","primaryEndpoints":{"dfs":"https://versioncal7ire65zyi6zhnx.dfs.core.windows.net/","web":"https://versioncal7ire65zyi6zhnx.z2.web.core.windows.net/","blob":"https://versioncal7ire65zyi6zhnx.blob.core.windows.net/","queue":"https://versioncal7ire65zyi6zhnx.queue.core.windows.net/","table":"https://versioncal7ire65zyi6zhnx.table.core.windows.net/","file":"https://versioncal7ire65zyi6zhnx.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest24txadv4waeoqfrbzw4q3e333id45y7nnpuv5vvovws7fhrkesqbuul5chzpu6flgvfk/providers/Microsoft.Storage/storageAccounts/versionclxgou4idgatxjr77","name":"versionclxgou4idgatxjr77","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T09:25:37.7565157Z","key2":"2022-03-16T09:25:37.7565157Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:25:37.7565157Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T09:25:37.7565157Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T09:25:37.6627583Z","primaryEndpoints":{"dfs":"https://versionclxgou4idgatxjr77.dfs.core.windows.net/","web":"https://versionclxgou4idgatxjr77.z2.web.core.windows.net/","blob":"https://versionclxgou4idgatxjr77.blob.core.windows.net/","queue":"https://versionclxgou4idgatxjr77.queue.core.windows.net/","table":"https://versionclxgou4idgatxjr77.table.core.windows.net/","file":"https://versionclxgou4idgatxjr77.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestdrnnmqa4sgcpa7frydav5ijhdtawsxmmdwnh5rj7r5xhveix5ns7wms6wesgxwc5pu3o/providers/Microsoft.Storage/storageAccounts/versioncq5cycygofi7d6pri","name":"versioncq5cycygofi7d6pri","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-05T23:00:43.4900067Z","key2":"2022-05-05T23:00:43.4900067Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:00:43.4900067Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-05T23:00:43.4900067Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-05-05T23:00:43.3650110Z","primaryEndpoints":{"dfs":"https://versioncq5cycygofi7d6pri.dfs.core.windows.net/","web":"https://versioncq5cycygofi7d6pri.z2.web.core.windows.net/","blob":"https://versioncq5cycygofi7d6pri.blob.core.windows.net/","queue":"https://versioncq5cycygofi7d6pri.queue.core.windows.net/","table":"https://versioncq5cycygofi7d6pri.table.core.windows.net/","file":"https://versioncq5cycygofi7d6pri.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsk4lc6dssbjjgkmxuk6phvsahow4dkmxkix2enlwuhhplj3lgqof5kr6leepjdyea3pl/providers/Microsoft.Storage/storageAccounts/versioncuioqcwvj2iwjmldg","name":"versioncuioqcwvj2iwjmldg","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T08:54:58.9739508Z","key2":"2022-03-16T08:54:58.9739508Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T08:54:58.9895499Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T08:54:58.9895499Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T08:54:58.9114548Z","primaryEndpoints":{"dfs":"https://versioncuioqcwvj2iwjmldg.dfs.core.windows.net/","web":"https://versioncuioqcwvj2iwjmldg.z2.web.core.windows.net/","blob":"https://versioncuioqcwvj2iwjmldg.blob.core.windows.net/","queue":"https://versioncuioqcwvj2iwjmldg.queue.core.windows.net/","table":"https://versioncuioqcwvj2iwjmldg.table.core.windows.net/","file":"https://versioncuioqcwvj2iwjmldg.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsgar4qjt34qhsuj6hez7kimz6mfle7eczvq5bfsh7xpilagusjstjetu65f2u6vh5qeb/providers/Microsoft.Storage/storageAccounts/versiond3oz7jhpapoxnxxci","name":"versiond3oz7jhpapoxnxxci","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-26T08:45:21.5394973Z","key2":"2022-04-26T08:45:21.5394973Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:45:21.5394973Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-26T08:45:21.5394973Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-26T08:45:21.4301251Z","primaryEndpoints":{"dfs":"https://versiond3oz7jhpapoxnxxci.dfs.core.windows.net/","web":"https://versiond3oz7jhpapoxnxxci.z2.web.core.windows.net/","blob":"https://versiond3oz7jhpapoxnxxci.blob.core.windows.net/","queue":"https://versiond3oz7jhpapoxnxxci.queue.core.windows.net/","table":"https://versiond3oz7jhpapoxnxxci.table.core.windows.net/","file":"https://versiond3oz7jhpapoxnxxci.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesth6t5wqiulzt7vmszohprfrvkph7c226cgihbujtdvljcbvc4d4zwjbhwjscbts34c7up/providers/Microsoft.Storage/storageAccounts/versiondj27wf2pbuqyzilmd","name":"versiondj27wf2pbuqyzilmd","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-11T13:45:18.9773986Z","key2":"2022-04-11T13:45:18.9773986Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T13:45:18.9773986Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-11T13:45:18.9773986Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-11T13:45:18.8834129Z","primaryEndpoints":{"dfs":"https://versiondj27wf2pbuqyzilmd.dfs.core.windows.net/","web":"https://versiondj27wf2pbuqyzilmd.z2.web.core.windows.net/","blob":"https://versiondj27wf2pbuqyzilmd.blob.core.windows.net/","queue":"https://versiondj27wf2pbuqyzilmd.queue.core.windows.net/","table":"https://versiondj27wf2pbuqyzilmd.table.core.windows.net/","file":"https://versiondj27wf2pbuqyzilmd.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfyxdmvu32prroldn2p24a3iyr2phi7o22i26szwv2kuwh6zaj4rdet7ms5gdjnam2egt/providers/Microsoft.Storage/storageAccounts/versiondjhixg3cqipgjsmx4","name":"versiondjhixg3cqipgjsmx4","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T07:41:23.9995280Z","key2":"2022-03-17T07:41:23.9995280Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:41:23.9995280Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T07:41:23.9995280Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T07:41:23.9213706Z","primaryEndpoints":{"dfs":"https://versiondjhixg3cqipgjsmx4.dfs.core.windows.net/","web":"https://versiondjhixg3cqipgjsmx4.z2.web.core.windows.net/","blob":"https://versiondjhixg3cqipgjsmx4.blob.core.windows.net/","queue":"https://versiondjhixg3cqipgjsmx4.queue.core.windows.net/","table":"https://versiondjhixg3cqipgjsmx4.table.core.windows.net/","file":"https://versiondjhixg3cqipgjsmx4.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestchwod5nqxyebiyl6j4s2afrqmitcdhgmxhxszsf4wv6qwws7hvhvget5u2i2cua63cxc/providers/Microsoft.Storage/storageAccounts/versiondo3arjclzct3ahufa","name":"versiondo3arjclzct3ahufa","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-24T22:34:36.9447831Z","key2":"2022-02-24T22:34:36.9447831Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:34:36.9447831Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-24T22:34:36.9447831Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-24T22:34:36.8510092Z","primaryEndpoints":{"dfs":"https://versiondo3arjclzct3ahufa.dfs.core.windows.net/","web":"https://versiondo3arjclzct3ahufa.z2.web.core.windows.net/","blob":"https://versiondo3arjclzct3ahufa.blob.core.windows.net/","queue":"https://versiondo3arjclzct3ahufa.queue.core.windows.net/","table":"https://versiondo3arjclzct3ahufa.table.core.windows.net/","file":"https://versiondo3arjclzct3ahufa.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestwmea2y23rvqprapww6ikfm6jk7abomcuhzngx3bltkme33xh2xkdgmn4n2fwcljqw3wv/providers/Microsoft.Storage/storageAccounts/versiondufx3et3bnjtg4xch","name":"versiondufx3et3bnjtg4xch","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-14T09:15:36.8221632Z","key2":"2022-04-14T09:15:36.8221632Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T09:15:36.8221632Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T09:15:36.8221632Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-14T09:15:36.7127958Z","primaryEndpoints":{"dfs":"https://versiondufx3et3bnjtg4xch.dfs.core.windows.net/","web":"https://versiondufx3et3bnjtg4xch.z2.web.core.windows.net/","blob":"https://versiondufx3et3bnjtg4xch.blob.core.windows.net/","queue":"https://versiondufx3et3bnjtg4xch.queue.core.windows.net/","table":"https://versiondufx3et3bnjtg4xch.table.core.windows.net/","file":"https://versiondufx3et3bnjtg4xch.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestakpkuxez73vyn36t4gn7rzxofnqwgm72bcmj4cdcadyalqklc2kyfx3qcfe3x2botivf/providers/Microsoft.Storage/storageAccounts/versionehqwmpnsaeybdcd4s","name":"versionehqwmpnsaeybdcd4s","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-25T22:59:30.3393037Z","key2":"2021-11-25T22:59:30.3393037Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T22:59:30.3549542Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-25T22:59:30.3549542Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-25T22:59:30.2768393Z","primaryEndpoints":{"dfs":"https://versionehqwmpnsaeybdcd4s.dfs.core.windows.net/","web":"https://versionehqwmpnsaeybdcd4s.z2.web.core.windows.net/","blob":"https://versionehqwmpnsaeybdcd4s.blob.core.windows.net/","queue":"https://versionehqwmpnsaeybdcd4s.queue.core.windows.net/","table":"https://versionehqwmpnsaeybdcd4s.table.core.windows.net/","file":"https://versionehqwmpnsaeybdcd4s.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesterdlb62puqdedjbhf3za3vxsu7igmsj447yliowotbxtokfcxj6geys4tgngzk5iuppn/providers/Microsoft.Storage/storageAccounts/versionen7upolksoryxwxnb","name":"versionen7upolksoryxwxnb","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-16T23:42:25.7694875Z","key2":"2021-12-16T23:42:25.7694875Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:42:25.7851037Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-16T23:42:25.7851037Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-16T23:42:25.7069810Z","primaryEndpoints":{"dfs":"https://versionen7upolksoryxwxnb.dfs.core.windows.net/","web":"https://versionen7upolksoryxwxnb.z2.web.core.windows.net/","blob":"https://versionen7upolksoryxwxnb.blob.core.windows.net/","queue":"https://versionen7upolksoryxwxnb.queue.core.windows.net/","table":"https://versionen7upolksoryxwxnb.table.core.windows.net/","file":"https://versionen7upolksoryxwxnb.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrvgfrlua5ai2leiutip26a27qxs2lzedu3g6gjrqjzi3rna2yxcinlc5ioxhhfvnx5rv/providers/Microsoft.Storage/storageAccounts/versiongdbkjcemb56eyu3rj","name":"versiongdbkjcemb56eyu3rj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-18T23:17:17.2960150Z","key2":"2021-11-18T23:17:17.2960150Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:17:17.2960150Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-18T23:17:17.2960150Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-18T23:17:17.2335295Z","primaryEndpoints":{"dfs":"https://versiongdbkjcemb56eyu3rj.dfs.core.windows.net/","web":"https://versiongdbkjcemb56eyu3rj.z2.web.core.windows.net/","blob":"https://versiongdbkjcemb56eyu3rj.blob.core.windows.net/","queue":"https://versiongdbkjcemb56eyu3rj.queue.core.windows.net/","table":"https://versiongdbkjcemb56eyu3rj.table.core.windows.net/","file":"https://versiongdbkjcemb56eyu3rj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestylszwk3tqxigxfm3ongkbbgoelhfjiyrqqybpleivk3e7qa7gylocnj7rkod4jivp33h/providers/Microsoft.Storage/storageAccounts/versionha6yygjfdivfeud5k","name":"versionha6yygjfdivfeud5k","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-21T23:02:51.1629635Z","key2":"2022-04-21T23:02:51.1629635Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:02:51.1629635Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-21T23:02:51.1629635Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-21T23:02:51.0535636Z","primaryEndpoints":{"dfs":"https://versionha6yygjfdivfeud5k.dfs.core.windows.net/","web":"https://versionha6yygjfdivfeud5k.z2.web.core.windows.net/","blob":"https://versionha6yygjfdivfeud5k.blob.core.windows.net/","queue":"https://versionha6yygjfdivfeud5k.queue.core.windows.net/","table":"https://versionha6yygjfdivfeud5k.table.core.windows.net/","file":"https://versionha6yygjfdivfeud5k.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestnsw32miijgjmandsqepzbytqsxe2dbpfuh3t2d2u7saewxrnoilajjocllnjxt45ggjc/providers/Microsoft.Storage/storageAccounts/versionhf53xzmbt3fwu3kn3","name":"versionhf53xzmbt3fwu3kn3","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T02:29:06.2474527Z","key2":"2021-09-07T02:29:06.2474527Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:29:06.2474527Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:29:06.2474527Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T02:29:06.1849281Z","primaryEndpoints":{"dfs":"https://versionhf53xzmbt3fwu3kn3.dfs.core.windows.net/","web":"https://versionhf53xzmbt3fwu3kn3.z2.web.core.windows.net/","blob":"https://versionhf53xzmbt3fwu3kn3.blob.core.windows.net/","queue":"https://versionhf53xzmbt3fwu3kn3.queue.core.windows.net/","table":"https://versionhf53xzmbt3fwu3kn3.table.core.windows.net/","file":"https://versionhf53xzmbt3fwu3kn3.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest2d5fjdmfhy7kkhkwbqo7gngf6a2wlnvvaku7gxkwitz7vnnppvgothckppdsxhv3nem2/providers/Microsoft.Storage/storageAccounts/versionhh4uq45sysgx6awnt","name":"versionhh4uq45sysgx6awnt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-14T23:26:38.4670192Z","key2":"2022-04-14T23:26:38.4670192Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:26:38.4670192Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-14T23:26:38.4670192Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-14T23:26:38.3576837Z","primaryEndpoints":{"dfs":"https://versionhh4uq45sysgx6awnt.dfs.core.windows.net/","web":"https://versionhh4uq45sysgx6awnt.z2.web.core.windows.net/","blob":"https://versionhh4uq45sysgx6awnt.blob.core.windows.net/","queue":"https://versionhh4uq45sysgx6awnt.queue.core.windows.net/","table":"https://versionhh4uq45sysgx6awnt.table.core.windows.net/","file":"https://versionhh4uq45sysgx6awnt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cliteste6lnfkdei2mzinyplhajo2t5ly327gwrwmuf5mrj74avle2b2kf4ulu4u3zlxxwts4ab/providers/Microsoft.Storage/storageAccounts/versionib6wdvsaxftddhtmh","name":"versionib6wdvsaxftddhtmh","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-28T22:27:01.2291330Z","key2":"2022-04-28T22:27:01.2291330Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:27:01.2447470Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-28T22:27:01.2447470Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-28T22:27:01.1041285Z","primaryEndpoints":{"dfs":"https://versionib6wdvsaxftddhtmh.dfs.core.windows.net/","web":"https://versionib6wdvsaxftddhtmh.z2.web.core.windows.net/","blob":"https://versionib6wdvsaxftddhtmh.blob.core.windows.net/","queue":"https://versionib6wdvsaxftddhtmh.queue.core.windows.net/","table":"https://versionib6wdvsaxftddhtmh.table.core.windows.net/","file":"https://versionib6wdvsaxftddhtmh.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest74lh5dcwdivjzpbyoqvafkpvnfg3tregvqtf456g3udapzlfl4jyqlh3sde26d2jh3x6/providers/Microsoft.Storage/storageAccounts/versioniuezathg3v5v754k7","name":"versioniuezathg3v5v754k7","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-18T05:42:37.9837177Z","key2":"2022-04-18T05:42:37.9837177Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T05:42:37.9837177Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-18T05:42:37.9837177Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-18T05:42:37.8743443Z","primaryEndpoints":{"dfs":"https://versioniuezathg3v5v754k7.dfs.core.windows.net/","web":"https://versioniuezathg3v5v754k7.z2.web.core.windows.net/","blob":"https://versioniuezathg3v5v754k7.blob.core.windows.net/","queue":"https://versioniuezathg3v5v754k7.queue.core.windows.net/","table":"https://versioniuezathg3v5v754k7.table.core.windows.net/","file":"https://versioniuezathg3v5v754k7.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestcdvjnuor7heyx55wxz6h4jdaxblpvnyfdk47a7ameycswklee6pxoev7idm4m644qisg/providers/Microsoft.Storage/storageAccounts/versionizwzijfbdy5w6mvbu","name":"versionizwzijfbdy5w6mvbu","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-25T00:18:06.3765854Z","key2":"2022-02-25T00:18:06.3765854Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:18:06.3921844Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-25T00:18:06.3921844Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-25T00:18:06.2828372Z","primaryEndpoints":{"dfs":"https://versionizwzijfbdy5w6mvbu.dfs.core.windows.net/","web":"https://versionizwzijfbdy5w6mvbu.z2.web.core.windows.net/","blob":"https://versionizwzijfbdy5w6mvbu.blob.core.windows.net/","queue":"https://versionizwzijfbdy5w6mvbu.queue.core.windows.net/","table":"https://versionizwzijfbdy5w6mvbu.table.core.windows.net/","file":"https://versionizwzijfbdy5w6mvbu.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestfjg3rxzubogi6qrblsgw3mmesxhn3pxjg27a5ktf7gnrxrnhwlrylljjshcwyyghqxbu/providers/Microsoft.Storage/storageAccounts/versionko6ksgiyhw5bzflr7","name":"versionko6ksgiyhw5bzflr7","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-15T09:44:43.3485045Z","key2":"2022-04-15T09:44:43.3485045Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T09:44:43.3485045Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-15T09:44:43.3485045Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-15T09:44:43.2547236Z","primaryEndpoints":{"dfs":"https://versionko6ksgiyhw5bzflr7.dfs.core.windows.net/","web":"https://versionko6ksgiyhw5bzflr7.z2.web.core.windows.net/","blob":"https://versionko6ksgiyhw5bzflr7.blob.core.windows.net/","queue":"https://versionko6ksgiyhw5bzflr7.queue.core.windows.net/","table":"https://versionko6ksgiyhw5bzflr7.table.core.windows.net/","file":"https://versionko6ksgiyhw5bzflr7.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestkzfdhprmzadvpjklrd7656pshnk33mbj6omwyff2jzqjatbmhegyprcfs7wbi4ypmvef/providers/Microsoft.Storage/storageAccounts/versionm5vzvntn2srqhkssx","name":"versionm5vzvntn2srqhkssx","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T23:15:38.7806886Z","key2":"2021-12-09T23:15:38.7806886Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:15:38.7806886Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T23:15:38.7806886Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T23:15:38.7025605Z","primaryEndpoints":{"dfs":"https://versionm5vzvntn2srqhkssx.dfs.core.windows.net/","web":"https://versionm5vzvntn2srqhkssx.z2.web.core.windows.net/","blob":"https://versionm5vzvntn2srqhkssx.blob.core.windows.net/","queue":"https://versionm5vzvntn2srqhkssx.queue.core.windows.net/","table":"https://versionm5vzvntn2srqhkssx.table.core.windows.net/","file":"https://versionm5vzvntn2srqhkssx.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest4ynxfhry5dpkuo3xwssvdbe3iwcxt5ewlnx3lz332nsyd3piqlooviiegb2uplmxnctu/providers/Microsoft.Storage/storageAccounts/versionnaeshhylx7ri7rvhk","name":"versionnaeshhylx7ri7rvhk","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-18T01:17:46.3041863Z","key2":"2022-03-18T01:17:46.3041863Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:17:46.3198179Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-18T01:17:46.3198179Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-18T01:17:46.0698030Z","primaryEndpoints":{"dfs":"https://versionnaeshhylx7ri7rvhk.dfs.core.windows.net/","web":"https://versionnaeshhylx7ri7rvhk.z2.web.core.windows.net/","blob":"https://versionnaeshhylx7ri7rvhk.blob.core.windows.net/","queue":"https://versionnaeshhylx7ri7rvhk.queue.core.windows.net/","table":"https://versionnaeshhylx7ri7rvhk.table.core.windows.net/","file":"https://versionnaeshhylx7ri7rvhk.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestqtov5khibmli5l5qnqxx7sqsiomitv4dy6e7v2p6g6baxo5k7gybvzol2mludvvlt3hk/providers/Microsoft.Storage/storageAccounts/versionncglaxef3bncte6ug","name":"versionncglaxef3bncte6ug","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-09T05:01:00.4631938Z","key2":"2021-12-09T05:01:00.4631938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:01:00.4631938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-09T05:01:00.4631938Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-09T05:01:00.4007471Z","primaryEndpoints":{"dfs":"https://versionncglaxef3bncte6ug.dfs.core.windows.net/","web":"https://versionncglaxef3bncte6ug.z2.web.core.windows.net/","blob":"https://versionncglaxef3bncte6ug.blob.core.windows.net/","queue":"https://versionncglaxef3bncte6ug.queue.core.windows.net/","table":"https://versionncglaxef3bncte6ug.table.core.windows.net/","file":"https://versionncglaxef3bncte6ug.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyex6l2i6otx4eikzzr7rikdz4b6rezhqeg6mnzwvtof4vpxkcw34rd7hwpk7q5ltnrxp/providers/Microsoft.Storage/storageAccounts/versionncoq7gv5mbp4o2uf6","name":"versionncoq7gv5mbp4o2uf6","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-15T06:47:03.1566686Z","key2":"2021-10-15T06:47:03.1566686Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T06:47:03.1723019Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-15T06:47:03.1723019Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-15T06:47:03.0785915Z","primaryEndpoints":{"dfs":"https://versionncoq7gv5mbp4o2uf6.dfs.core.windows.net/","web":"https://versionncoq7gv5mbp4o2uf6.z2.web.core.windows.net/","blob":"https://versionncoq7gv5mbp4o2uf6.blob.core.windows.net/","queue":"https://versionncoq7gv5mbp4o2uf6.queue.core.windows.net/","table":"https://versionncoq7gv5mbp4o2uf6.table.core.windows.net/","file":"https://versionncoq7gv5mbp4o2uf6.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestvexlopurtffpw44qelwzhnrj4hrri453i57dssogm2nrq3tgb4gdctqnh22two36b4r4/providers/Microsoft.Storage/storageAccounts/versiono3puxbh7aoleprgrj","name":"versiono3puxbh7aoleprgrj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-04-07T22:54:30.4927734Z","key2":"2022-04-07T22:54:30.4927734Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T22:54:30.4927734Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-04-07T22:54:30.4927734Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-04-07T22:54:30.3834786Z","primaryEndpoints":{"dfs":"https://versiono3puxbh7aoleprgrj.dfs.core.windows.net/","web":"https://versiono3puxbh7aoleprgrj.z2.web.core.windows.net/","blob":"https://versiono3puxbh7aoleprgrj.blob.core.windows.net/","queue":"https://versiono3puxbh7aoleprgrj.queue.core.windows.net/","table":"https://versiono3puxbh7aoleprgrj.table.core.windows.net/","file":"https://versiono3puxbh7aoleprgrj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest5qgbjmgp4dbfryqs33skw2pkptk2sdmoqsw6nqonzmeekbq3ovley42itnpj4yfej5yi/providers/Microsoft.Storage/storageAccounts/versionoojtzpigw27c2rlwi","name":"versionoojtzpigw27c2rlwi","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-30T22:31:21.7608674Z","key2":"2021-12-30T22:31:21.7608674Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:31:21.7765100Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-30T22:31:21.7765100Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-30T22:31:21.4483344Z","primaryEndpoints":{"dfs":"https://versionoojtzpigw27c2rlwi.dfs.core.windows.net/","web":"https://versionoojtzpigw27c2rlwi.z2.web.core.windows.net/","blob":"https://versionoojtzpigw27c2rlwi.blob.core.windows.net/","queue":"https://versionoojtzpigw27c2rlwi.queue.core.windows.net/","table":"https://versionoojtzpigw27c2rlwi.table.core.windows.net/","file":"https://versionoojtzpigw27c2rlwi.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyxq5yt6z4or5ddvyvubtdjn73mslv25s4bqqme3ljmj6jsaagbmyn376m3cdex35tubw/providers/Microsoft.Storage/storageAccounts/versionqp3efyteboplomp5w","name":"versionqp3efyteboplomp5w","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T02:20:09.3003824Z","key2":"2021-09-07T02:20:09.3003824Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:20:09.3003824Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:20:09.3003824Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T02:20:09.2378807Z","primaryEndpoints":{"dfs":"https://versionqp3efyteboplomp5w.dfs.core.windows.net/","web":"https://versionqp3efyteboplomp5w.z2.web.core.windows.net/","blob":"https://versionqp3efyteboplomp5w.blob.core.windows.net/","queue":"https://versionqp3efyteboplomp5w.queue.core.windows.net/","table":"https://versionqp3efyteboplomp5w.table.core.windows.net/","file":"https://versionqp3efyteboplomp5w.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest27tntypkdnlo3adbzt7qqcx3detlxgtxnuxhaxdgobws4bjc26vshca2qezntlnmpuup/providers/Microsoft.Storage/storageAccounts/versionryihikjyurp5tntba","name":"versionryihikjyurp5tntba","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-11T22:07:42.2418545Z","key2":"2021-11-11T22:07:42.2418545Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:07:42.2418545Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-11T22:07:42.2418545Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-11T22:07:42.1637179Z","primaryEndpoints":{"dfs":"https://versionryihikjyurp5tntba.dfs.core.windows.net/","web":"https://versionryihikjyurp5tntba.z2.web.core.windows.net/","blob":"https://versionryihikjyurp5tntba.blob.core.windows.net/","queue":"https://versionryihikjyurp5tntba.queue.core.windows.net/","table":"https://versionryihikjyurp5tntba.table.core.windows.net/","file":"https://versionryihikjyurp5tntba.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestz4bcht3lymqfffkatndjcle4qf567sbk5b3hfcoqhkrfgghei6jeqgan2zr2i2j5fbtq/providers/Microsoft.Storage/storageAccounts/versions3jowsvxiiqegyrbr","name":"versions3jowsvxiiqegyrbr","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-23T22:12:49.9938938Z","key2":"2021-12-23T22:12:49.9938938Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:12:49.9938938Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-23T22:12:49.9938938Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-23T22:12:49.9157469Z","primaryEndpoints":{"dfs":"https://versions3jowsvxiiqegyrbr.dfs.core.windows.net/","web":"https://versions3jowsvxiiqegyrbr.z2.web.core.windows.net/","blob":"https://versions3jowsvxiiqegyrbr.blob.core.windows.net/","queue":"https://versions3jowsvxiiqegyrbr.queue.core.windows.net/","table":"https://versions3jowsvxiiqegyrbr.table.core.windows.net/","file":"https://versions3jowsvxiiqegyrbr.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesturbzqfflmkkupfwgtkutwvdy5nte5rec7neu6eyya4kahyepssopgq72mzxl54g7h2pt/providers/Microsoft.Storage/storageAccounts/versionscknbekpvmwrjeznt","name":"versionscknbekpvmwrjeznt","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-10-28T02:39:44.7553582Z","key2":"2021-10-28T02:39:44.7553582Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T02:39:44.7553582Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-10-28T02:39:44.7553582Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-10-28T02:39:44.6772068Z","primaryEndpoints":{"dfs":"https://versionscknbekpvmwrjeznt.dfs.core.windows.net/","web":"https://versionscknbekpvmwrjeznt.z2.web.core.windows.net/","blob":"https://versionscknbekpvmwrjeznt.blob.core.windows.net/","queue":"https://versionscknbekpvmwrjeznt.queue.core.windows.net/","table":"https://versionscknbekpvmwrjeznt.table.core.windows.net/","file":"https://versionscknbekpvmwrjeznt.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestd5q64bqhg7etouaunbpihutfyklxtsq6th5x27ddcpkn5ddwaj7yeth7w6vabib2jk36/providers/Microsoft.Storage/storageAccounts/versionsl4dpowre7blcmtnv","name":"versionsl4dpowre7blcmtnv","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-17T13:52:33.1524401Z","key2":"2022-03-17T13:52:33.1524401Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T13:52:33.1682399Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-17T13:52:33.1682399Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-17T13:52:33.0430992Z","primaryEndpoints":{"dfs":"https://versionsl4dpowre7blcmtnv.dfs.core.windows.net/","web":"https://versionsl4dpowre7blcmtnv.z2.web.core.windows.net/","blob":"https://versionsl4dpowre7blcmtnv.blob.core.windows.net/","queue":"https://versionsl4dpowre7blcmtnv.queue.core.windows.net/","table":"https://versionsl4dpowre7blcmtnv.table.core.windows.net/","file":"https://versionsl4dpowre7blcmtnv.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesttfwerdemnnqhnkhq7pesq4g3fy2ms2qei6yjrfucueeqhy74fu5kdcxkbap7znlruizn/providers/Microsoft.Storage/storageAccounts/versionsnhg3s55m22flnaim","name":"versionsnhg3s55m22flnaim","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-28T16:47:35.2710910Z","key2":"2022-02-28T16:47:35.2710910Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T16:47:35.2867568Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-28T16:47:35.2867568Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-28T16:47:35.1773825Z","primaryEndpoints":{"dfs":"https://versionsnhg3s55m22flnaim.dfs.core.windows.net/","web":"https://versionsnhg3s55m22flnaim.z2.web.core.windows.net/","blob":"https://versionsnhg3s55m22flnaim.blob.core.windows.net/","queue":"https://versionsnhg3s55m22flnaim.queue.core.windows.net/","table":"https://versionsnhg3s55m22flnaim.table.core.windows.net/","file":"https://versionsnhg3s55m22flnaim.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest6j4p5hu3qwk67zq467rtwcd2a7paxiwrgpvjuqvw3drzvoz3clyu22h7l3gmkbn2c4oa/providers/Microsoft.Storage/storageAccounts/versionu6gh46ckmtwb2izub","name":"versionu6gh46ckmtwb2izub","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-16T05:28:58.1591481Z","key2":"2022-03-16T05:28:58.1591481Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:28:58.1747873Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-16T05:28:58.1747873Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-16T05:28:58.0654507Z","primaryEndpoints":{"dfs":"https://versionu6gh46ckmtwb2izub.dfs.core.windows.net/","web":"https://versionu6gh46ckmtwb2izub.z2.web.core.windows.net/","blob":"https://versionu6gh46ckmtwb2izub.blob.core.windows.net/","queue":"https://versionu6gh46ckmtwb2izub.queue.core.windows.net/","table":"https://versionu6gh46ckmtwb2izub.table.core.windows.net/","file":"https://versionu6gh46ckmtwb2izub.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitesthjubmr2gcxl7wowm2yz4jtlqknroqoldmrrdz7ijr7kzs3intstr2ag5cuwovsdyfscc/providers/Microsoft.Storage/storageAccounts/versionvndhff7czdxs3e4zs","name":"versionvndhff7czdxs3e4zs","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-31T22:53:55.3378319Z","key2":"2022-03-31T22:53:55.3378319Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:53:55.3378319Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-31T22:53:55.3378319Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-31T22:53:55.2284931Z","primaryEndpoints":{"dfs":"https://versionvndhff7czdxs3e4zs.dfs.core.windows.net/","web":"https://versionvndhff7czdxs3e4zs.z2.web.core.windows.net/","blob":"https://versionvndhff7czdxs3e4zs.blob.core.windows.net/","queue":"https://versionvndhff7czdxs3e4zs.queue.core.windows.net/","table":"https://versionvndhff7czdxs3e4zs.table.core.windows.net/","file":"https://versionvndhff7czdxs3e4zs.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestc37roadc7h7ibpejg25elnx5c7th3cjwkmdjmraqd7x4d6afafd67xtrdeammre4vvwz/providers/Microsoft.Storage/storageAccounts/versionvs7l3fj37x7r3omla","name":"versionvs7l3fj37x7r3omla","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-12-02T23:19:41.5709882Z","key2":"2021-12-02T23:19:41.5709882Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:19:41.5709882Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-12-02T23:19:41.5709882Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-12-02T23:19:41.4928817Z","primaryEndpoints":{"dfs":"https://versionvs7l3fj37x7r3omla.dfs.core.windows.net/","web":"https://versionvs7l3fj37x7r3omla.z2.web.core.windows.net/","blob":"https://versionvs7l3fj37x7r3omla.blob.core.windows.net/","queue":"https://versionvs7l3fj37x7r3omla.queue.core.windows.net/","table":"https://versionvs7l3fj37x7r3omla.table.core.windows.net/","file":"https://versionvs7l3fj37x7r3omla.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestrhkyigtoloz2mqogvsddvmbtemvops4dw6kluaww553xqrbl5kwgnpuse5fdom2fq5bd/providers/Microsoft.Storage/storageAccounts/versionvsfin4nwuwcxndawj","name":"versionvsfin4nwuwcxndawj","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T02:26:57.6350762Z","key2":"2021-09-07T02:26:57.6350762Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:26:57.6350762Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:26:57.6350762Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T02:26:57.5726321Z","primaryEndpoints":{"dfs":"https://versionvsfin4nwuwcxndawj.dfs.core.windows.net/","web":"https://versionvsfin4nwuwcxndawj.z2.web.core.windows.net/","blob":"https://versionvsfin4nwuwcxndawj.blob.core.windows.net/","queue":"https://versionvsfin4nwuwcxndawj.queue.core.windows.net/","table":"https://versionvsfin4nwuwcxndawj.table.core.windows.net/","file":"https://versionvsfin4nwuwcxndawj.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestu2dumyf3mk7jyirvjmsg3w5s3sa7ke6ujncoaf3eo7bowo2bmxpjufa3ww5q66p2u2gb/providers/Microsoft.Storage/storageAccounts/versionwlfh4xbessj73brlz","name":"versionwlfh4xbessj73brlz","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-10T23:46:16.5584572Z","key2":"2022-03-10T23:46:16.5584572Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-10T23:46:16.5584572Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-10T23:46:16.5584572Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-10T23:46:16.4803444Z","primaryEndpoints":{"dfs":"https://versionwlfh4xbessj73brlz.dfs.core.windows.net/","web":"https://versionwlfh4xbessj73brlz.z2.web.core.windows.net/","blob":"https://versionwlfh4xbessj73brlz.blob.core.windows.net/","queue":"https://versionwlfh4xbessj73brlz.queue.core.windows.net/","table":"https://versionwlfh4xbessj73brlz.table.core.windows.net/","file":"https://versionwlfh4xbessj73brlz.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestsknognisu5ofc5kqx2s7pkyd44ypiqggvewtlb44ikbkje77zh4vo2y5c6alllygemol/providers/Microsoft.Storage/storageAccounts/versionwrfq6nydu5kpiyses","name":"versionwrfq6nydu5kpiyses","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-24T23:41:13.3087565Z","key2":"2022-03-24T23:41:13.3087565Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:41:13.3244129Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-24T23:41:13.3244129Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-24T23:41:13.1837898Z","primaryEndpoints":{"dfs":"https://versionwrfq6nydu5kpiyses.dfs.core.windows.net/","web":"https://versionwrfq6nydu5kpiyses.z2.web.core.windows.net/","blob":"https://versionwrfq6nydu5kpiyses.blob.core.windows.net/","queue":"https://versionwrfq6nydu5kpiyses.queue.core.windows.net/","table":"https://versionwrfq6nydu5kpiyses.table.core.windows.net/","file":"https://versionwrfq6nydu5kpiyses.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyvbbewdobz5vnqkoyumrkqbdufktrisug2ukkkvnirbc6frn2hxuvpe7weosgtfc4spk/providers/Microsoft.Storage/storageAccounts/versionymg2k5haow6be3wlh","name":"versionymg2k5haow6be3wlh","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-11-08T05:20:27.5220722Z","key2":"2021-11-08T05:20:27.5220722Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-08T05:20:27.5220722Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-11-08T05:20:27.5220722Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-11-08T05:20:27.4439279Z","primaryEndpoints":{"dfs":"https://versionymg2k5haow6be3wlh.dfs.core.windows.net/","web":"https://versionymg2k5haow6be3wlh.z2.web.core.windows.net/","blob":"https://versionymg2k5haow6be3wlh.blob.core.windows.net/","queue":"https://versionymg2k5haow6be3wlh.queue.core.windows.net/","table":"https://versionymg2k5haow6be3wlh.table.core.windows.net/","file":"https://versionymg2k5haow6be3wlh.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestkngvostxvfzwz7hb2pyqpst4ekovxl4qehicnbufjmoug5injclokanwouejm77muega/providers/Microsoft.Storage/storageAccounts/versionyrdifxty6izovwb6i","name":"versionyrdifxty6izovwb6i","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2021-09-07T02:23:07.0385168Z","key2":"2021-09-07T02:23:07.0385168Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:23:07.0385168Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-07T02:23:07.0385168Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-07T02:23:06.9760160Z","primaryEndpoints":{"dfs":"https://versionyrdifxty6izovwb6i.dfs.core.windows.net/","web":"https://versionyrdifxty6izovwb6i.z2.web.core.windows.net/","blob":"https://versionyrdifxty6izovwb6i.blob.core.windows.net/","queue":"https://versionyrdifxty6izovwb6i.queue.core.windows.net/","table":"https://versionyrdifxty6izovwb6i.table.core.windows.net/","file":"https://versionyrdifxty6izovwb6i.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestyuxvuaieuwauapmgpekzsx2djnxw7imdd44j7ye2q2bsscuowdlungp4mvqma3k4zdi3/providers/Microsoft.Storage/storageAccounts/versionzlxq5fbnucauv5vo7","name":"versionzlxq5fbnucauv5vo7","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-03-25T03:40:01.2264205Z","key2":"2022-03-25T03:40:01.2264205Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-25T03:40:01.2264205Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-03-25T03:40:01.2264205Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-03-25T03:40:01.1169169Z","primaryEndpoints":{"dfs":"https://versionzlxq5fbnucauv5vo7.dfs.core.windows.net/","web":"https://versionzlxq5fbnucauv5vo7.z2.web.core.windows.net/","blob":"https://versionzlxq5fbnucauv5vo7.blob.core.windows.net/","queue":"https://versionzlxq5fbnucauv5vo7.queue.core.windows.net/","table":"https://versionzlxq5fbnucauv5vo7.table.core.windows.net/","file":"https://versionzlxq5fbnucauv5vo7.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitestglnitz57vqvc6itqwridomid64tyuijykukioisnaiyykplrweeehtxiwezec62slafz/providers/Microsoft.Storage/storageAccounts/versionztiuttcba4r3zu4ux","name":"versionztiuttcba4r3zu4ux","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"keyCreationTime":{"key1":"2022-02-23T03:39:19.0719019Z","key2":"2022-02-23T03:39:19.0719019Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:39:19.0719019Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-02-23T03:39:19.0719019Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2022-02-23T03:39:18.9781248Z","primaryEndpoints":{"dfs":"https://versionztiuttcba4r3zu4ux.dfs.core.windows.net/","web":"https://versionztiuttcba4r3zu4ux.z2.web.core.windows.net/","blob":"https://versionztiuttcba4r3zu4ux.blob.core.windows.net/","queue":"https://versionztiuttcba4r3zu4ux.queue.core.windows.net/","table":"https://versionztiuttcba4r3zu4ux.table.core.windows.net/","file":"https://versionztiuttcba4r3zu4ux.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/yishitest/providers/Microsoft.Storage/storageAccounts/yssaeuap","name":"yssaeuap","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"defaultToOAuthAuthentication":false,"keyCreationTime":{"key1":"2021-09-06T07:56:33.4932788Z","key2":"2021-09-06T07:56:33.4932788Z"},"allowCrossTenantReplication":true,"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_2","allowBlobPublicAccess":true,"allowSharedKeyAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-06T07:56:33.5088661Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-06T07:56:33.5088661Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-06T07:56:33.4151419Z","primaryEndpoints":{"dfs":"https://yssaeuap.dfs.core.windows.net/","web":"https://yssaeuap.z2.web.core.windows.net/","blob":"https://yssaeuap.blob.core.windows.net/","queue":"https://yssaeuap.queue.core.windows.net/","table":"https://yssaeuap.table.core.windows.net/","file":"https://yssaeuap.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available"}},{"sku":{"name":"Standard_RAGRS","tier":"Standard"},"kind":"StorageV2","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/zhiyihuang-rg-euap/providers/Microsoft.Storage/storageAccounts/zhiyihuangsaeuap","name":"zhiyihuangsaeuap","type":"Microsoft.Storage/storageAccounts","location":"centraluseuap","tags":{},"properties":{"immutableStorageWithVersioning":{"enabled":true},"keyCreationTime":{"key1":"2021-09-24T05:54:33.0930905Z","key2":"2021-09-24T05:54:33.0930905Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-24T05:54:33.1087163Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2021-09-24T05:54:33.1087163Z"}},"keySource":"Microsoft.Storage"},"accessTier":"Hot","provisioningState":"Succeeded","creationTime":"2021-09-24T05:54:33.0305911Z","primaryEndpoints":{"dfs":"https://zhiyihuangsaeuap.dfs.core.windows.net/","web":"https://zhiyihuangsaeuap.z2.web.core.windows.net/","blob":"https://zhiyihuangsaeuap.blob.core.windows.net/","queue":"https://zhiyihuangsaeuap.queue.core.windows.net/","table":"https://zhiyihuangsaeuap.table.core.windows.net/","file":"https://zhiyihuangsaeuap.file.core.windows.net/"},"primaryLocation":"centraluseuap","statusOfPrimary":"available","secondaryLocation":"eastus2euap","statusOfSecondary":"available","secondaryEndpoints":{"dfs":"https://zhiyihuangsaeuap-secondary.dfs.core.windows.net/","web":"https://zhiyihuangsaeuap-secondary.z2.web.core.windows.net/","blob":"https://zhiyihuangsaeuap-secondary.blob.core.windows.net/","queue":"https://zhiyihuangsaeuap-secondary.queue.core.windows.net/","table":"https://zhiyihuangsaeuap-secondary.table.core.windows.net/"}}}]}' headers: cache-control: - no-cache content-length: - - '162507' + - '427354' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:10:11 GMT + - Wed, 11 May 2022 06:20:59 GMT expires: - '-1' pragma: @@ -40,20 +39,15 @@ interactions: x-content-type-options: - nosniff x-ms-original-request-ids: - - f025362b-9752-4ed4-95bc-560416cb8048 - - b79a802b-60f8-4e85-bb0b-75baaa437a9c - - b569ed9a-96f2-4001-b387-ba58f246d2f2 - - 3e19ea72-8e8f-4784-a73b-5f4417511687 - - d4b79b31-d737-407c-ac2a-5bbefd6238f4 - - 5258d454-2daf-48a9-96ac-c41f35bac68d - - 51b88beb-3ead-459b-b5e3-cdff0ddef420 - - 80e22d9a-d2d1-4a25-b1c4-8a89904f33f2 - - 7686b65f-3f1f-4b3e-b778-9e3856c5e009 - - 62584101-7055-4a7c-b714-4a9900126cad - - 5fa8d89a-004d-4603-9c87-1256aca5de53 - - 0b3038c7-e2cd-4f51-98e4-f551c715997e - - d94873b4-5877-400c-8ebe-ffa4556d6a55 - - bfaa847e-01a6-4441-bb41-ffab5808038a + - 8b8fd0eb-4c87-4730-b134-063bd7559774 + - 111efe0f-89af-417c-92ac-9c95f0eb0862 + - f3024928-7abd-4987-87cd-b553ee5e815d + - 63d09210-618e-4644-9b61-567b9725bb84 + - 2e1b61ff-393d-46c6-88c7-afd2fb793c65 + - 6315f9c4-9fdd-4eb5-9cda-f5e7b6c88aeb + - e8024b65-f29e-443c-b10e-ca5f022433f2 + - 744ee4e7-57bb-43e2-b289-512f799b2152 + - 8b8bdbfd-bb68-46b3-9036-ad2557a6650a status: code: 200 message: OK @@ -73,12 +67,12 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-06-28T09:09:50.6147927Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T09:09:50.6147927Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-05-11T06:20:36.0907189Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-11T06:20:36.0907189Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -87,7 +81,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 09:10:11 GMT + - Wed, 11 May 2022 06:21:00 GMT expires: - '-1' pragma: @@ -103,7 +97,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11998' status: code: 200 message: OK @@ -123,11 +117,11 @@ interactions: ParameterSetName: - --name --account-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-storage-blob/12.12.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-storage-blob/12.10.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) x-ms-date: - - Tue, 28 Jun 2022 09:10:12 GMT + - Wed, 11 May 2022 06:20:59 GMT x-ms-version: - - '2021-06-08' + - '2021-04-10' method: PUT uri: https://clitest000002.blob.core.windows.net/iothubcontainer1000004?restype=container response: @@ -137,15 +131,15 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:10:12 GMT + - Wed, 11 May 2022 06:21:01 GMT etag: - - '"0x8DA58E60223C605"' + - '"0x8DA33166BF5BDB2"' last-modified: - - Tue, 28 Jun 2022 09:10:12 GMT + - Wed, 11 May 2022 06:21:01 GMT server: - Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-version: - - '2021-06-08' + - '2021-04-10' status: code: 201 message: Created @@ -165,12 +159,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-06-28T09:09:50.6147927Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T09:09:50.6147927Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-05-11T06:20:36.0907189Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-11T06:20:36.0907189Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -179,7 +173,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 09:10:13 GMT + - Wed, 11 May 2022 06:21:02 GMT expires: - '-1' pragma: @@ -195,7 +189,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11998' + - '11999' status: code: 200 message: OK @@ -213,12 +207,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T09:09:50.6147927Z","key2":"2022-06-28T09:09:50.6147927Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T09:09:50.6304301Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T09:09:50.6304301Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T09:09:50.5054219Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Storage/storageAccounts/clitest000002","name":"clitest000002","type":"Microsoft.Storage/storageAccounts","location":"westus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-11T06:20:36.0907189Z","key2":"2022-05-11T06:20:36.0907189Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T06:20:36.0907189Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-11T06:20:36.0907189Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-11T06:20:35.9813489Z","primaryEndpoints":{"blob":"https://clitest000002.blob.core.windows.net/","queue":"https://clitest000002.queue.core.windows.net/","table":"https://clitest000002.table.core.windows.net/","file":"https://clitest000002.file.core.windows.net/"},"primaryLocation":"westus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -227,7 +221,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 09:10:13 GMT + - Wed, 11 May 2022 06:21:02 GMT expires: - '-1' pragma: @@ -259,12 +253,12 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -273,7 +267,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:10:13 GMT + - Wed, 11 May 2022 06:21:03 GMT expires: - '-1' pragma: @@ -288,8 +282,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "sku": {"name": "Standard", "tier": "Standard"}, - "properties": {"publicNetworkAccess": "Enabled"}}' + body: '{"location": "westus2", "sku": {"name": "Standard", "tier": "Standard"}}' headers: Accept: - application/json @@ -300,37 +293,37 @@ interactions: Connection: - keep-alive Content-Length: - - '122' + - '72' Content-Type: - application/json ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005","name":"ehNamespaceiothubfortest1000005","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1useoez2","createdAt":"2022-06-28T09:10:17.673Z","updatedAt":"2022-06-28T09:10:17.673Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespaceiothubfortest1a62nzjy","createdAt":"2022-05-11T06:21:09.61Z","updatedAt":"2022-05-11T06:21:09.61Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '834' + - '776' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:10:19 GMT + - Wed, 11 May 2022 06:21:10 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -358,31 +351,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005","name":"ehNamespaceiothubfortest1000005","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1useoez2","createdAt":"2022-06-28T09:10:17.673Z","updatedAt":"2022-06-28T09:10:17.673Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespaceiothubfortest1a62nzjy","createdAt":"2022-05-11T06:21:09.61Z","updatedAt":"2022-05-11T06:21:09.61Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '834' + - '776' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:10:49 GMT + - Wed, 11 May 2022 06:21:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -408,31 +401,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005","name":"ehNamespaceiothubfortest1000005","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1useoez2","createdAt":"2022-06-28T09:10:17.673Z","updatedAt":"2022-06-28T09:11:06.563Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespaceiothubfortest1a62nzjy","createdAt":"2022-05-11T06:21:09.61Z","updatedAt":"2022-05-11T06:21:58.153Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '832' + - '773' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:19 GMT + - Wed, 11 May 2022 06:22:11 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -458,31 +451,31 @@ interactions: ParameterSetName: - --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005","name":"ehNamespaceiothubfortest1000005","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespaceiothubfortest1useoez2","createdAt":"2022-06-28T09:10:17.673Z","updatedAt":"2022-06-28T09:11:06.563Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespaceiothubfortest1a62nzjy","createdAt":"2022-05-11T06:21:09.61Z","updatedAt":"2022-05-11T06:21:58.153Z","serviceBusEndpoint":"https://ehNamespaceiothubfortest1000005.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '832' + - '773' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:19 GMT + - Wed, 11 May 2022 06:22:11 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -512,22 +505,22 @@ interactions: ParameterSetName: - --resource-group --namespace-name --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006","name":"eventHubiothubfortest000006","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"West - US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T09:11:24.303Z","updatedAt":"2022-06-28T09:11:24.487Z","partitionIds":["0","1","2","3"]}}' + US 2","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-05-11T06:22:14.717Z","updatedAt":"2022-05-11T06:22:14.97Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache content-length: - - '501' + - '499' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:24 GMT + - Wed, 11 May 2022 06:22:15 GMT expires: - '-1' pragma: @@ -546,7 +539,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -568,7 +561,7 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name --rights User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006/authorizationRules/eventHubPolicyiothubfortest?api-version=2022-01-01-preview response: @@ -583,7 +576,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:27 GMT + - Wed, 11 May 2022 06:22:16 GMT expires: - '-1' pragma: @@ -602,7 +595,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -622,21 +615,21 @@ interactions: ParameterSetName: - --resource-group --namespace-name --eventhub-name --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-eventhub/9.1.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.EventHub/namespaces/ehNamespaceiothubfortest1000005/eventhubs/eventHubiothubfortest000006/authorizationRules/eventHubPolicyiothubfortest/listKeys?api-version=2022-01-01-preview response: body: - string: '{"primaryConnectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;eventHubiothubfortest000006","primaryKey":"mock_key","secondaryKey":"mock_key","keyName":"eventHubPolicyiothubfortest"}' + string: '{"primaryConnectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","secondaryConnectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","primaryKey":"mock_key","secondaryKey":"mock_key","keyName":"eventHubPolicyiothubfortest"}' headers: cache-control: - no-cache content-length: - - '291' + - '587' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:28 GMT + - Wed, 11 May 2022 06:22:17 GMT expires: - '-1' pragma: @@ -655,7 +648,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -673,12 +666,12 @@ interactions: ParameterSetName: - -n -g --sku User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -687,7 +680,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:29 GMT + - Wed, 11 May 2022 06:22:18 GMT expires: - '-1' pragma: @@ -726,15 +719,15 @@ interactions: ParameterSetName: - -n -g --sku User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: string: '{"code":400016,"httpStatusCode":"BadRequest","message":"Invalid PartitionCount 4 - value must be between 2 and 2. If you contact a support representative - please include this correlation identifier: f49da9b6-0452-4f78-917f-b46b7d5caa25, - timestamp: 2022-06-28 09:11:34Z, errorcode: IH400016."}' + please include this correlation identifier: 7fed1b34-5700-4a33-ae42-6f589da2f3c3, + timestamp: 2022-05-11 06:22:25Z, errorcode: IH400016."}' headers: cache-control: - no-cache @@ -743,7 +736,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:36 GMT + - Wed, 11 May 2022 06:22:27 GMT expires: - '-1' pragma: @@ -755,7 +748,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 400 message: Bad Request @@ -773,12 +766,12 @@ interactions: ParameterSetName: - -n -g --sku --partition-count User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -787,7 +780,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:36 GMT + - Wed, 11 May 2022 06:22:28 GMT expires: - '-1' pragma: @@ -826,15 +819,15 @@ interactions: ParameterSetName: - -n -g --sku --partition-count User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: string: '{"code":400016,"httpStatusCode":"BadRequest","message":"Invalid PartitionCount 4 - value must be between 2 and 2. If you contact a support representative - please include this correlation identifier: 1d4d52e0-fcd4-4e1f-8198-8537125e74d7, - timestamp: 2022-06-28 09:11:41Z, errorcode: IH400016."}' + please include this correlation identifier: 64dbed2b-7ac0-41f8-9d99-934974759bdf, + timestamp: 2022-05-11 06:22:34Z, errorcode: IH400016."}' headers: cache-control: - no-cache @@ -843,7 +836,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:43 GMT + - Wed, 11 May 2022 06:22:37 GMT expires: - '-1' pragma: @@ -855,7 +848,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 400 message: Bad Request @@ -873,12 +866,12 @@ interactions: ParameterSetName: - -n -g --sku --mintls User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -887,7 +880,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:43 GMT + - Wed, 11 May 2022 06:22:38 GMT expires: - '-1' pragma: @@ -926,15 +919,15 @@ interactions: ParameterSetName: - -n -g --sku --mintls User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: string: '{"code":400089,"httpStatusCode":"BadRequest","message":"2.5 is not a valid MinTlsVersion value. If you contact a support representative please - include this correlation identifier: f41283b7-3ba0-464a-a077-1d32b642a0cf, - timestamp: 2022-06-28 09:11:48Z, errorcode: IH400089."}' + include this correlation identifier: d9c022d1-1cb0-47cb-9a3d-16c4a6fd8db0, + timestamp: 2022-05-11 06:22:45Z, errorcode: IH400089."}' headers: cache-control: - no-cache @@ -943,7 +936,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:50 GMT + - Wed, 11 May 2022 06:22:48 GMT expires: - '-1' pragma: @@ -975,12 +968,12 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -989,7 +982,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:50 GMT + - Wed, 11 May 2022 06:22:49 GMT expires: - '-1' pragma: @@ -1030,15 +1023,15 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -1046,7 +1039,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:11:58 GMT + - Wed, 11 May 2022 06:22:58 GMT expires: - '-1' pragma: @@ -1078,9 +1071,9 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -1092,7 +1085,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:12:28 GMT + - Wed, 11 May 2022 06:23:28 GMT expires: - '-1' pragma: @@ -1126,9 +1119,9 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -1140,7 +1133,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:12:58 GMT + - Wed, 11 May 2022 06:23:59 GMT expires: - '-1' pragma: @@ -1174,9 +1167,9 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -1188,7 +1181,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:13:29 GMT + - Wed, 11 May 2022 06:24:29 GMT expires: - '-1' pragma: @@ -1222,9 +1215,9 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzA3YTU0ZjUtZWY3NS00NWZlLWIzNjktZWQxY2E3ZmExOGZiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjUzZGIzOTgtYWI2NS00MGZmLTgxYjktODZmZWJmZTI1M2IyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -1236,7 +1229,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:13:59 GMT + - Wed, 11 May 2022 06:24:59 GMT expires: - '-1' pragma: @@ -1270,22 +1263,22 @@ interactions: --feedback-max-delivery-count --fileupload-notification-max-delivery-count --fileupload-notification-ttl --min-tls-version --fnld User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '1721' + - '1705' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:00 GMT + - Wed, 11 May 2022 06:25:00 GMT expires: - '-1' pragma: @@ -1317,43 +1310,39 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '11693' + - '3880' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:02 GMT + - Wed, 11 May 2022 06:25:03 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -1373,7 +1362,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/iothubowner/listkeys?api-version=2021-07-02 response: @@ -1388,7 +1377,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:02 GMT + - Wed, 11 May 2022 06:25:03 GMT expires: - '-1' pragma: @@ -1422,43 +1411,39 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '11693' + - '3880' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:02 GMT + - Wed, 11 May 2022 06:25:04 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -1478,7 +1463,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/iothubowner/listkeys?api-version=2021-07-02 response: @@ -1493,7 +1478,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:04 GMT + - Wed, 11 May 2022 06:25:06 GMT expires: - '-1' pragma: @@ -1527,43 +1512,39 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '11693' + - '3880' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:05 GMT + - Wed, 11 May 2022 06:25:07 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -1583,7 +1564,7 @@ interactions: ParameterSetName: - -n -g --all User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -1598,7 +1579,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:06 GMT + - Wed, 11 May 2022 06:25:09 GMT expires: - '-1' pragma: @@ -1632,43 +1613,39 @@ interactions: ParameterSetName: - -n -g --all User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '11693' + - '3880' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:08 GMT + - Wed, 11 May 2022 06:25:09 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -1686,43 +1663,39 @@ interactions: ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '11693' + - '3880' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:08 GMT + - Wed, 11 May 2022 06:25:12 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -1740,48 +1713,44 @@ interactions: ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":3,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"PT20H","maxDeliveryCount":79}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":89,"defaultTtlAsIso8601":"PT23H","feedback":{"lockDurationAsIso8601":"PT35S","ttlAsIso8601":"P1DT5H","maxDeliveryCount":40}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '11693' + - '3880' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:10 GMT + - Wed, 11 May 2022 06:25:14 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3ltc=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmR34=", "properties": {"allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], @@ -1809,24 +1778,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3ltc=''}' + - '{''IF-MATCH'': ''AAAADGgmR34=''}' ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3ltc=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmR34=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOWYxMzJlOTEtY2JkOS00YWU4LTlhNjYtZTE5MTI0OTBjYjA0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODNhYzBmZjctY2FlYS00NzY1LTgyYmUtMDNjNGJiM2M5MzI0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -1834,7 +1803,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:16 GMT + - Wed, 11 May 2022 06:25:19 GMT expires: - '-1' pragma: @@ -1846,7 +1815,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -1864,9 +1833,9 @@ interactions: ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOWYxMzJlOTEtY2JkOS00YWU4LTlhNjYtZTE5MTI0OTBjYjA0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODNhYzBmZjctY2FlYS00NzY1LTgyYmUtMDNjNGJiM2M5MzI0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -1878,7 +1847,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:47 GMT + - Wed, 11 May 2022 06:25:50 GMT expires: - '-1' pragma: @@ -1910,22 +1879,22 @@ interactions: ParameterSetName: - -n --fnd --rd --ct --cdd --ft --fld --fd --fn --fnt --fst --fcs --fc --tags User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2101' + - '2085' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:48 GMT + - Wed, 11 May 2022 06:25:50 GMT expires: - '-1' pragma: @@ -1957,7 +1926,7 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -1969,7 +1938,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:14:48 GMT + - Wed, 11 May 2022 06:25:51 GMT expires: - '-1' pragma: @@ -1999,7 +1968,7 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2014,7 +1983,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:48 GMT + - Wed, 11 May 2022 06:25:54 GMT expires: - '-1' pragma: @@ -2030,7 +1999,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2048,22 +2017,22 @@ interactions: ParameterSetName: - -n -g --fsa User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2101' + - '2085' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:50 GMT + - Wed, 11 May 2022 06:25:56 GMT expires: - '-1' pragma: @@ -2095,7 +2064,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2107,7 +2076,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:14:50 GMT + - Wed, 11 May 2022 06:25:57 GMT expires: - '-1' pragma: @@ -2137,7 +2106,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2152,7 +2121,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:51 GMT + - Wed, 11 May 2022 06:25:59 GMT expires: - '-1' pragma: @@ -2168,7 +2137,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2186,22 +2155,22 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2101' + - '2085' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:53 GMT + - Wed, 11 May 2022 06:26:01 GMT expires: - '-1' pragma: @@ -2233,7 +2202,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2245,7 +2214,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:14:53 GMT + - Wed, 11 May 2022 06:26:02 GMT expires: - '-1' pragma: @@ -2275,7 +2244,7 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2290,7 +2259,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:54 GMT + - Wed, 11 May 2022 06:26:03 GMT expires: - '-1' pragma: @@ -2324,22 +2293,22 @@ interactions: ParameterSetName: - -n -g --fsi User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2101' + - '2085' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:56 GMT + - Wed, 11 May 2022 06:26:05 GMT expires: - '-1' pragma: @@ -2371,7 +2340,7 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2383,7 +2352,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:14:55 GMT + - Wed, 11 May 2022 06:26:06 GMT expires: - '-1' pragma: @@ -2413,7 +2382,7 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2428,7 +2397,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:58 GMT + - Wed, 11 May 2022 06:26:09 GMT expires: - '-1' pragma: @@ -2444,7 +2413,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2462,22 +2431,22 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2101' + - '2085' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:14:59 GMT + - Wed, 11 May 2022 06:26:10 GMT expires: - '-1' pragma: @@ -2496,7 +2465,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3l58=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmSfA=", "properties": {"disableLocalAuth": true, "disableModuleSAS": true, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": @@ -2524,24 +2493,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3l58=''}' + - '{''IF-MATCH'': ''AAAADGgmSfA=''}' ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3l58=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmSfA=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzMxZTQ5OTItYzk3MS00NmRjLWIzNzktMWZiMjIxN2JhY2I3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZWEwODVjZWYtNjJmOS00NzRjLTk3YjEtZjdjODA5ZTUwODVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -2549,7 +2518,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:15:04 GMT + - Wed, 11 May 2022 06:26:19 GMT expires: - '-1' pragma: @@ -2561,7 +2530,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4997' + - '4999' status: code: 201 message: Created @@ -2579,9 +2548,9 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzMxZTQ5OTItYzk3MS00NmRjLWIzNzktMWZiMjIxN2JhY2I3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZWEwODVjZWYtNjJmOS00NzRjLTk3YjEtZjdjODA5ZTUwODVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -2593,7 +2562,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:15:35 GMT + - Wed, 11 May 2022 06:26:50 GMT expires: - '-1' pragma: @@ -2625,9 +2594,9 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzMxZTQ5OTItYzk3MS00NmRjLWIzNzktMWZiMjIxN2JhY2I3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZWEwODVjZWYtNjJmOS00NzRjLTk3YjEtZjdjODA5ZTUwODVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -2639,7 +2608,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:04 GMT + - Wed, 11 May 2022 06:27:20 GMT expires: - '-1' pragma: @@ -2671,22 +2640,22 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-module-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3mYQ=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmTnk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2149' + - '2133' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:05 GMT + - Wed, 11 May 2022 06:27:21 GMT expires: - '-1' pragma: @@ -2718,7 +2687,7 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -2730,7 +2699,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:16:05 GMT + - Wed, 11 May 2022 06:27:23 GMT expires: - '-1' pragma: @@ -2760,7 +2729,7 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -2775,7 +2744,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:07 GMT + - Wed, 11 May 2022 06:27:25 GMT expires: - '-1' pragma: @@ -2809,22 +2778,22 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3mYQ=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmTnk=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableModuleSAS":true,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2149' + - '2133' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:09 GMT + - Wed, 11 May 2022 06:27:26 GMT expires: - '-1' pragma: @@ -2843,7 +2812,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3mYQ=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmTnk=", "properties": {"disableLocalAuth": true, "disableDeviceSAS": true, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": @@ -2871,24 +2840,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3mYQ=''}' + - '{''IF-MATCH'': ''AAAADGgmTnk=''}' ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3mYQ=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmTnk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDcyMTVlYzAtODBjNi00M2RjLWFjYzgtZTE1OWQzM2NhMjA5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMTJlNDFlZTItZDNjMS00MDFhLTljZTMtZDc5MDY4NzhlY2Y5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -2896,7 +2865,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:16 GMT + - Wed, 11 May 2022 06:27:34 GMT expires: - '-1' pragma: @@ -2926,9 +2895,9 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDcyMTVlYzAtODBjNi00M2RjLWFjYzgtZTE1OWQzM2NhMjA5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMTJlNDFlZTItZDNjMS00MDFhLTljZTMtZDc5MDY4NzhlY2Y5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -2940,7 +2909,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:46 GMT + - Wed, 11 May 2022 06:28:06 GMT expires: - '-1' pragma: @@ -2972,22 +2941,22 @@ interactions: ParameterSetName: - -n -g --disable-module-sas --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3moo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmUMc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2174' + - '2158' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:47 GMT + - Wed, 11 May 2022 06:28:06 GMT expires: - '-1' pragma: @@ -3019,7 +2988,7 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -3031,7 +3000,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:16:48 GMT + - Wed, 11 May 2022 06:28:07 GMT expires: - '-1' pragma: @@ -3061,7 +3030,7 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -3076,7 +3045,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:49 GMT + - Wed, 11 May 2022 06:28:09 GMT expires: - '-1' pragma: @@ -3092,7 +3061,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -3110,22 +3079,22 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3moo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmUMc=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":true,"disableDeviceSAS":true,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2174' + - '2158' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:50 GMT + - Wed, 11 May 2022 06:28:11 GMT expires: - '-1' pragma: @@ -3144,7 +3113,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3moo=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmUMc=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": @@ -3172,24 +3141,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3moo=''}' + - '{''IF-MATCH'': ''AAAADGgmUMc=''}' ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3moo=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmUMc=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjZiZGE1YTgtZWJmMC00OWJiLTljYjAtNDRjOWQ0Y2IyMmFjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDg3YTAyYTYtZTJiMi00ZmZiLWFiOTgtNGRlN2Y2ZjFhMzRmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -3197,7 +3166,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:16:58 GMT + - Wed, 11 May 2022 06:28:20 GMT expires: - '-1' pragma: @@ -3209,7 +3178,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -3227,9 +3196,9 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjZiZGE1YTgtZWJmMC00OWJiLTljYjAtNDRjOWQ0Y2IyMmFjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDg3YTAyYTYtZTJiMi00ZmZiLWFiOTgtNGRlN2Y2ZjFhMzRmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -3241,7 +3210,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:17:27 GMT + - Wed, 11 May 2022 06:28:50 GMT expires: - '-1' pragma: @@ -3273,9 +3242,9 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjZiZGE1YTgtZWJmMC00OWJiLTljYjAtNDRjOWQ0Y2IyMmFjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDg3YTAyYTYtZTJiMi00ZmZiLWFiOTgtNGRlN2Y2ZjFhMzRmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -3287,7 +3256,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:17:57 GMT + - Wed, 11 May 2022 06:29:20 GMT expires: - '-1' pragma: @@ -3319,22 +3288,22 @@ interactions: ParameterSetName: - -n -g --disable-local-auth --disable-device-sas User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2176' + - '2160' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:17:58 GMT + - Wed, 11 May 2022 06:29:21 GMT expires: - '-1' pragma: @@ -3366,43 +3335,39 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:00 GMT + - Wed, 11 May 2022 06:29:25 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -3420,22 +3385,22 @@ interactions: ParameterSetName: - -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '2188' + - '2172' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:01 GMT + - Wed, 11 May 2022 06:29:27 GMT expires: - '-1' pragma: @@ -3467,43 +3432,39 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:04 GMT + - Wed, 11 May 2022 06:29:29 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -3521,7 +3482,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/skus?api-version=2021-07-02 response: @@ -3535,7 +3496,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:05 GMT + - Wed, 11 May 2022 06:29:30 GMT expires: - '-1' pragma: @@ -3567,43 +3528,39 @@ interactions: ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:06 GMT + - Wed, 11 May 2022 06:29:33 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -3623,7 +3580,7 @@ interactions: ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -3638,7 +3595,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:06 GMT + - Wed, 11 May 2022 06:29:33 GMT expires: - '-1' pragma: @@ -3654,12 +3611,12 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3nOY=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmVM0=", "properties": {"authorizationPolicies": [{"keyName": "iothubowner", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": "RegistryWrite, ServiceConnect, DeviceConnect"}, {"keyName": "service", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": @@ -3695,25 +3652,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3nOY=''}' + - '{''IF-MATCH'': ''AAAADGgmVM0=''}' ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3nOY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmVM0=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"},{"keyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfY2FlOWQ2MTEtMDRlYy00ZGEzLTgyYTItNzJkZGFiMWI0ODJjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWU2NjU1MTUtZGU2MC00ZTExLWE1ZmQtNDk0NmRiODkzNDQ4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -3721,7 +3678,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:10 GMT + - Wed, 11 May 2022 06:29:40 GMT expires: - '-1' pragma: @@ -3751,9 +3708,9 @@ interactions: ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfY2FlOWQ2MTEtMDRlYy00ZGEzLTgyYTItNzJkZGFiMWI0ODJjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWU2NjU1MTUtZGU2MC00ZTExLWE1ZmQtNDk0NmRiODkzNDQ4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -3765,7 +3722,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:41 GMT + - Wed, 11 May 2022 06:30:10 GMT expires: - '-1' pragma: @@ -3797,22 +3754,22 @@ interactions: ParameterSetName: - --hub-name -n --permissions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2176' + - '2160' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:41 GMT + - Wed, 11 May 2022 06:30:11 GMT expires: - '-1' pragma: @@ -3844,43 +3801,35 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:43 GMT + - Wed, 11 May 2022 06:30:15 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -3900,7 +3849,7 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -3916,7 +3865,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:44 GMT + - Wed, 11 May 2022 06:30:15 GMT expires: - '-1' pragma: @@ -3925,10 +3874,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: @@ -3950,43 +3895,35 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:46 GMT + - Wed, 11 May 2022 06:30:17 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -4006,7 +3943,7 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/test_policy/listkeys?api-version=2021-07-02 response: @@ -4021,7 +3958,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:46 GMT + - Wed, 11 May 2022 06:30:18 GMT expires: - '-1' pragma: @@ -4030,14 +3967,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -4055,43 +3988,35 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:49 GMT + - Wed, 11 May 2022 06:30:21 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -4111,7 +4036,7 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -4127,7 +4052,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:49 GMT + - Wed, 11 May 2022 06:30:22 GMT expires: - '-1' pragma: @@ -4136,19 +4061,15 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3njk=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmV5A=", "properties": {"authorizationPolicies": [{"keyName": "iothubowner", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": "RegistryWrite, ServiceConnect, DeviceConnect"}, {"keyName": "service", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": @@ -4185,26 +4106,26 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3njk=''}' + - '{''IF-MATCH'': ''AAAADGgmV5A=''}' ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3njk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmV5A=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"},{"keyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:18:18 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:18:18 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:18:18 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:18:18 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:18:18 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:18:18 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:30:02 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:02 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:30:02 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:02 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:30:02 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:02 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNGFmODk5NDktNDI2ZS00Y2RmLWFlN2ItOWI2MzZhZWQ1MzA5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYTRhNDgyNWUtNTJkYi00Mzg4LTg4OTctNjFkMTM1OWMzNDBiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -4212,7 +4133,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:18:54 GMT + - Wed, 11 May 2022 06:30:28 GMT expires: - '-1' pragma: @@ -4224,7 +4145,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -4242,9 +4163,9 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNGFmODk5NDktNDI2ZS00Y2RmLWFlN2ItOWI2MzZhZWQ1MzA5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYTRhNDgyNWUtNTJkYi00Mzg4LTg4OTctNjFkMTM1OWMzNDBiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -4256,7 +4177,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:24 GMT + - Wed, 11 May 2022 06:30:59 GMT expires: - '-1' pragma: @@ -4265,10 +4186,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -4288,22 +4205,22 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2176' + - '2160' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:25 GMT + - Wed, 11 May 2022 06:31:00 GMT expires: - '-1' pragma: @@ -4312,10 +4229,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -4335,43 +4248,35 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:26 GMT + - Wed, 11 May 2022 06:31:01 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -4391,7 +4296,7 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/test_policy/listkeys?api-version=2021-07-02 response: @@ -4406,7 +4311,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:26 GMT + - Wed, 11 May 2022 06:31:02 GMT expires: - '-1' pragma: @@ -4415,14 +4320,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1196' status: code: 200 message: OK @@ -4440,43 +4341,39 @@ interactions: ParameterSetName: - -n --policy-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:27 GMT + - Wed, 11 May 2022 06:31:05 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -4496,7 +4393,7 @@ interactions: ParameterSetName: - -n --policy-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/test_policy/listkeys?api-version=2021-07-02 response: @@ -4511,7 +4408,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:28 GMT + - Wed, 11 May 2022 06:31:05 GMT expires: - '-1' pragma: @@ -4527,7 +4424,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -4545,43 +4442,39 @@ interactions: ParameterSetName: - -n --policy-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:28 GMT + - Wed, 11 May 2022 06:31:06 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -4599,43 +4492,39 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:30 GMT + - Wed, 11 May 2022 06:31:09 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -4655,7 +4544,7 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -4671,7 +4560,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:31 GMT + - Wed, 11 May 2022 06:31:09 GMT expires: - '-1' pragma: @@ -4692,7 +4581,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3n58=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmW3w=", "properties": {"authorizationPolicies": [{"keyName": "iothubowner", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": "RegistryWrite, ServiceConnect, DeviceConnect"}, {"keyName": "service", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": @@ -4729,26 +4618,26 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3n58=''}' + - '{''IF-MATCH'': ''AAAADGgmW3w=''}' ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3n58=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmW3w=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"},{"keyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:19:01 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:01 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:19:01 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:01 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:19:01 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:01 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + ServiceConnect, DeviceConnect"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:30:50 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:50 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:30:50 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:50 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:30:50 GMT","ModifiedTime":"Wed, 11 May 2022 06:30:50 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfM2IwZWYwM2ItZGIwYi00MmI1LTk2ODMtMjg1MzE0NmI0ZDIxO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZmZiNmI1NGUtYmJjYy00ZmQyLWEzMzgtZjcxNjIxNjU3OTk0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -4756,7 +4645,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:19:34 GMT + - Wed, 11 May 2022 06:31:14 GMT expires: - '-1' pragma: @@ -4768,7 +4657,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4996' + - '4998' status: code: 201 message: Created @@ -4786,9 +4675,9 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfM2IwZWYwM2ItZGIwYi00MmI1LTk2ODMtMjg1MzE0NmI0ZDIxO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZmZiNmI1NGUtYmJjYy00ZmQyLWEzMzgtZjcxNjIxNjU3OTk0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -4800,7 +4689,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:04 GMT + - Wed, 11 May 2022 06:31:45 GMT expires: - '-1' pragma: @@ -4832,22 +4721,22 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oIQ=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmXys=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2176' + - '2160' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:05 GMT + - Wed, 11 May 2022 06:31:46 GMT expires: - '-1' pragma: @@ -4879,43 +4768,39 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oIQ=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmXys=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:07 GMT + - Wed, 11 May 2022 06:31:46 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -4935,7 +4820,7 @@ interactions: ParameterSetName: - --hub-name -n --renew-key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubKeys/test_policy/listkeys?api-version=2021-07-02 response: @@ -4950,7 +4835,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:07 GMT + - Wed, 11 May 2022 06:31:47 GMT expires: - '-1' pragma: @@ -4984,43 +4869,39 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oIQ=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmXys=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:08 GMT + - Wed, 11 May 2022 06:31:50 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -5040,7 +4921,7 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -5056,7 +4937,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:08 GMT + - Wed, 11 May 2022 06:31:50 GMT expires: - '-1' pragma: @@ -5092,7 +4973,7 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -5108,7 +4989,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:09 GMT + - Wed, 11 May 2022 06:31:51 GMT expires: - '-1' pragma: @@ -5129,7 +5010,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3oIQ=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmXys=", "properties": {"authorizationPolicies": [{"keyName": "iothubowner", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": "RegistryWrite, ServiceConnect, DeviceConnect"}, {"keyName": "service", "primaryKey":"mock_key", "secondaryKey":"mock_key", "rights": @@ -5164,25 +5045,25 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3oIQ=''}' + - '{''IF-MATCH'': ''AAAADGgmXys=''}' ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oIQ=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:19:42 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:42 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:19:42 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:42 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:19:42 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:19:42 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmXys=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:31:37 GMT","ModifiedTime":"Wed, 11 May 2022 06:31:37 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:31:37 GMT","ModifiedTime":"Wed, 11 May 2022 06:31:37 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"test_policy","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:31:37 GMT","ModifiedTime":"Wed, 11 May 2022 06:31:37 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMWEwMjRhODYtZmZkZC00NGMxLTk2OGMtNzBhNjE1Y2YwYzZhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjM4MmExZWItYjJhOC00NjU0LTljOTktYjIwNjYyZWQ0YWRiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -5190,7 +5071,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:13 GMT + - Wed, 11 May 2022 06:31:59 GMT expires: - '-1' pragma: @@ -5202,7 +5083,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4997' + - '4999' status: code: 201 message: Created @@ -5220,9 +5101,9 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMWEwMjRhODYtZmZkZC00NGMxLTk2OGMtNzBhNjE1Y2YwYzZhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMjM4MmExZWItYjJhOC00NjU0LTljOTktYjIwNjYyZWQ0YWRiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -5234,7 +5115,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:44 GMT + - Wed, 11 May 2022 06:32:29 GMT expires: - '-1' pragma: @@ -5266,22 +5147,22 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2176' + - '2160' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:44 GMT + - Wed, 11 May 2022 06:32:30 GMT expires: - '-1' pragma: @@ -5313,43 +5194,39 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:45 GMT + - Wed, 11 May 2022 06:32:33 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -5369,7 +5246,7 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/listkeys?api-version=2021-07-02 response: @@ -5384,7 +5261,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:46 GMT + - Wed, 11 May 2022 06:32:34 GMT expires: - '-1' pragma: @@ -5400,7 +5277,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -5418,43 +5295,39 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:47 GMT + - Wed, 11 May 2022 06:32:37 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -5476,12 +5349,12 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1?api-version=2021-07-02 response: body: - string: '{"properties":{"created":"Tue, 28 Jun 2022 09:20:51 GMT","properties":{"name":"cg1"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}' + string: '{"properties":{"created":"Wed, 11 May 2022 06:32:40 GMT","properties":{"name":"cg1"}},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}' headers: cache-control: - no-cache @@ -5490,7 +5363,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:50 GMT + - Wed, 11 May 2022 06:32:39 GMT expires: - '-1' pragma: @@ -5506,7 +5379,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -5524,43 +5397,39 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:52 GMT + - Wed, 11 May 2022 06:32:43 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -5578,12 +5447,12 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1?api-version=2021-07-02 response: body: - string: '{"properties":{"created":"Tue, 28 Jun 2022 09:20:51 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}' + string: '{"properties":{"created":"Wed, 11 May 2022 06:32:40 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}' headers: cache-control: - no-cache @@ -5592,7 +5461,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:52 GMT + - Wed, 11 May 2022 06:32:44 GMT expires: - '-1' pragma: @@ -5624,43 +5493,39 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:54 GMT + - Wed, 11 May 2022 06:32:48 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -5678,13 +5543,13 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups?api-version=2021-07-02 response: body: - string: '{"value":[{"properties":{"created":"Tue, 28 Jun 2022 09:13:27 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/%24Default","name":"$Default","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null},{"properties":{"created":"Tue, - 28 Jun 2022 09:20:51 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}]}' + string: '{"value":[{"properties":{"created":"Wed, 11 May 2022 06:24:25 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/%24Default","name":"$Default","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null},{"properties":{"created":"Wed, + 11 May 2022 06:32:40 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1","name":"cg1","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}]}' headers: cache-control: - no-cache @@ -5693,7 +5558,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:54 GMT + - Wed, 11 May 2022 06:32:48 GMT expires: - '-1' pragma: @@ -5725,43 +5590,39 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:56 GMT + - Wed, 11 May 2022 06:32:52 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -5781,7 +5642,7 @@ interactions: ParameterSetName: - --hub-name -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/cg1?api-version=2021-07-02 response: @@ -5793,7 +5654,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:20:58 GMT + - Wed, 11 May 2022 06:32:52 GMT expires: - '-1' pragma: @@ -5823,43 +5684,35 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:20:59 GMT + - Wed, 11 May 2022 06:33:00 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -5877,12 +5730,12 @@ interactions: ParameterSetName: - --hub-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups?api-version=2021-07-02 response: body: - string: '{"value":[{"properties":{"created":"Tue, 28 Jun 2022 09:13:27 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/%24Default","name":"$Default","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}]}' + string: '{"value":[{"properties":{"created":"Wed, 11 May 2022 06:24:25 GMT"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/eventHubEndpoints/events/ConsumerGroups/%24Default","name":"$Default","type":"Microsoft.Devices/IotHubs/EventHubEndpoints/ConsumerGroups","etag":null}]}' headers: cache-control: - no-cache @@ -5891,7 +5744,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:21:00 GMT + - Wed, 11 May 2022 06:33:01 GMT expires: - '-1' pragma: @@ -5900,10 +5753,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -5923,43 +5772,35 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:21:01 GMT + - Wed, 11 May 2022 06:33:05 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -5977,7 +5818,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/quotaMetrics?api-version=2021-07-02 response: @@ -5991,7 +5832,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:21:02 GMT + - Wed, 11 May 2022 06:33:06 GMT expires: - '-1' pragma: @@ -6000,10 +5841,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -6023,43 +5860,35 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12148' + - '4335' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:21:04 GMT + - Wed, 11 May 2022 06:33:09 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -6077,7 +5906,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/IotHubStats?api-version=2021-07-02 response: @@ -6091,7 +5920,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:21:04 GMT + - Wed, 11 May 2022 06:33:10 GMT expires: - '-1' pragma: @@ -6100,10 +5929,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -6123,7 +5948,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6135,7 +5960,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:21:04 GMT + - Wed, 11 May 2022 06:33:13 GMT expires: - '-1' pragma: @@ -6165,7 +5990,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6180,7 +6005,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:21:05 GMT + - Wed, 11 May 2022 06:33:14 GMT expires: - '-1' pragma: @@ -6189,10 +6014,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: @@ -6214,22 +6035,22 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2176' + - '2160' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:21:07 GMT + - Wed, 11 May 2022 06:33:17 GMT expires: - '-1' pragma: @@ -6238,158 +6059,69 @@ interactions: - 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: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3oQk=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmYbI=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"connectionString": - "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;****", - "containerName": "iothubcontainer1000004"}}, "messagingEndpoints": {"fileNotifications": - {"lockDurationAsIso8601": "PT15S", "ttlAsIso8601": "P1DT8H", "maxDeliveryCount": - 80}}, "enableFileUploadNotifications": true, "cloudToDevice": {"maxDeliveryCount": - 46, "defaultTtlAsIso8601": "P1DT10H", "feedback": {"lockDurationAsIso8601": - "PT10S", "ttlAsIso8601": "P1DT19H", "maxDeliveryCount": 76}}, "features": "None"}, - "sku": {"name": "S1", "capacity": 1}, "identity": {"type": "None"}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - iot hub routing-endpoint create - Connection: - - keep-alive - Content-Length: - - '1064' - Content-Type: - - application/json - If-Match: - - '{''IF-MATCH'': ''AAAADGt3oQk=''}' - ParameterSetName: - - --hub-name -g -n -t -r -s -c - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oQk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' - headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDRlODYzNmEtMGIxYi00MDdjLTkxOWUtZjRmYzQ4OGM5YWQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo - cache-control: - - no-cache - content-length: - - '3475' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 09:21:12 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' - status: - code: 201 - message: Created -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - CommandName: - - iot hub routing-endpoint create - Connection: - - keep-alive - ParameterSetName: - - --hub-name -g -n -t -r -s -c - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDRlODYzNmEtMGIxYi00MDdjLTkxOWUtZjRmYzQ4OGM5YWQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 09:21:42 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"connectionString": + "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "resourceGroup": "clitest.rg000001"}], "storageContainers": []}, "routes": [], + "fallbackRoute": {"name": "$fallback", "source": "DeviceMessages", "condition": + "true", "endpointNames": ["events"], "isEnabled": true}}, "storageEndpoints": + {"$default": {"sasTtlAsIso8601": "PT3H", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "containerName": "iothubcontainer1000004"}}, "messagingEndpoints": {"fileNotifications": + {"lockDurationAsIso8601": "PT15S", "ttlAsIso8601": "P1DT8H", "maxDeliveryCount": + 80}}, "enableFileUploadNotifications": true, "cloudToDevice": {"maxDeliveryCount": + 46, "defaultTtlAsIso8601": "P1DT10H", "feedback": {"lockDurationAsIso8601": + "PT10S", "ttlAsIso8601": "P1DT19H", "maxDeliveryCount": 76}}, "features": "None"}, + "sku": {"name": "S1", "capacity": 1}, "identity": {"type": "None"}}' headers: Accept: - - '*/*' + - application/json Accept-Encoding: - gzip, deflate CommandName: - iot hub routing-endpoint create Connection: - keep-alive + Content-Length: + - '1852' + Content-Type: + - application/json + If-Match: + - '{''IF-MATCH'': ''AAAADGgmYbI=''}' ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDRlODYzNmEtMGIxYi00MDdjLTkxOWUtZjRmYzQ4OGM5YWQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"status":"Running"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmYbI=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTJmZWZhYTUtMmRiMi00MmVhLWE0OTUtZTQ4ZmQ2NDk2ZDc3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '20' + - '4368' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:12 GMT + - Wed, 11 May 2022 06:33:25 GMT expires: - '-1' pragma: @@ -6398,15 +6130,13 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '4999' status: - code: 200 - message: OK + code: 201 + message: Created - request: body: null headers: @@ -6421,9 +6151,9 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDRlODYzNmEtMGIxYi00MDdjLTkxOWUtZjRmYzQ4OGM5YWQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTJmZWZhYTUtMmRiMi00MmVhLWE0OTUtZTQ4ZmQ2NDk2ZDc3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -6435,7 +6165,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:43 GMT + - Wed, 11 May 2022 06:33:55 GMT expires: - '-1' pragma: @@ -6444,10 +6174,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -6467,22 +6193,22 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2533' + - '2517' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:44 GMT + - Wed, 11 May 2022 06:33:56 GMT expires: - '-1' pragma: @@ -6491,10 +6217,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -6514,7 +6236,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6526,7 +6248,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:22:44 GMT + - Wed, 11 May 2022 06:33:59 GMT expires: - '-1' pragma: @@ -6556,7 +6278,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6571,7 +6293,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:45 GMT + - Wed, 11 May 2022 06:34:01 GMT expires: - '-1' pragma: @@ -6587,7 +6309,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -6605,22 +6327,22 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2533' + - '2517' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:47 GMT + - Wed, 11 May 2022 06:34:03 GMT expires: - '-1' pragma: @@ -6652,7 +6374,7 @@ interactions: ParameterSetName: - --hub-name -g -t User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6664,7 +6386,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:22:47 GMT + - Wed, 11 May 2022 06:34:05 GMT expires: - '-1' pragma: @@ -6694,7 +6416,7 @@ interactions: ParameterSetName: - --hub-name -g -t User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6709,7 +6431,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:48 GMT + - Wed, 11 May 2022 06:34:08 GMT expires: - '-1' pragma: @@ -6718,14 +6440,10 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -6743,22 +6461,22 @@ interactions: ParameterSetName: - --hub-name -g -t User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2533' + - '2517' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:49 GMT + - Wed, 11 May 2022 06:34:09 GMT expires: - '-1' pragma: @@ -6767,10 +6485,6 @@ interactions: - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding x-content-type-options: - nosniff status: @@ -6790,7 +6504,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6802,7 +6516,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:22:50 GMT + - Wed, 11 May 2022 06:34:14 GMT expires: - '-1' pragma: @@ -6832,7 +6546,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6847,7 +6561,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:51 GMT + - Wed, 11 May 2022 06:34:16 GMT expires: - '-1' pragma: @@ -6863,7 +6577,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -6881,22 +6595,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2533' + - '2517' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:52 GMT + - Wed, 11 May 2022 06:34:17 GMT expires: - '-1' pragma: @@ -6928,7 +6642,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -6940,7 +6654,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:22:52 GMT + - Wed, 11 May 2022 06:34:20 GMT expires: - '-1' pragma: @@ -6970,7 +6684,7 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -6985,7 +6699,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:53 GMT + - Wed, 11 May 2022 06:34:21 GMT expires: - '-1' pragma: @@ -7001,7 +6715,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -7019,22 +6733,22 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2533' + - '2517' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:22:55 GMT + - Wed, 11 May 2022 06:34:22 GMT expires: - '-1' pragma: @@ -7053,16 +6767,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3orE=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmaAM=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -7089,32 +6803,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3orE=''}' + - '{''IF-MATCH'': ''AAAADGgmaAM=''}' ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3orE=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmaAM=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODk4MWQ3MWYtZTkxYS00NjEzLTg3MjYtNjc0Yzk0NWVlMWM1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzQ3MTFkMmUtNzdkZi00MWMxLWE4ODUtMWJiNTk1ZGMyMmI5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '3475' + - '5096' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:23:00 GMT + - Wed, 11 May 2022 06:34:28 GMT expires: - '-1' pragma: @@ -7126,7 +6840,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -7144,9 +6858,9 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfODk4MWQ3MWYtZTkxYS00NjEzLTg3MjYtNjc0Yzk0NWVlMWM1O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzQ3MTFkMmUtNzdkZi00MWMxLWE4ODUtMWJiNTk1ZGMyMmI5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -7158,7 +6872,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:23:30 GMT + - Wed, 11 May 2022 06:34:59 GMT expires: - '-1' pragma: @@ -7190,22 +6904,22 @@ interactions: ParameterSetName: - --hub-name -g -n -t -r -s -c --container-name --encoding -b -w User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oyk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgma/Q=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3237' + - '3221' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:23:31 GMT + - Wed, 11 May 2022 06:35:00 GMT expires: - '-1' pragma: @@ -7237,7 +6951,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -7249,7 +6963,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:23:31 GMT + - Wed, 11 May 2022 06:35:04 GMT expires: - '-1' pragma: @@ -7279,7 +6993,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -7294,7 +7008,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:23:32 GMT + - Wed, 11 May 2022 06:35:06 GMT expires: - '-1' pragma: @@ -7310,7 +7024,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1197' status: code: 200 message: OK @@ -7328,22 +7042,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oyk=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgma/Q=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3237' + - '3221' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:23:34 GMT + - Wed, 11 May 2022 06:35:08 GMT expires: - '-1' pragma: @@ -7362,16 +7076,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3oyk=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgma/Q=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -7400,32 +7114,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3oyk=''}' + - '{''IF-MATCH'': ''AAAADGgma/Q=''}' ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3oyk=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgma/Q=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjkyMDM1MzctMDQwMi00NDNlLWFhMmMtZTJmNjQ1Y2EyNGFiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '3475' + - '5202' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:23:39 GMT + - Wed, 11 May 2022 06:35:16 GMT expires: - '-1' pragma: @@ -7455,55 +7169,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 09:24:09 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - iot hub route create - Connection: - - keep-alive - ParameterSetName: - - --hub-name -g -n -s --en -c -e - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjkyMDM1MzctMDQwMi00NDNlLWFhMmMtZTJmNjQ1Y2EyNGFiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -7515,7 +7183,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:24:40 GMT + - Wed, 11 May 2022 06:35:46 GMT expires: - '-1' pragma: @@ -7547,9 +7215,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjkyMDM1MzctMDQwMi00NDNlLWFhMmMtZTJmNjQ1Y2EyNGFiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -7561,7 +7229,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:10 GMT + - Wed, 11 May 2022 06:36:16 GMT expires: - '-1' pragma: @@ -7593,9 +7261,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMzg3MzM3MjEtYzcwZi00Nzc1LWFmOWEtMTYwN2FmNjllMDMwO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjkyMDM1MzctMDQwMi00NDNlLWFhMmMtZTJmNjQ1Y2EyNGFiO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -7607,7 +7275,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:40 GMT + - Wed, 11 May 2022 06:36:46 GMT expires: - '-1' pragma: @@ -7639,22 +7307,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s --en -c -e User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3343' + - '3327' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:41 GMT + - Wed, 11 May 2022 06:36:47 GMT expires: - '-1' pragma: @@ -7686,7 +7354,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -7698,7 +7366,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:25:42 GMT + - Wed, 11 May 2022 06:36:50 GMT expires: - '-1' pragma: @@ -7728,7 +7396,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -7743,7 +7411,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:43 GMT + - Wed, 11 May 2022 06:36:52 GMT expires: - '-1' pragma: @@ -7759,7 +7427,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -7777,22 +7445,22 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3343' + - '3327' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:45 GMT + - Wed, 11 May 2022 06:36:54 GMT expires: - '-1' pragma: @@ -7824,7 +7492,7 @@ interactions: ParameterSetName: - --hub-name -g -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -7836,7 +7504,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:25:45 GMT + - Wed, 11 May 2022 06:36:57 GMT expires: - '-1' pragma: @@ -7866,7 +7534,7 @@ interactions: ParameterSetName: - --hub-name -g -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -7881,7 +7549,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:46 GMT + - Wed, 11 May 2022 06:36:59 GMT expires: - '-1' pragma: @@ -7915,22 +7583,22 @@ interactions: ParameterSetName: - --hub-name -g -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3343' + - '3327' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:47 GMT + - Wed, 11 May 2022 06:37:00 GMT expires: - '-1' pragma: @@ -7962,7 +7630,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -7974,7 +7642,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:25:48 GMT + - Wed, 11 May 2022 06:37:04 GMT expires: - '-1' pragma: @@ -8004,7 +7672,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -8019,7 +7687,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:49 GMT + - Wed, 11 May 2022 06:37:06 GMT expires: - '-1' pragma: @@ -8035,7 +7703,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -8053,22 +7721,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3343' + - '3327' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:50 GMT + - Wed, 11 May 2022 06:37:08 GMT expires: - '-1' pragma: @@ -8100,7 +7768,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8112,7 +7780,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:25:51 GMT + - Wed, 11 May 2022 06:37:11 GMT expires: - '-1' pragma: @@ -8142,7 +7810,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -8157,7 +7825,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:51 GMT + - Wed, 11 May 2022 06:37:13 GMT expires: - '-1' pragma: @@ -8173,7 +7841,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -8191,22 +7859,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3343' + - '3327' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:53 GMT + - Wed, 11 May 2022 06:37:15 GMT expires: - '-1' pragma: @@ -8243,7 +7911,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/routing/routes/$testnew?api-version=2021-07-02 response: @@ -8257,7 +7925,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:53 GMT + - Wed, 11 May 2022 06:37:15 GMT expires: - '-1' pragma: @@ -8273,7 +7941,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -8295,7 +7963,7 @@ interactions: ParameterSetName: - --hub-name -g -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/routing/routes/$testall?api-version=2021-07-02 response: @@ -8309,7 +7977,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:55 GMT + - Wed, 11 May 2022 06:37:19 GMT expires: - '-1' pragma: @@ -8325,7 +7993,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -8343,7 +8011,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8355,7 +8023,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:25:55 GMT + - Wed, 11 May 2022 06:37:25 GMT expires: - '-1' pragma: @@ -8385,7 +8053,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -8400,7 +8068,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:56 GMT + - Wed, 11 May 2022 06:37:27 GMT expires: - '-1' pragma: @@ -8416,7 +8084,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -8434,22 +8102,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3343' + - '3327' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:25:58 GMT + - Wed, 11 May 2022 06:37:29 GMT expires: - '-1' pragma: @@ -8468,16 +8136,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3pY0=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmcig=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -8506,32 +8174,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3pY0=''}' + - '{''IF-MATCH'': ''AAAADGgmcig=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pY0=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmcig=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNGFhNzlhODQtMTNjYi00ZTkxLWFjYzktNmFiNDhhYmQ4OTA4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDQzZjdmYjctNzQxMi00NzY3LWExMWItYTFjOWYwZWY5MDQzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '3475' + - '5202' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:26:04 GMT + - Wed, 11 May 2022 06:37:34 GMT expires: - '-1' pragma: @@ -8543,7 +8211,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -8561,9 +8229,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNGFhNzlhODQtMTNjYi00ZTkxLWFjYzktNmFiNDhhYmQ4OTA4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDQzZjdmYjctNzQxMi00NzY3LWExMWItYTFjOWYwZWY5MDQzO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -8575,7 +8243,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:26:34 GMT + - Wed, 11 May 2022 06:38:05 GMT expires: - '-1' pragma: @@ -8607,22 +8275,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pvE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmeeA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3343' + - '3327' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:26:35 GMT + - Wed, 11 May 2022 06:38:05 GMT expires: - '-1' pragma: @@ -8654,7 +8322,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8666,7 +8334,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:26:35 GMT + - Wed, 11 May 2022 06:38:09 GMT expires: - '-1' pragma: @@ -8696,7 +8364,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -8711,7 +8379,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:26:37 GMT + - Wed, 11 May 2022 06:38:10 GMT expires: - '-1' pragma: @@ -8727,7 +8395,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1196' status: code: 200 message: OK @@ -8745,22 +8413,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pvE=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmeeA=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceMessages","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3343' + - '3327' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:26:38 GMT + - Wed, 11 May 2022 06:38:12 GMT expires: - '-1' pragma: @@ -8779,16 +8447,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3pvE=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmeeA=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -8817,32 +8485,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3pvE=''}' + - '{''IF-MATCH'': ''AAAADGgmeeA=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3pvE=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmeeA=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDRjYTdkZmQtOTk4NC00YzkzLTlhOGEtMzlhYzI3OGNiZTQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYTlmYzQ4NzgtNWQ0ZC00M2JmLTgyMjctMGZmMjlhOTYxZjdjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '3475' + - '5204' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:26:43 GMT + - Wed, 11 May 2022 06:38:19 GMT expires: - '-1' pragma: @@ -8872,9 +8540,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDRjYTdkZmQtOTk4NC00YzkzLTlhOGEtMzlhYzI3OGNiZTQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYTlmYzQ4NzgtNWQ0ZC00M2JmLTgyMjctMGZmMjlhOTYxZjdjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -8886,7 +8554,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:14 GMT + - Wed, 11 May 2022 06:38:49 GMT expires: - '-1' pragma: @@ -8918,22 +8586,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qBo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfIU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3345' + - '3329' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:15 GMT + - Wed, 11 May 2022 06:38:50 GMT expires: - '-1' pragma: @@ -8965,7 +8633,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -8977,7 +8645,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:27:15 GMT + - Wed, 11 May 2022 06:38:55 GMT expires: - '-1' pragma: @@ -9007,7 +8675,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9022,7 +8690,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:16 GMT + - Wed, 11 May 2022 06:38:57 GMT expires: - '-1' pragma: @@ -9038,7 +8706,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -9056,22 +8724,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qBo=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfIU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"TwinChangeEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3345' + - '3329' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:17 GMT + - Wed, 11 May 2022 06:38:59 GMT expires: - '-1' pragma: @@ -9090,16 +8758,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3qBo=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmfIU=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -9128,32 +8796,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3qBo=''}' + - '{''IF-MATCH'': ''AAAADGgmfIU=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qBo=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfIU=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTViMjFmODgtZTk5ZC00NDc1LWIzMmEtNjUwZTcyNjMzZTJjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDFjMzhkNGQtODdiNS00OTIzLWFiNjYtN2U5NTQyMDcyOWVmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '3475' + - '5209' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:24 GMT + - Wed, 11 May 2022 06:39:04 GMT expires: - '-1' pragma: @@ -9165,7 +8833,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4999' + - '4998' status: code: 201 message: Created @@ -9183,9 +8851,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTViMjFmODgtZTk5ZC00NDc1LWIzMmEtNjUwZTcyNjMzZTJjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDFjMzhkNGQtODdiNS00OTIzLWFiNjYtN2U5NTQyMDcyOWVmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -9197,7 +8865,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:55 GMT + - Wed, 11 May 2022 06:39:35 GMT expires: - '-1' pragma: @@ -9229,22 +8897,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qQg=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfys=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3350' + - '3334' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:56 GMT + - Wed, 11 May 2022 06:39:35 GMT expires: - '-1' pragma: @@ -9276,7 +8944,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9288,7 +8956,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:27:55 GMT + - Wed, 11 May 2022 06:39:41 GMT expires: - '-1' pragma: @@ -9318,7 +8986,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9333,7 +9001,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:57 GMT + - Wed, 11 May 2022 06:39:42 GMT expires: - '-1' pragma: @@ -9349,7 +9017,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 200 message: OK @@ -9367,22 +9035,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qQg=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfys=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3350' + - '3334' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:27:59 GMT + - Wed, 11 May 2022 06:39:44 GMT expires: - '-1' pragma: @@ -9401,16 +9069,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3qQg=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmfys=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -9439,32 +9107,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3qQg=''}' + - '{''IF-MATCH'': ''AAAADGgmfys=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qQg=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmfys=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjYwOGY0OTEtNjY0Yi00MzBiLTg4NzItNjEyZGMzZmYwYjZlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGJkMGY0MDMtMjE1Mi00YTJhLTk4MGQtZWI5OWI0ZDkzZWE0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '3475' + - '5212' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:28:04 GMT + - Wed, 11 May 2022 06:39:50 GMT expires: - '-1' pragma: @@ -9476,7 +9144,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -9494,9 +9162,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjYwOGY0OTEtNjY0Yi00MzBiLTg4NzItNjEyZGMzZmYwYjZlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOGJkMGY0MDMtMjE1Mi00YTJhLTk4MGQtZWI5OWI0ZDkzZWE0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -9508,7 +9176,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:28:34 GMT + - Wed, 11 May 2022 06:40:20 GMT expires: - '-1' pragma: @@ -9540,22 +9208,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qkY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmgeY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3353' + - '3337' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:28:35 GMT + - Wed, 11 May 2022 06:40:20 GMT expires: - '-1' pragma: @@ -9587,7 +9255,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9599,7 +9267,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:28:35 GMT + - Wed, 11 May 2022 06:40:25 GMT expires: - '-1' pragma: @@ -9629,7 +9297,7 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9644,7 +9312,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:28:37 GMT + - Wed, 11 May 2022 06:40:26 GMT expires: - '-1' pragma: @@ -9660,7 +9328,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -9678,22 +9346,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qkY=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmgeY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceJobLifecycleEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3353' + - '3337' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:28:39 GMT + - Wed, 11 May 2022 06:40:28 GMT expires: - '-1' pragma: @@ -9712,16 +9380,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3qkY=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmgeY=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [{"name": @@ -9750,32 +9418,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3qkY=''}' + - '{''IF-MATCH'': ''AAAADGgmgeY=''}' ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3qkY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmgeY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOWYzOTQ1YTUtOGQwMS00MGZlLThjYzUtYjViM2I5YWJjNmM5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWZmYTNhNmQtMDZmZC00Yzg0LWFmMDctNDY5YTZjNTVlMDU4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '3475' + - '5215' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:28:44 GMT + - Wed, 11 May 2022 06:40:37 GMT expires: - '-1' pragma: @@ -9805,9 +9473,9 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOWYzOTQ1YTUtOGQwMS00MGZlLThjYzUtYjViM2I5YWJjNmM5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNWZmYTNhNmQtMDZmZC00Yzg0LWFmMDctNDY5YTZjNTVlMDU4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -9819,7 +9487,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:14 GMT + - Wed, 11 May 2022 06:41:08 GMT expires: - '-1' pragma: @@ -9851,22 +9519,22 @@ interactions: ParameterSetName: - --hub-name -g -n -s User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3q7A=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmg9A=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3356' + - '3340' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:15 GMT + - Wed, 11 May 2022 06:41:08 GMT expires: - '-1' pragma: @@ -9898,7 +9566,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -9910,7 +9578,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:29:15 GMT + - Wed, 11 May 2022 06:41:12 GMT expires: - '-1' pragma: @@ -9940,7 +9608,7 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -9955,7 +9623,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:16 GMT + - Wed, 11 May 2022 06:41:14 GMT expires: - '-1' pragma: @@ -9989,22 +9657,22 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3q7A=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmg9A=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[{"name":"route1","source":"DeviceConnectionStateEvents","condition":"true","endpointNames":["Event1"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3356' + - '3340' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:18 GMT + - Wed, 11 May 2022 06:41:16 GMT expires: - '-1' pragma: @@ -10023,16 +9691,16 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3q7A=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmg9A=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": - {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "e993b37e-dc3e-4b52-9254-cc6bcc69e8bb", - "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006", - "name": "Event1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", - "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", + {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [{"id": "c9015073-afaf-40f4-81c5-fb0d8ba44763", + "connectionString": "Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006", + "name": "Event1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", + "resourceGroup": "clitest.rg000001"}], "storageContainers": [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -10059,32 +9727,32 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3q7A=''}' + - '{''IF-MATCH'': ''AAAADGgmg9A=''}' ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3q7A=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmg9A=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzU2OWRlMGEtMTUzMi00NDlhLTg0NjEtNGRjODQyNzU4OGQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGVhZGRlY2MtNmJjZC00ZDAwLWI2MjItYWYwYzZkYzkxOWNjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: - - '3475' + - '5096' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:22 GMT + - Wed, 11 May 2022 06:41:21 GMT expires: - '-1' pragma: @@ -10096,7 +9764,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4997' + - '4998' status: code: 201 message: Created @@ -10114,9 +9782,9 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNzU2OWRlMGEtMTUzMi00NDlhLTg0NjEtNGRjODQyNzU4OGQ3O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGVhZGRlY2MtNmJjZC00ZDAwLWI2MjItYWYwYzZkYzkxOWNjO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -10128,7 +9796,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:53 GMT + - Wed, 11 May 2022 06:41:52 GMT expires: - '-1' pragma: @@ -10160,22 +9828,22 @@ interactions: ParameterSetName: - --hub-name -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rFM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhYU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3237' + - '3221' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:54 GMT + - Wed, 11 May 2022 06:41:53 GMT expires: - '-1' pragma: @@ -10207,7 +9875,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10219,7 +9887,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:29:54 GMT + - Wed, 11 May 2022 06:41:58 GMT expires: - '-1' pragma: @@ -10249,7 +9917,7 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10264,7 +9932,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:55 GMT + - Wed, 11 May 2022 06:41:59 GMT expires: - '-1' pragma: @@ -10280,7 +9948,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -10298,22 +9966,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rFM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1useoez2.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=****;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"e993b37e-dc3e-4b52-9254-cc6bcc69e8bb","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhYU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[{"connectionString":"Endpoint=sb://ehnamespaceiothubfortest1a62nzjy.servicebus.windows.net:5671/;SharedAccessKeyName=eventHubPolicyiothubfortest;SharedAccessKey=mock_key;EntityPath=eventHubiothubfortest000006","name":"Event1","id":"c9015073-afaf-40f4-81c5-fb0d8ba44763","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '3237' + - '3221' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:29:56 GMT + - Wed, 11 May 2022 06:42:01 GMT expires: - '-1' pragma: @@ -10332,13 +10000,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rFM=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmhYU=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -10365,24 +10033,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3rFM=''}' + - '{''IF-MATCH'': ''AAAADGgmhYU=''}' ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rFM=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhYU=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTZhNjUwZjItNDY4Yi00NTFlLTlhOTEtZmY4YWYxOWNhMDg0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDA3MDEyYWEtY2MxNi00OGQ1LWE4NGUtOTM4ZmIwNTg2ZGM0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -10390,7 +10058,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:00 GMT + - Wed, 11 May 2022 06:42:08 GMT expires: - '-1' pragma: @@ -10402,7 +10070,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -10420,9 +10088,9 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTZhNjUwZjItNDY4Yi00NTFlLTlhOTEtZmY4YWYxOWNhMDg0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDA3MDEyYWEtY2MxNi00OGQ1LWE4NGUtOTM4ZmIwNTg2ZGM0O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -10434,7 +10102,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:31 GMT + - Wed, 11 May 2022 06:42:39 GMT expires: - '-1' pragma: @@ -10466,22 +10134,22 @@ interactions: ParameterSetName: - --hub-name -g -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2880' + - '2864' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:32 GMT + - Wed, 11 May 2022 06:42:40 GMT expires: - '-1' pragma: @@ -10513,22 +10181,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2019-07-01-preview response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None"},"sku":{"name":"S1","tier":"Standard","capacity":1}}' headers: cache-control: - no-cache content-length: - - '2682' + - '2661' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:34 GMT + - Wed, 11 May 2022 06:42:47 GMT expires: - '-1' pragma: @@ -10560,7 +10228,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10572,7 +10240,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:30:34 GMT + - Wed, 11 May 2022 06:42:50 GMT expires: - '-1' pragma: @@ -10602,7 +10270,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10617,7 +10285,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:35 GMT + - Wed, 11 May 2022 06:42:52 GMT expires: - '-1' pragma: @@ -10651,22 +10319,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2880' + - '2864' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:37 GMT + - Wed, 11 May 2022 06:42:54 GMT expires: - '-1' pragma: @@ -10685,13 +10353,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rUU=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmhxY=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -10719,11 +10387,11 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3rUU=''}' + - '{''IF-MATCH'': ''AAAADGgmhxY=''}' ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: @@ -10731,7 +10399,7 @@ interactions: string: '{"code":400131,"httpStatusCode":"BadRequest","message":"Enrichment has an undefined endpoint, Enrichment Key:key, EndpointName:fake_endpoint. If you contact a support representative please include this correlation identifier: - f57d524e-4f2b-41e4-afe7-9084ed008f87, timestamp: 2022-06-28 09:30:41Z, errorcode: + caa6ab59-5767-43c6-9993-78e13220623d, timestamp: 2022-05-11 06:42:58Z, errorcode: IH400131."}' headers: cache-control: @@ -10741,7 +10409,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:40 GMT + - Wed, 11 May 2022 06:42:58 GMT expires: - '-1' pragma: @@ -10771,7 +10439,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -10783,7 +10451,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:30:40 GMT + - Wed, 11 May 2022 06:43:03 GMT expires: - '-1' pragma: @@ -10813,7 +10481,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -10828,7 +10496,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:41 GMT + - Wed, 11 May 2022 06:43:05 GMT expires: - '-1' pragma: @@ -10844,7 +10512,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -10862,22 +10530,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2880' + - '2864' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:43 GMT + - Wed, 11 May 2022 06:43:06 GMT expires: - '-1' pragma: @@ -10896,13 +10564,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rUU=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmhxY=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -10930,24 +10598,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3rUU=''}' + - '{''IF-MATCH'': ''AAAADGgmhxY=''}' ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rUU=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmhxY=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDBlMzlkM2QtY2ZkOC00MzlmLTgxMGEtMjU4Zjc1ZTE0YjE5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDBlZjRiYWUtYjAyMS00YTY0LWJhYzYtZGZlZmNiY2I4MTFlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -10955,7 +10623,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:30:48 GMT + - Wed, 11 May 2022 06:43:11 GMT expires: - '-1' pragma: @@ -10985,9 +10653,9 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfNDBlMzlkM2QtY2ZkOC00MzlmLTgxMGEtMjU4Zjc1ZTE0YjE5O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMDBlZjRiYWUtYjAyMS00YTY0LWJhYzYtZGZlZmNiY2I4MTFlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -10999,7 +10667,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:18 GMT + - Wed, 11 May 2022 06:43:41 GMT expires: - '-1' pragma: @@ -11031,22 +10699,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2953' + - '2937' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:19 GMT + - Wed, 11 May 2022 06:43:43 GMT expires: - '-1' pragma: @@ -11078,7 +10746,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11090,7 +10758,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:31:20 GMT + - Wed, 11 May 2022 06:43:47 GMT expires: - '-1' pragma: @@ -11120,7 +10788,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11135,7 +10803,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:20 GMT + - Wed, 11 May 2022 06:43:49 GMT expires: - '-1' pragma: @@ -11151,7 +10819,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -11169,22 +10837,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2953' + - '2937' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:22 GMT + - Wed, 11 May 2022 06:43:51 GMT expires: - '-1' pragma: @@ -11216,7 +10884,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11228,7 +10896,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:31:22 GMT + - Wed, 11 May 2022 06:43:55 GMT expires: - '-1' pragma: @@ -11258,7 +10926,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11273,7 +10941,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:23 GMT + - Wed, 11 May 2022 06:43:57 GMT expires: - '-1' pragma: @@ -11289,7 +10957,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1197' status: code: 200 message: OK @@ -11307,22 +10975,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2953' + - '2937' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:25 GMT + - Wed, 11 May 2022 06:43:59 GMT expires: - '-1' pragma: @@ -11341,13 +11009,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rz4=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmicU=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -11375,11 +11043,11 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3rz4=''}' + - '{''IF-MATCH'': ''AAAADGgmicU=''}' ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: @@ -11387,7 +11055,7 @@ interactions: string: '{"code":400131,"httpStatusCode":"BadRequest","message":"Enrichment has an undefined endpoint, Enrichment Key:key, EndpointName:fake_endpoint. If you contact a support representative please include this correlation identifier: - 5cedad17-3208-4be0-b17c-a198dcea7275, timestamp: 2022-06-28 09:31:27Z, errorcode: + 2efdcfd8-a690-446e-aada-6e0d55f239d0, timestamp: 2022-05-11 06:44:04Z, errorcode: IH400131."}' headers: cache-control: @@ -11397,7 +11065,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:27 GMT + - Wed, 11 May 2022 06:44:04 GMT expires: - '-1' pragma: @@ -11409,7 +11077,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 400 message: Bad Request @@ -11427,7 +11095,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11439,7 +11107,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:31:27 GMT + - Wed, 11 May 2022 06:44:08 GMT expires: - '-1' pragma: @@ -11469,7 +11137,7 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11484,7 +11152,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:29 GMT + - Wed, 11 May 2022 06:44:10 GMT expires: - '-1' pragma: @@ -11500,7 +11168,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -11518,22 +11186,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2953' + - '2937' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:30 GMT + - Wed, 11 May 2022 06:44:12 GMT expires: - '-1' pragma: @@ -11552,13 +11220,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3rz4=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmicU=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -11586,24 +11254,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3rz4=''}' + - '{''IF-MATCH'': ''AAAADGgmicU=''}' ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3rz4=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmicU=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOThmZDA5N2ItZmM4ZC00YzA2LWE4ODAtYzhmNmQ2YmFkNTg4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTQzMzUxOGYtODA1OS00NzNhLWFlMDEtNTBjMTA5YmFlNGY4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -11611,7 +11279,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:31:37 GMT + - Wed, 11 May 2022 06:44:17 GMT expires: - '-1' pragma: @@ -11641,9 +11309,9 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOThmZDA5N2ItZmM4ZC00YzA2LWE4ODAtYzhmNmQ2YmFkNTg4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTQzMzUxOGYtODA1OS00NzNhLWFlMDEtNTBjMTA5YmFlNGY4O3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -11655,7 +11323,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:07 GMT + - Wed, 11 May 2022 06:44:49 GMT expires: - '-1' pragma: @@ -11687,22 +11355,22 @@ interactions: ParameterSetName: - -n -g --key --value --endpoints User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2953' + - '2937' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:07 GMT + - Wed, 11 May 2022 06:44:49 GMT expires: - '-1' pragma: @@ -11734,7 +11402,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11746,7 +11414,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:32:08 GMT + - Wed, 11 May 2022 06:44:53 GMT expires: - '-1' pragma: @@ -11776,7 +11444,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11791,7 +11459,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:10 GMT + - Wed, 11 May 2022 06:44:55 GMT expires: - '-1' pragma: @@ -11825,22 +11493,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2953' + - '2937' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:11 GMT + - Wed, 11 May 2022 06:44:57 GMT expires: - '-1' pragma: @@ -11872,7 +11540,7 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -11884,7 +11552,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:32:11 GMT + - Wed, 11 May 2022 06:45:01 GMT expires: - '-1' pragma: @@ -11914,7 +11582,7 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -11929,7 +11597,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:13 GMT + - Wed, 11 May 2022 06:45:02 GMT expires: - '-1' pragma: @@ -11945,7 +11613,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -11963,22 +11631,22 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2953' + - '2937' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:14 GMT + - Wed, 11 May 2022 06:45:04 GMT expires: - '-1' pragma: @@ -12010,7 +11678,7 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -12022,7 +11690,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:32:14 GMT + - Wed, 11 May 2022 06:45:08 GMT expires: - '-1' pragma: @@ -12052,7 +11720,7 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -12067,7 +11735,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:16 GMT + - Wed, 11 May 2022 06:45:10 GMT expires: - '-1' pragma: @@ -12083,7 +11751,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -12101,22 +11769,22 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[{"key":"key","value":"value","endpointNames":["events"]}],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2953' + - '2937' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:17 GMT + - Wed, 11 May 2022 06:45:11 GMT expires: - '-1' pragma: @@ -12135,13 +11803,13 @@ interactions: code: 200 message: OK - request: - body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGt3sRM=", + body: '{"location": "westus2", "tags": {"e": "f", "g": "h"}, "etag": "AAAADGgmjU8=", "properties": {"disableLocalAuth": false, "disableDeviceSAS": false, "disableModuleSAS": false, "allowedFqdnList": [], "ipFilterRules": [], "minTlsVersion": "1.2", "eventHubEndpoints": {"events": {"retentionTimeInDays": 4, "partitionCount": 4}}, "routing": {"endpoints": {"serviceBusQueues": [], "serviceBusTopics": [], "eventHubs": [], "storageContainers": - [{"id": "f6d5d438-77f9-458b-ab35-ebb124bfd858", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", - "name": "Storage1", "subscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", + [{"id": "2677d6c7-3b4b-43d9-90a5-13b8aaa653fa", "connectionString": "DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****", + "name": "Storage1", "subscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "resourceGroup": "clitest.rg000001", "containerName": "iothubcontainer1000004", "fileNameFormat": "{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}", "batchFrequencyInSeconds": 100, "maxChunkSizeInBytes": 157286400, "encoding": "avro"}]}, "routes": [], @@ -12169,24 +11837,24 @@ interactions: Content-Type: - application/json If-Match: - - '{''IF-MATCH'': ''AAAADGt3sRM=''}' + - '{''IF-MATCH'': ''AAAADGgmjU8=''}' ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3sRM=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, - ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-6cabc026-d968-4b0f-b973-e6797bf36ae9-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-82b940aa-160d-481e-b70f-a5b0b5c4ef57-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Tue, - 28 Jun 2022 09:13:26 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:13:26 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Tue, - 28 Jun 2022 09:20:21 GMT","ModifiedTime":"Tue, 28 Jun 2022 09:20:21 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmjU8=","properties":{"operationsMonitoringProperties":{"events":{"None":"None","Connections":"None","DeviceTelemetry":"None","C2DCommands":"None","DeviceIdentityOperations":"None","FileUploadOperations":"None","Routes":"None"}},"provisioningState":"Accepted","authorizationPolicies":[{"keyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite, + ServiceConnect, DeviceConnect"},{"keyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"ServiceConnect"},{"keyName":"device","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"DeviceConnect"},{"keyName":"registryRead","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryRead"},{"keyName":"registryReadWrite","primaryKey":"mock_key","secondaryKey":"mock_key","rights":"RegistryWrite"}],"ipFilterRules":[],"eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m-operationmonitoring","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/","internalAuthorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"scaleunitsend-94eb3443-e14e-4868-95ea-d772ae459518-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"owner-56f46a98-671d-4b03-a0dd-9675a3e31254-iothub","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen","Manage","Send"],"CreatedTime":"Wed, + 11 May 2022 06:24:24 GMT","ModifiedTime":"Wed, 11 May 2022 06:24:24 GMT"}],"authorizationPolicies":[{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"iothubowner","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"},{"ClaimType":"SharedAccessKey","ClaimValue":"None","KeyName":"service","primaryKey":"mock_key","secondaryKey":"mock_key","Rights":["Listen"],"CreatedTime":"Wed, + 11 May 2022 06:32:19 GMT","ModifiedTime":"Wed, 11 May 2022 06:32:19 GMT"}]}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}],"cosmosDBSqlCollections":[],"azureDigitalTwinsInstances":[]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=veryFakedStorageAccountKey==","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjQzZDBmMGUtMWRmYi00NTYyLTgzY2MtMjA2MjYzYjE1ODdmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDliOGJjYjktNWVkNi00ODIwLTkzZTctYjQ2MjQ4MDA5MTgyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -12194,7 +11862,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:22 GMT + - Wed, 11 May 2022 06:45:18 GMT expires: - '-1' pragma: @@ -12206,7 +11874,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4999' status: code: 201 message: Created @@ -12224,9 +11892,9 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjQzZDBmMGUtMWRmYi00NTYyLTgzY2MtMjA2MjYzYjE1ODdmO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZDliOGJjYjktNWVkNi00ODIwLTkzZTctYjQ2MjQ4MDA5MTgyO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -12238,7 +11906,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:52 GMT + - Wed, 11 May 2022 06:45:49 GMT expires: - '-1' pragma: @@ -12270,22 +11938,22 @@ interactions: ParameterSetName: - -n -g --key User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3spg=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmkCw=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2897' + - '2881' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:53 GMT + - Wed, 11 May 2022 06:45:50 GMT expires: - '-1' pragma: @@ -12317,7 +11985,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -12329,7 +11997,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:32:53 GMT + - Wed, 11 May 2022 06:45:54 GMT expires: - '-1' pragma: @@ -12359,7 +12027,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -12374,7 +12042,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:55 GMT + - Wed, 11 May 2022 06:45:54 GMT expires: - '-1' pragma: @@ -12390,7 +12058,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 200 message: OK @@ -12408,22 +12076,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3spg=","properties":{"locations":[{"location":"West - US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-c34bff790a.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmkCw=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-0870964696.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2897' + - '2881' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:56 GMT + - Wed, 11 May 2022 06:45:56 GMT expires: - '-1' pragma: @@ -12459,7 +12127,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003/failover?api-version=2021-07-02 response: @@ -12467,7 +12135,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -12475,11 +12143,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:32:58 GMT + - Wed, 11 May 2022 06:45:58 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other pragma: - no-cache server: @@ -12489,7 +12157,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1198' status: code: 202 message: Accepted @@ -12507,55 +12175,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo - response: - body: - string: '{"status":"Running"}' - headers: - cache-control: - - no-cache - content-length: - - '20' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 09:33:13 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - iot hub manual-failover - Connection: - - keep-alive - ParameterSetName: - - -n -g - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12567,7 +12189,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:33:44 GMT + - Wed, 11 May 2022 06:46:13 GMT expires: - '-1' pragma: @@ -12599,9 +12221,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12613,7 +12235,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:34:14 GMT + - Wed, 11 May 2022 06:46:44 GMT expires: - '-1' pragma: @@ -12645,9 +12267,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12659,7 +12281,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:34:44 GMT + - Wed, 11 May 2022 06:47:14 GMT expires: - '-1' pragma: @@ -12691,9 +12313,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12705,7 +12327,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:35:14 GMT + - Wed, 11 May 2022 06:47:44 GMT expires: - '-1' pragma: @@ -12737,9 +12359,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12751,7 +12373,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:35:44 GMT + - Wed, 11 May 2022 06:48:15 GMT expires: - '-1' pragma: @@ -12783,9 +12405,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12797,7 +12419,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:36:15 GMT + - Wed, 11 May 2022 06:48:46 GMT expires: - '-1' pragma: @@ -12829,9 +12451,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12843,7 +12465,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:36:45 GMT + - Wed, 11 May 2022 06:49:16 GMT expires: - '-1' pragma: @@ -12875,9 +12497,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12889,7 +12511,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:37:15 GMT + - Wed, 11 May 2022 06:49:46 GMT expires: - '-1' pragma: @@ -12921,9 +12543,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12935,7 +12557,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:37:46 GMT + - Wed, 11 May 2022 06:50:17 GMT expires: - '-1' pragma: @@ -12967,9 +12589,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -12981,7 +12603,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:38:15 GMT + - Wed, 11 May 2022 06:50:47 GMT expires: - '-1' pragma: @@ -13013,9 +12635,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13027,7 +12649,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:38:46 GMT + - Wed, 11 May 2022 06:51:18 GMT expires: - '-1' pragma: @@ -13059,9 +12681,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13073,7 +12695,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:39:17 GMT + - Wed, 11 May 2022 06:51:49 GMT expires: - '-1' pragma: @@ -13105,9 +12727,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13119,7 +12741,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:39:47 GMT + - Wed, 11 May 2022 06:52:19 GMT expires: - '-1' pragma: @@ -13151,9 +12773,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13165,7 +12787,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:40:17 GMT + - Wed, 11 May 2022 06:52:50 GMT expires: - '-1' pragma: @@ -13197,9 +12819,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13211,7 +12833,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:40:47 GMT + - Wed, 11 May 2022 06:53:20 GMT expires: - '-1' pragma: @@ -13243,9 +12865,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13257,7 +12879,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:41:17 GMT + - Wed, 11 May 2022 06:53:50 GMT expires: - '-1' pragma: @@ -13289,9 +12911,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13303,7 +12925,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:41:49 GMT + - Wed, 11 May 2022 06:54:20 GMT expires: - '-1' pragma: @@ -13335,9 +12957,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13349,7 +12971,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:42:18 GMT + - Wed, 11 May 2022 06:54:51 GMT expires: - '-1' pragma: @@ -13381,9 +13003,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -13395,7 +13017,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:42:49 GMT + - Wed, 11 May 2022 06:55:21 GMT expires: - '-1' pragma: @@ -13427,9 +13049,9 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other response: body: string: '' @@ -13439,11 +13061,11 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:42:49 GMT + - Wed, 11 May 2022 06:55:22 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfOTA2NzAyNWQtMzY1Ni00NTJmLWE4NWMtYjVhNjE4MjQxZmVhO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfMGE2NzY0ZjctNmRjZC00MTRmLTgxYmQtNTNhZWU3MmVjMTVlO3JlZ2lvbj13ZXN0dXMy?api-version=2021-07-02&operationSource=other pragma: - no-cache server: @@ -13469,7 +13091,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: HEAD uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: @@ -13481,7 +13103,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 09:42:49 GMT + - Wed, 11 May 2022 06:55:22 GMT expires: - '-1' pragma: @@ -13511,7 +13133,7 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/checkNameAvailability?api-version=2021-07-02 response: @@ -13526,7 +13148,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:42:51 GMT + - Wed, 11 May 2022 06:55:24 GMT expires: - '-1' pragma: @@ -13542,7 +13164,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1197' status: code: 200 message: OK @@ -13560,22 +13182,22 @@ interactions: ParameterSetName: - -n -g User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3xiQ=","properties":{"locations":[{"location":"West - Central US","role":"primary"},{"location":"West US 2","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-7f26af220e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmr4A=","properties":{"locations":[{"location":"West + Central US","role":"primary"},{"location":"West US 2","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-da858de3d1.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}' headers: cache-control: - no-cache content-length: - - '2897' + - '2881' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:42:51 GMT + - Wed, 11 May 2022 06:55:25 GMT expires: - '-1' pragma: @@ -13607,43 +13229,39 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3xiQ=","properties":{"locations":[{"location":"West - Central US","role":"primary"},{"location":"West US 2","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11e5zjj3","endpoint":"sb://iothub-ns-iot-hub-fo-19993592-7f26af220e.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"f6d5d438-77f9-458b-ab35-ebb124bfd858","subscriptionId":"326100e2-f69d-4268-8503-075374f62b6e","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[],"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:11:56.93Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003","name":"iot-hub-for-test-11000003","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{"e":"f","g":"h"},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmr4A=","properties":{"locations":[{"location":"West + Central US","role":"primary"},{"location":"West US 2","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iot-hub-for-test-11000003.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":4,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iot-hub-for-test-11gwix2m","endpoint":"sb://iothub-ns-iot-hub-fo-19044980-da858de3d1.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[{"connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004","fileNameFormat":"{iothub}/{partition}/{YYYY}/{MM}/{DD}/{HH}/{mm}","batchFrequencyInSeconds":100,"maxChunkSizeInBytes":157286400,"encoding":"avro","name":"Storage1","id":"2677d6c7-3b4b-43d9-90a5-13b8aaa653fa","subscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourceGroup":"clitest.rg000001"}]},"enrichments":[],"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT3H","connectionString":"DefaultEndpointsProtocol=https;EndpointSuffix=core.windows.net;BlobEndpoint=https://clitest000002.blob.core.windows.net/;FileEndpoint=https://clitest000002.file.core.windows.net/;QueueEndpoint=https://clitest000002.queue.core.windows.net/;TableEndpoint=https://clitest000002.table.core.windows.net/;AccountName=clitest000002;AccountKey=****","containerName":"iothubcontainer1000004"}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT15S","ttlAsIso8601":"P1DT8H","maxDeliveryCount":80}},"enableFileUploadNotifications":true,"cloudToDevice":{"maxDeliveryCount":46,"defaultTtlAsIso8601":"P1DT10H","feedback":{"lockDurationAsIso8601":"PT10S","ttlAsIso8601":"P1DT19H","maxDeliveryCount":76}},"features":"None","minTlsVersion":"1.2","disableLocalAuth":false,"disableDeviceSAS":false,"disableModuleSAS":false,"allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:22:57.5166667Z"}}]}' headers: cache-control: - no-cache content-length: - - '12869' + - '5056' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:42:53 GMT + - Wed, 11 May 2022 06:55:30 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: - nosniff - x-ms-original-request-ids: - - '' - - '' - - '' - - '' status: code: 200 message: OK @@ -13663,7 +13281,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/iot-hub-for-test-11000003?api-version=2021-07-02 response: @@ -13671,7 +13289,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjQzMzNmMzUtM2ZkYy00MDQ2LTllNTAtODlkMmY2NjM1YWQ3O3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjMzOGZjMmItMTRhOS00ODk2LThmNDktMDc2Y2U0NTY4NzExO3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -13679,11 +13297,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:42:55 GMT + - Wed, 11 May 2022 06:55:32 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjQzMzNmMzUtM2ZkYy00MDQ2LTllNTAtODlkMmY2NjM1YWQ3O3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjMzOGZjMmItMTRhOS00ODk2LThmNDktMDc2Y2U0NTY4NzExO3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other pragma: - no-cache server: @@ -13711,9 +13329,9 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjQzMzNmMzUtM2ZkYy00MDQ2LTllNTAtODlkMmY2NjM1YWQ3O3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjMzOGZjMmItMTRhOS00ODk2LThmNDktMDc2Y2U0NTY4NzExO3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13725,7 +13343,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:43:11 GMT + - Wed, 11 May 2022 06:55:47 GMT expires: - '-1' pragma: @@ -13757,9 +13375,9 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfZjQzMzNmMzUtM2ZkYy00MDQ2LTllNTAtODlkMmY2NjM1YWQ3O3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/westus2/operationResults/aWQ9b3NfaWhfYjMzOGZjMmItMTRhOS00ODk2LThmNDktMDc2Y2U0NTY4NzExO3JlZ2lvbj13ZXN0Y2VudHJhbHVz?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -13771,7 +13389,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:43:41 GMT + - Wed, 11 May 2022 06:56:17 GMT expires: - '-1' pragma: @@ -13803,12 +13421,12 @@ interactions: ParameterSetName: - -g -n --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/clitest.rg000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T09:09:41Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001","name":"clitest.rg000001","type":"Microsoft.Resources/resourceGroups","location":"westus2","tags":{"product":"azurecli","cause":"automation","date":"2022-05-11T06:20:19Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -13817,7 +13435,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:43:42 GMT + - Wed, 11 May 2022 06:56:21 GMT expires: - '-1' pragma: @@ -13856,7 +13474,7 @@ interactions: ParameterSetName: - -g -n --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007?api-version=2021-07-02 response: @@ -13864,7 +13482,7 @@ interactions: string: '{"code":400059,"httpStatusCode":"BadRequest","message":"Requested IoT Hub features ''\"DataResidency\"'' not available in ''westus2'' region. If you contact a support representative please include this correlation identifier: - 26183e95-1c82-411c-b4f4-dcb2b064ddfe, timestamp: 2022-06-28 09:43:48Z, errorcode: + c020a006-04e3-4a71-b1b8-ffa51e02c2f5, timestamp: 2022-05-11 06:56:28Z, errorcode: IH400059."}' headers: cache-control: @@ -13874,7 +13492,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:43:50 GMT + - Wed, 11 May 2022 06:56:31 GMT expires: - '-1' pragma: @@ -13886,7 +13504,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4997' + - '4998' status: code: 400 message: Bad Request @@ -13915,15 +13533,15 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","properties":{"state":"Activating","provisioningState":"Accepted","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4},"operationsMonitoringEvents":{"retentionTimeInDays":1,"partitionCount":4}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -13931,7 +13549,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:44:02 GMT + - Wed, 11 May 2022 06:56:45 GMT expires: - '-1' pragma: @@ -13943,7 +13561,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '4998' + - '4997' status: code: 201 message: Created @@ -13961,9 +13579,55 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + response: + body: + string: '{"status":"Running"}' + headers: + cache-control: + - no-cache + content-length: + - '20' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 11 May 2022 06:57:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - 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 + CommandName: + - iot hub create + Connection: + - keep-alive + ParameterSetName: + - -g -n --location --edr + User-Agent: + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -13975,7 +13639,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:44:33 GMT + - Wed, 11 May 2022 06:57:46 GMT expires: - '-1' pragma: @@ -14007,9 +13671,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -14021,7 +13685,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:45:03 GMT + - Wed, 11 May 2022 06:58:15 GMT expires: - '-1' pragma: @@ -14053,9 +13717,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -14067,7 +13731,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:45:33 GMT + - Wed, 11 May 2022 06:58:46 GMT expires: - '-1' pragma: @@ -14099,9 +13763,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -14113,7 +13777,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:46:03 GMT + - Wed, 11 May 2022 06:59:16 GMT expires: - '-1' pragma: @@ -14145,9 +13809,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -14159,7 +13823,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:46:33 GMT + - Wed, 11 May 2022 06:59:46 GMT expires: - '-1' pragma: @@ -14191,9 +13855,9 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMDZhMWY1OGMtYzc3Yi00MTQ4LTg2ZjEtMWQzMWU5Yjg3MTQ3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfMTY4MTU4ZDktNzUxMC00YmM3LThjOWItN2FkMGMxNTFlZWVhO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -14205,7 +13869,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:47:03 GMT + - Wed, 11 May 2022 07:00:17 GMT expires: - '-1' pragma: @@ -14237,22 +13901,22 @@ interactions: ParameterSetName: - -g -n --location --edr User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007?api-version=2021-07-02 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3zX4=","properties":{"locations":[{"location":"Southeast - Asia","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"dps-dr000007.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"dps-dr000007","endpoint":"sb://iothub-ns-dps-dridjx-19993829-1e6f72e0d4.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:44:01.0166667Z"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmvNA=","properties":{"locations":[{"location":"Southeast + Asia","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"dps-dr000007.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"dps-dr000007","endpoint":"sb://iothub-ns-dps-drmecw-19045491-24b7db5598.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:56:43.43Z"}}' headers: cache-control: - no-cache content-length: - - '1634' + - '1608' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:47:05 GMT + - Wed, 11 May 2022 07:00:19 GMT expires: - '-1' pragma: @@ -14284,28 +13948,25 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/IotHubs?api-version=2021-07-02 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/juanfunction/providers/Microsoft.Devices/IotHubs/juanhub","name":"juanhub","type":"Microsoft.Devices/IotHubs","location":"westus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"juanfunction","etag":"AAAADFsB5ZM=","properties":{"locations":[{"location":"West - US","role":"primary"},{"location":"East US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"juanhub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"juanhub","endpoint":"sb://iothub-ns-juanhub-110005-f25fd37846.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"systemData":{"createdAt":"2017-01-30T22:45:54.767Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/manojprasad-rampup/providers/Microsoft.Devices/IotHubs/manojprasad-iothub","name":"manojprasad-iothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"manojprasad-rampup","etag":"AAAADFxCSlU=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"manojprasad-iothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"manojprasad-iothub","endpoint":"sb://iothub-ns-manojprasa-11060852-16ad6522ee.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-18T00:57:34.763Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/dorothytest/providers/Microsoft.Devices/IotHubs/StreamAnalyticsWhitelist","name":"StreamAnalyticsWhitelist","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"dorothytest","etag":"AAAADFxAw6g=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"StreamAnalyticsWhitelist.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"streamanalyticswhitelist","endpoint":"sb://iothub-ns-streamanal-11940454-fb4b27c295.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-06-10T23:13:33.567Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/spasarg/providers/Microsoft.Devices/IotHubs/spasaiothub","name":"spasaiothub","type":"Microsoft.Devices/IotHubs","location":"eastus","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"spasarg","etag":"AAAADGYBNoo=","properties":{"locations":[{"location":"East - US","role":"primary"},{"location":"West US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"spasaiothub.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"spasaiothub","endpoint":"sb://iothub-ns-spasaiothu-18457416-79f2a09e10.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","disableLocalAuth":false,"allowedFqdnList":[],"enableDataResidency":false,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-04-08T17:31:01.3266667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"clitest.rg000001","etag":"AAAADGt3zX4=","properties":{"locations":[{"location":"Southeast - Asia","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"dps-dr000007.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"dps-dr000007","endpoint":"sb://iothub-ns-dps-dridjx-19993829-1e6f72e0d4.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true,"rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-06-28T09:44:01.0166667Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus2","name":"sjiothubeastus2","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvop28=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus2.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"sjiothubeastus2","endpoint":"sb://iothub-ns-sjiothubea-11469916-d6f3a55857.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"telemetry-routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-29T06:14:08.293Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sjrg/providers/Microsoft.Devices/IotHubs/sjiothubeastus21","name":"sjiothubeastus21","type":"Microsoft.Devices/IotHubs","location":"eastus2","tags":{},"subscriptionid":"326100e2-f69d-4268-8503-075374f62b6e","resourcegroup":"sjrg","etag":"AAAADFvokGA=","properties":{"locations":[{"location":"East - US 2","role":"primary"},{"location":"Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"sjiothubeastus21.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":8,"partitionIds":["0","1","2","3","4","5","6","7"],"path":"sjiothubeastus21","endpoint":"sb://iothub-ns-sjiothubea-11501355-f8c505c435.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"routing","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","rootCertificate":{}},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-05-30T02:51:54.413Z"}}]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007","name":"dps-dr000007","type":"Microsoft.Devices/IotHubs","location":"southeastasia","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"clitest.rg000001","etag":"AAAADGgmvNA=","properties":{"locations":[{"location":"Southeast + Asia","role":"primary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"dps-dr000007.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"dps-dr000007","endpoint":"sb://iothub-ns-dps-drmecw-19045491-24b7db5598.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT5S","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[],"enableDataResidency":true},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2022-05-11T06:56:43.43Z"}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/python-sdk-test/providers/Microsoft.Devices/IotHubs/iothub-yyc","name":"iothub-yyc","type":"Microsoft.Devices/IotHubs","location":"westus2","tags":{},"subscriptionid":"0b1f6471-1bf0-4dda-aec3-cb9272f09590","resourcegroup":"python-sdk-test","etag":"AAAADFwIuDE=","properties":{"locations":[{"location":"West + US 2","role":"primary"},{"location":"West Central US","role":"secondary"}],"state":"Active","provisioningState":"Succeeded","ipFilterRules":[],"hostName":"iothub-yyc.azure-devices.net","eventHubEndpoints":{"events":{"retentionTimeInDays":1,"partitionCount":4,"partitionIds":["0","1","2","3"],"path":"iothub-yyc","endpoint":"sb://iothub-ns-iothub-yyc-15359990-a6a965f2cb.servicebus.windows.net/"}},"routing":{"endpoints":{"serviceBusQueues":[],"serviceBusTopics":[],"eventHubs":[],"storageContainers":[]},"routes":[{"name":"DeviceUpdate.DeviceTwinChanges","source":"TwinChangeEvents","condition":"(opType + = ''updateTwin'' OR opType = ''replaceTwin'') AND IS_DEFINED($body.tags.ADUGroup)","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DigitalTwinChanges","source":"DigitalTwinChangeEvents","condition":"true","endpointNames":["events"],"isEnabled":true},{"name":"DeviceUpdate.DeviceLifeCycle","source":"DeviceLifecycleEvents","condition":"opType + = ''deleteDeviceIdentity'' OR opType = ''deleteModuleIdentity''","endpointNames":["events"],"isEnabled":true}],"fallbackRoute":{"name":"$fallback","source":"DeviceMessages","condition":"true","endpointNames":["events"],"isEnabled":true}},"storageEndpoints":{"$default":{"sasTtlAsIso8601":"PT1H","connectionString":"","containerName":""}},"messagingEndpoints":{"fileNotifications":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"enableFileUploadNotifications":false,"cloudToDevice":{"maxDeliveryCount":10,"defaultTtlAsIso8601":"PT1H","feedback":{"lockDurationAsIso8601":"PT1M","ttlAsIso8601":"PT1H","maxDeliveryCount":10}},"features":"None","allowedFqdnList":[]},"sku":{"name":"S1","tier":"Standard","capacity":1},"identity":{"type":"None"},"systemData":{"createdAt":"2021-10-14T05:25:45.29Z"}}]}' headers: cache-control: - no-cache content-length: - - '11606' + - '3783' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:47:07 GMT + - Wed, 11 May 2022 07:00:23 GMT expires: - '-1' pragma: @@ -14319,8 +13980,6 @@ interactions: x-ms-original-request-ids: - '' - '' - - '' - - '' status: code: 200 message: OK @@ -14340,7 +13999,7 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/clitest.rg000001/providers/Microsoft.Devices/IotHubs/dps-dr000007?api-version=2021-07-02 response: @@ -14348,7 +14007,7 @@ interactions: string: 'null' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfYjM1ZDA3NDAtZjU3Zi00Y2FjLWJmZjEtMTY2MDMxZWRhNmM3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfNTVmZDFiZDItYzY4NS00NTg5LTgyYWYtZDRhYjkyOWFhOGUyO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo cache-control: - no-cache content-length: @@ -14356,11 +14015,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:47:10 GMT + - Wed, 11 May 2022 07:00:25 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfYjM1ZDA3NDAtZjU3Zi00Y2FjLWJmZjEtMTY2MDMxZWRhNmM3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfNTVmZDFiZDItYzY4NS00NTg5LTgyYWYtZDRhYjkyOWFhOGUyO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other pragma: - no-cache server: @@ -14388,9 +14047,9 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfYjM1ZDA3NDAtZjU3Zi00Y2FjLWJmZjEtMTY2MDMxZWRhNmM3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfNTVmZDFiZDItYzY4NS00NTg5LTgyYWYtZDRhYjkyOWFhOGUyO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Running"}' @@ -14402,7 +14061,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:47:25 GMT + - Wed, 11 May 2022 07:00:41 GMT expires: - '-1' pragma: @@ -14434,9 +14093,9 @@ interactions: ParameterSetName: - -n User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.36.0 azsdk-python-azure-mgmt-iothub/2.2.0 Python/3.7.9 (Windows-10-10.0.22000-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfYjM1ZDA3NDAtZjU3Zi00Y2FjLWJmZjEtMTY2MDMxZWRhNmM3O3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices/locations/southeastasia/operationResults/aWQ9b3NfaWhfNTVmZDFiZDItYzY4NS00NTg5LTgyYWYtZDRhYjkyOWFhOGUyO3JlZ2lvbj1zb3V0aGVhc3Rhc2lh?api-version=2021-07-02&operationSource=other&asyncinfo response: body: string: '{"status":"Succeeded"}' @@ -14448,7 +14107,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 09:47:55 GMT + - Wed, 11 May 2022 07:01:10 GMT expires: - '-1' pragma: @@ -14466,4 +14125,4 @@ interactions: status: code: 200 message: OK -version: 1 +version: 1 \ No newline at end of file From e310baa92476126f6c9d729911d5f2cd461de026 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jun 2022 12:57:04 +0530 Subject: [PATCH 08/11] Pipeline fixes --- .../cli/command_modules/eventhubs/_help.py | 8 + .../cli/command_modules/eventhubs/_params.py | 7 +- .../cli/command_modules/eventhubs/custom.py | 6 +- .../latest/recordings/test_eh_network.yaml | 392 ++--- .../recordings/test_eventhub_app_group.yaml | 116 +- .../test_eventhub_commands_network_test.py | 28 - .../iot/tests/latest/test_iot_commands.py | 2 +- ...l_pool_audit_policy_logentry_eventhub.yaml | 1333 ++++------------- 8 files changed, 588 insertions(+), 1304 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py index 004ce13ffd3..0a19b7377b6 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py @@ -402,6 +402,14 @@ text: az eventhubs namespace network-rule list --resource-group myresourcegroup --namespace-name mynamespace """ +helps['eventhubs namespace network-rule update'] = """ +type: command +short-summary: Updates network rule properties of the given Namespace. +examples: + - name: Updates network rule properties of the given Namespace, can be used to update public network access, trusted service and default action. + text: az eventhubs namespace network-rule update --resource-group myresourcegroup --namespace-name mynamespace --public-network-access +""" + helps['eventhubs namespace network-rule remove'] = """ type: command short-summary: Remove network rule for a namespace diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py index 92ace6f2c81..b19227408d0 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py @@ -280,6 +280,11 @@ def load_arguments_eh(self, _): c.argument('namespace_name', options_list=['--namespace-name'], arg_type=namespace_name_arg_type, help='Name of Namespace') c.argument('application_group_name', arg_type=name_type, id_part='child_name_1', help='Name of Application Group') + for scope in ['eventhubs namespace application-group create', 'eventhubs namespace application-group list']: + with self.argument_context(scope) as c: + c.argument('namespace_name', options_list=['--namespace-name'], id_part=None, help='Name of Namespace') + c.argument('application_group_name', arg_type=name_type, id_part=None, help='Name of Application Group') + for scope in ['eventhubs namespace application-group create', 'eventhubs namespace application-group update']: with self.argument_context(scope) as c: c.argument('is_enabled', arg_type=get_three_state_flag(), @@ -287,8 +292,6 @@ def load_arguments_eh(self, _): 'Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed') with self.argument_context('eventhubs namespace application-group create') as c: - c.argument('namespace_name', options_list=['--namespace-name'], id_part=None, help='Name of Namespace') - c.argument('application_group_name', arg_type=name_type, id_part=None, help='Name of Application Group') c.argument('client_app_group_identifier', options_list=['--client-app-group-identifier', '--client-app-group-id'], help='The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)') for scope in ['eventhubs namespace application-group application-group-policy add', 'eventhubs namespace application-group application-group-policy remove', 'eventhubs namespace application-group create']: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py index bbebe341710..d05530ae191 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py @@ -341,8 +341,8 @@ def cli_networkrule_createupdate(cmd, client, resource_group_name, namespace_nam return client.create_or_update_network_rule_set(resource_group_name, namespace_name, netwrokruleset) -def cli_networkrule_update(cmd, client, resource_group_name, namespace_name, public_network_access=None, trusted_service_access_enabled=None - , default_action=None): +def cli_networkrule_update(cmd, client, resource_group_name, namespace_name, public_network_access=None, trusted_service_access_enabled=None, + default_action=None): networkruleset = client.get_network_rule_set(resource_group_name, namespace_name) if trusted_service_access_enabled is not None: @@ -623,6 +623,6 @@ def cli_remove_appgroup_policy(client, resource_group_name, namespace_name, appl if policy_object in appGroup.policies: appGroup.policies.remove(policy_object) else: - raise CLIError('The following policy was not found: Name: ' + policy_object.name + ', RateLimitThreshold: ' + str(policy_object.rate_limit_threshold) + ', MetricId: '+policy_object.metric_id) + raise CLIError('The following policy was not found: Name: ' + policy_object.name + ', RateLimitThreshold: ' + str(policy_object.rate_limit_threshold) + ', MetricId: ' + policy_object.metric_id) return client.create_or_update_application_group(resource_group_name, namespace_name, application_group_name, appGroup) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml index 2aeabf2b3f4..95a8871527a 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml @@ -18,7 +18,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T19:26:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T07:15:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:26:49 GMT + - Wed, 29 Jun 2022 07:15:30 GMT expires: - '-1' pragma: @@ -66,10 +66,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"70e4d18e-96d5-4d6f-9e8f-4b98a09ccb4f\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"99e7ea73-710c-4095-8403-cb82ffdce642\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -78,7 +78,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/423f604c-c978-46a9-a1f9-ea816c7dacf1?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c46b6882-c336-49d3-bde4-cd3ae0074a0a?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -86,7 +86,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:26:53 GMT + - Wed, 29 Jun 2022 07:15:36 GMT expires: - '-1' pragma: @@ -99,9 +99,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c039e509-52c1-4dc6-95ce-d629f3daf5b0 + - ff4c8fd0-9c61-474b-9a22-0da89e64da10 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 201 message: Created @@ -121,7 +121,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/423f604c-c978-46a9-a1f9-ea816c7dacf1?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c46b6882-c336-49d3-bde4-cd3ae0074a0a?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -133,7 +133,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:26:56 GMT + - Wed, 29 Jun 2022 07:15:39 GMT expires: - '-1' pragma: @@ -150,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b0e83157-1db8-4fa5-ba54-dec9352deb68 + - 73a6d888-8c40-439d-974c-601536067f72 status: code: 200 message: OK @@ -174,10 +174,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"0e96a56e-d561-40f5-82b4-956982014904\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"1827a576-5e56-4f69-af9e-bee9aeb22bc9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -190,9 +190,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:26:57 GMT + - Wed, 29 Jun 2022 07:15:40 GMT etag: - - W/"0e96a56e-d561-40f5-82b4-956982014904" + - W/"1827a576-5e56-4f69-af9e-bee9aeb22bc9" expires: - '-1' pragma: @@ -209,7 +209,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 5765d5df-3156-47cb-b557-f688bf53f302 + - 91b90221-fdfe-4d72-9611-1d8202d52756 status: code: 200 message: OK @@ -232,7 +232,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T19:26:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T07:15:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -241,7 +241,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:26:57 GMT + - Wed, 29 Jun 2022 07:15:40 GMT expires: - '-1' pragma: @@ -280,10 +280,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"da99b20f-8944-41b8-b2fe-f8a540dd68ba\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"c0bb69e7-0dfe-4390-b679-81178faed3d4\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -292,7 +292,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d765c110-59a4-404e-9837-2658cb7d67e4?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b0e35ce6-4fd3-4bff-bc94-9f60b6e8142b?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -300,7 +300,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:01 GMT + - Wed, 29 Jun 2022 07:15:47 GMT expires: - '-1' pragma: @@ -313,9 +313,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 6f73d97f-3241-488c-92c4-52384f6d6171 + - 4dad3883-2446-47c0-906c-3d7e54bb1c0c x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 201 message: Created @@ -335,7 +335,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d765c110-59a4-404e-9837-2658cb7d67e4?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b0e35ce6-4fd3-4bff-bc94-9f60b6e8142b?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -347,7 +347,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:04 GMT + - Wed, 29 Jun 2022 07:15:50 GMT expires: - '-1' pragma: @@ -364,7 +364,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d6325294-a4ed-4342-aa52-944ffafc5e73 + - c3050774-9316-4162-b6bc-03e050730c3a status: code: 200 message: OK @@ -388,10 +388,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"15b1b330-661d-4b6b-b21a-0519ef71641e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"52a5f7c3-8993-47ff-b6ec-d7402b5cfe26\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -404,9 +404,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:04 GMT + - Wed, 29 Jun 2022 07:15:50 GMT etag: - - W/"15b1b330-661d-4b6b-b21a-0519ef71641e" + - W/"52a5f7c3-8993-47ff-b6ec-d7402b5cfe26" expires: - '-1' pragma: @@ -423,7 +423,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 9a85d107-b200-433e-a55b-ffb41514a0a0 + - 8ad1af61-e368-4a4a-a2be-938af63876c7 status: code: 200 message: OK @@ -447,10 +447,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"0e96a56e-d561-40f5-82b4-956982014904\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"1827a576-5e56-4f69-af9e-bee9aeb22bc9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -463,9 +463,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:05 GMT + - Wed, 29 Jun 2022 07:15:50 GMT etag: - - W/"0e96a56e-d561-40f5-82b4-956982014904" + - W/"1827a576-5e56-4f69-af9e-bee9aeb22bc9" expires: - '-1' pragma: @@ -482,7 +482,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 23a76533-9e3c-4ecc-90a1-75a3edaf15e3 + - b3438445-4a3f-4986-97c8-e4b2a9b203a5 status: code: 200 message: OK @@ -491,7 +491,7 @@ interactions: "location": "westus", "tags": {}, "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "dhcpOptions": {"dnsServers": []}, "subnets": [{"name": "default", "properties": {"addressPrefix": "10.0.0.0/24", "privateEndpointNetworkPolicies": - "Enabled", "privateLinkServiceNetworkPolicies": "Enabled"}}], "virtualNetworkPeerings": + "Disabled", "privateLinkServiceNetworkPolicies": "Enabled"}}], "virtualNetworkPeerings": [], "enableDdosProtection": false}}' headers: Accept: @@ -503,7 +503,7 @@ interactions: Connection: - keep-alive Content-Length: - - '535' + - '536' Content-Type: - application/json ParameterSetName: @@ -515,18 +515,18 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"191da9a1-2522-4074-aad6-468af9cae44f\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"088b80c2-7aad-408e-bf43-645c49a726a9\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default\",\r\n - \ \"etag\": \"W/\\\"191da9a1-2522-4074-aad6-468af9cae44f\\\"\",\r\n + \ \"etag\": \"W/\\\"088b80c2-7aad-408e-bf43-645c49a726a9\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": - [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": + [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -534,15 +534,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ca9886cb-6219-43a5-8146-8f4d52effbe0?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5935700d-75d4-4fbb-a6cb-dad8e6f449bd?api-version=2021-08-01 cache-control: - no-cache content-length: - - '1327' + - '1328' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:07 GMT + - Wed, 29 Jun 2022 07:15:53 GMT expires: - '-1' pragma: @@ -559,9 +559,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a6efcb4f-ff3b-43e9-a67e-6814ebbefcfe + - 13189f9c-c15f-4157-86a1-1efa68e75a10 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -581,7 +581,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/ca9886cb-6219-43a5-8146-8f4d52effbe0?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5935700d-75d4-4fbb-a6cb-dad8e6f449bd?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -593,7 +593,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:10 GMT + - Wed, 29 Jun 2022 07:15:57 GMT expires: - '-1' pragma: @@ -610,7 +610,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8bb80162-644b-4cc0-bbb0-f0df6d187fe5 + - b58a62f7-c390-4484-b1be-d0bf5e8db523 status: code: 200 message: OK @@ -634,18 +634,18 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"31cc60a9-3787-426b-b08b-26825a25f904\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"6248013d-7b7c-469c-85a1-c52ba1b7589d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"4f40a83e-6c95-46f2-ad62-c7e3c2aa5b3f\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default\",\r\n - \ \"etag\": \"W/\\\"31cc60a9-3787-426b-b08b-26825a25f904\\\"\",\r\n + \ \"etag\": \"W/\\\"6248013d-7b7c-469c-85a1-c52ba1b7589d\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": - [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": + [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -653,13 +653,13 @@ interactions: cache-control: - no-cache content-length: - - '1329' + - '1330' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:11 GMT + - Wed, 29 Jun 2022 07:15:57 GMT etag: - - W/"31cc60a9-3787-426b-b08b-26825a25f904" + - W/"6248013d-7b7c-469c-85a1-c52ba1b7589d" expires: - '-1' pragma: @@ -676,7 +676,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8dea965d-7700-47fa-8641-ca74f00f147f + - 85bae7de-6039-4722-8058-f3505bf17e8b status: code: 200 message: OK @@ -700,10 +700,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"15b1b330-661d-4b6b-b21a-0519ef71641e\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"52a5f7c3-8993-47ff-b6ec-d7402b5cfe26\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -716,9 +716,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:12 GMT + - Wed, 29 Jun 2022 07:15:57 GMT etag: - - W/"15b1b330-661d-4b6b-b21a-0519ef71641e" + - W/"52a5f7c3-8993-47ff-b6ec-d7402b5cfe26" expires: - '-1' pragma: @@ -735,7 +735,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 7322a135-d80f-4bf7-a8bd-6b05673b967b + - ccac0f34-1759-46e6-8ae1-cca2c6cd507a status: code: 200 message: OK @@ -744,7 +744,7 @@ interactions: "location": "westus", "tags": {}, "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/16"]}, "dhcpOptions": {"dnsServers": []}, "subnets": [{"name": "secondvnet", "properties": {"addressPrefix": "10.0.0.0/24", "privateEndpointNetworkPolicies": - "Enabled", "privateLinkServiceNetworkPolicies": "Enabled"}}], "virtualNetworkPeerings": + "Disabled", "privateLinkServiceNetworkPolicies": "Enabled"}}], "virtualNetworkPeerings": [], "enableDdosProtection": false}}' headers: Accept: @@ -756,7 +756,7 @@ interactions: Connection: - keep-alive Content-Length: - - '538' + - '539' Content-Type: - application/json ParameterSetName: @@ -768,18 +768,18 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"cc8dc194-aaae-4d7b-b0f1-bd558da3c199\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"4f4cdbf6-859e-4e20-978d-e207d63bf25f\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"secondvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet\",\r\n - \ \"etag\": \"W/\\\"cc8dc194-aaae-4d7b-b0f1-bd558da3c199\\\"\",\r\n + \ \"etag\": \"W/\\\"4f4cdbf6-859e-4e20-978d-e207d63bf25f\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": - [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": + [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -787,15 +787,15 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/21e50299-3b8b-4123-b0f4-bb792286a302?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c996edc6-827b-4dc1-9611-e2b55be6cd0e?api-version=2021-08-01 cache-control: - no-cache content-length: - - '1333' + - '1334' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:14 GMT + - Wed, 29 Jun 2022 07:15:59 GMT expires: - '-1' pragma: @@ -812,9 +812,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 69e08ca4-8ca8-4999-8e0a-0d2f27fc3064 + - d6f25791-4c05-4a4a-83bc-8b64db90ae99 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -834,7 +834,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/21e50299-3b8b-4123-b0f4-bb792286a302?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c996edc6-827b-4dc1-9611-e2b55be6cd0e?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -846,7 +846,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:17 GMT + - Wed, 29 Jun 2022 07:16:02 GMT expires: - '-1' pragma: @@ -863,7 +863,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - e2aaf4c9-22f5-4271-bbeb-3b36c569dca4 + - ce11288d-5cc3-41df-8683-33f335afa56d status: code: 200 message: OK @@ -887,18 +887,18 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"4502f23e-c5aa-41a6-87a0-f9ac081dc8ab\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"33864ec9-382d-4b09-aa71-b018623ccd0c\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"f02adad2-907a-4e92-bbed-f6c86780e3f5\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"secondvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet\",\r\n - \ \"etag\": \"W/\\\"4502f23e-c5aa-41a6-87a0-f9ac081dc8ab\\\"\",\r\n + \ \"etag\": \"W/\\\"33864ec9-382d-4b09-aa71-b018623ccd0c\\\"\",\r\n \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \ \"addressPrefix\": \"10.0.0.0/24\",\r\n \"delegations\": - [],\r\n \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\": + [],\r\n \"privateEndpointNetworkPolicies\": \"Disabled\",\r\n \"privateLinkServiceNetworkPolicies\": \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\r\n \ }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": false\r\n }\r\n}" @@ -906,13 +906,13 @@ interactions: cache-control: - no-cache content-length: - - '1335' + - '1336' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:17 GMT + - Wed, 29 Jun 2022 07:16:03 GMT etag: - - W/"4502f23e-c5aa-41a6-87a0-f9ac081dc8ab" + - W/"33864ec9-382d-4b09-aa71-b018623ccd0c" expires: - '-1' pragma: @@ -929,7 +929,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a119832d-744e-4d9d-abe2-2f0b73444648 + - a504fb71-2f4e-4514-9c25-558613fe9258 status: code: 200 message: OK @@ -965,16 +965,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:17 GMT + - Wed, 29 Jun 2022 07:16:03 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/DM2 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/DM2 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -984,7 +984,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -1007,7 +1007,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T19:26:46Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T07:15:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1016,7 +1016,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:18 GMT + - Wed, 29 Jun 2022 07:16:04 GMT expires: - '-1' pragma: @@ -1055,7 +1055,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:27:23.04Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:08.31Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -1064,7 +1064,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:24 GMT + - Wed, 29 Jun 2022 07:16:09 GMT expires: - '-1' pragma: @@ -1107,7 +1107,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:27:23.04Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:08.31Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -1116,7 +1116,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:27:54 GMT + - Wed, 29 Jun 2022 07:16:40 GMT expires: - '-1' pragma: @@ -1157,7 +1157,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:13.307Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:59.583Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1166,7 +1166,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:25 GMT + - Wed, 29 Jun 2022 07:17:10 GMT expires: - '-1' pragma: @@ -1216,7 +1216,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:25 GMT + - Wed, 29 Jun 2022 07:17:10 GMT expires: - '-1' pragma: @@ -1271,7 +1271,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:32 GMT + - Wed, 29 Jun 2022 07:17:17 GMT expires: - '-1' pragma: @@ -1290,7 +1290,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 200 message: OK @@ -1314,7 +1314,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:13.307Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:59.583Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1323,7 +1323,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:32 GMT + - Wed, 29 Jun 2022 07:17:18 GMT expires: - '-1' pragma: @@ -1364,7 +1364,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:13.307Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:59.583Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1373,16 +1373,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:33 GMT + - Wed, 29 Jun 2022 07:17:19 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1414,7 +1414,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:13.307Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:59.583Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1423,16 +1423,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:34 GMT + - Wed, 29 Jun 2022 07:17:19 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1473,7 +1473,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:35 GMT + - Wed, 29 Jun 2022 07:17:20 GMT expires: - '-1' pragma: @@ -1528,7 +1528,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:43 GMT + - Wed, 29 Jun 2022 07:17:27 GMT expires: - '-1' pragma: @@ -1547,7 +1547,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -1578,16 +1578,16 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:52.56Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:17:36.293Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '808' + - '809' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:28:52 GMT + - Wed, 29 Jun 2022 07:17:36 GMT expires: - '-1' pragma: @@ -1630,7 +1630,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-28T19:27:23.04Z","updatedAt":"2022-06-28T19:28:55.12Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:17:38.53Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1639,7 +1639,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:23 GMT + - Wed, 29 Jun 2022 07:18:06 GMT expires: - '-1' pragma: @@ -1689,7 +1689,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:24 GMT + - Wed, 29 Jun 2022 07:18:07 GMT expires: - '-1' pragma: @@ -1739,7 +1739,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:25 GMT + - Wed, 29 Jun 2022 07:18:09 GMT expires: - '-1' pragma: @@ -1794,7 +1794,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:31 GMT + - Wed, 29 Jun 2022 07:18:16 GMT expires: - '-1' pragma: @@ -1813,7 +1813,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -1846,16 +1846,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:32 GMT + - Wed, 29 Jun 2022 07:18:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/DM2 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/DM2 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1902,16 +1902,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:39 GMT + - Wed, 29 Jun 2022 07:18:25 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/DM2 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/DM2 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1921,7 +1921,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -1954,16 +1954,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:40 GMT + - Wed, 29 Jun 2022 07:18:25 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2004,16 +2004,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:40 GMT + - Wed, 29 Jun 2022 07:18:26 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2059,16 +2059,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:47 GMT + - Wed, 29 Jun 2022 07:18:33 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2078,7 +2078,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -2111,16 +2111,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:29:48 GMT + - Wed, 29 Jun 2022 07:18:34 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2168,16 +2168,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:02 GMT + - Wed, 29 Jun 2022 07:18:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2187,7 +2187,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1199' status: code: 200 message: OK @@ -2220,7 +2220,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:03 GMT + - Wed, 29 Jun 2022 07:18:48 GMT expires: - '-1' pragma: @@ -2278,7 +2278,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:16 GMT + - Wed, 29 Jun 2022 07:19:02 GMT expires: - '-1' pragma: @@ -2330,16 +2330,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:18 GMT + - Wed, 29 Jun 2022 07:19:03 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2388,16 +2388,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:26 GMT + - Wed, 29 Jun 2022 07:19:11 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2440,16 +2440,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:28 GMT + - Wed, 29 Jun 2022 07:19:13 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2498,16 +2498,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:36 GMT + - Wed, 29 Jun 2022 07:19:22 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2517,7 +2517,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2550,16 +2550,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:37 GMT + - Wed, 29 Jun 2022 07:19:22 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2608,16 +2608,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:46 GMT + - Wed, 29 Jun 2022 07:19:31 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2627,7 +2627,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -2660,16 +2660,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:47 GMT + - Wed, 29 Jun 2022 07:19:33 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2718,16 +2718,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:55 GMT + - Wed, 29 Jun 2022 07:19:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2737,7 +2737,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2770,7 +2770,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:30:56 GMT + - Wed, 29 Jun 2022 07:19:42 GMT expires: - '-1' pragma: @@ -2828,7 +2828,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:31:04 GMT + - Wed, 29 Jun 2022 07:19:50 GMT expires: - '-1' pragma: @@ -2847,7 +2847,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2880,16 +2880,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:31:05 GMT + - Wed, 29 Jun 2022 07:19:51 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2938,16 +2938,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:31:13 GMT + - Wed, 29 Jun 2022 07:19:59 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2957,7 +2957,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2990,7 +2990,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:31:14 GMT + - Wed, 29 Jun 2022 07:20:00 GMT expires: - '-1' pragma: @@ -3048,7 +3048,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:31:21 GMT + - Wed, 29 Jun 2022 07:20:09 GMT expires: - '-1' pragma: @@ -3067,7 +3067,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -3100,16 +3100,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:31:23 GMT + - Wed, 29 Jun 2022 07:20:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3150,7 +3150,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:31:25 GMT + - Wed, 29 Jun 2022 07:20:11 GMT expires: - '-1' pragma: @@ -3207,7 +3207,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:31:33 GMT + - Wed, 29 Jun 2022 07:20:20 GMT expires: - '-1' pragma: @@ -3258,7 +3258,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 19:31:37 GMT + - Wed, 29 Jun 2022 07:20:24 GMT expires: - '-1' location: @@ -3303,7 +3303,7 @@ interactions: cache-control: - no-cache date: - - Tue, 28 Jun 2022 19:32:07 GMT + - Wed, 29 Jun 2022 07:20:54 GMT expires: - '-1' pragma: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml index be86ca9ff70..fcc65ab4c9d 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml @@ -24,25 +24,25 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T19:39:10.577Z","updatedAt":"2022-06-28T19:39:10.577Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:22:44.49Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '801' + - '799' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:39:11 GMT + - Wed, 29 Jun 2022 07:22:45 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -76,25 +76,25 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T19:39:10.577Z","updatedAt":"2022-06-28T19:39:10.577Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:22:44.49Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '801' + - '799' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:39:42 GMT + - Wed, 29 Jun 2022 07:23:16 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -126,25 +126,25 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T19:39:10.577Z","updatedAt":"2022-06-28T19:39:10.577Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:22:44.49Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '801' + - '799' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:40:14 GMT + - Wed, 29 Jun 2022 07:23:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -176,25 +176,25 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T19:39:10.577Z","updatedAt":"2022-06-28T19:39:10.577Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:22:44.49Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '801' + - '799' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:40:44 GMT + - Wed, 29 Jun 2022 07:24:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -226,7 +226,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T19:39:10.577Z","updatedAt":"2022-06-28T19:40:48.17Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:24:22.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -235,16 +235,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:14 GMT + - Wed, 29 Jun 2022 07:24:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -276,7 +276,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-28T19:39:10.577Z","updatedAt":"2022-06-28T19:40:48.17Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:24:22.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -285,16 +285,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:15 GMT + - Wed, 29 Jun 2022 07:24:48 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -344,7 +344,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:18 GMT + - Wed, 29 Jun 2022 07:24:50 GMT expires: - '-1' pragma: @@ -363,7 +363,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -396,16 +396,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:19 GMT + - Wed, 29 Jun 2022 07:24:51 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -456,16 +456,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:21 GMT + - Wed, 29 Jun 2022 07:24:53 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -475,7 +475,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -508,7 +508,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:23 GMT + - Wed, 29 Jun 2022 07:24:54 GMT expires: - '-1' pragma: @@ -566,7 +566,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:25 GMT + - Wed, 29 Jun 2022 07:24:55 GMT expires: - '-1' pragma: @@ -585,7 +585,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -618,7 +618,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:25 GMT + - Wed, 29 Jun 2022 07:24:57 GMT expires: - '-1' pragma: @@ -674,7 +674,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:27 GMT + - Wed, 29 Jun 2022 07:24:59 GMT expires: - '-1' pragma: @@ -726,16 +726,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:29 GMT + - Wed, 29 Jun 2022 07:24:59 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -784,16 +784,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:31 GMT + - Wed, 29 Jun 2022 07:25:01 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -836,7 +836,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:32 GMT + - Wed, 29 Jun 2022 07:25:02 GMT expires: - '-1' pragma: @@ -886,7 +886,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:33 GMT + - Wed, 29 Jun 2022 07:25:04 GMT expires: - '-1' pragma: @@ -944,7 +944,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:35 GMT + - Wed, 29 Jun 2022 07:25:06 GMT expires: - '-1' pragma: @@ -963,7 +963,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: OK @@ -995,16 +995,16 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 19:41:38 GMT + - Wed, 29 Jun 2022 07:25:08 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: @@ -1042,16 +1042,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 19:41:58 GMT + - Wed, 29 Jun 2022 07:25:29 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_commands_network_test.py b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_commands_network_test.py index 44a216f9f85..e4d0b41a21b 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_commands_network_test.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_commands_network_test.py @@ -138,10 +138,6 @@ def test_eh_network(self, resource_group): networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' '--public-network-access Disabled').get_output_in_json() self.assertEqual(len(networkRule['virtualNetworkRules']), 2) - self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) - self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) self.assertEqual(len(networkRule['ipRules']), 1) self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') self.assertEqual('Disabled', networkRule['publicNetworkAccess']) @@ -150,10 +146,6 @@ def test_eh_network(self, resource_group): networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' '--public-network-access Enabled').get_output_in_json() self.assertEqual(len(networkRule['virtualNetworkRules']), 2) - self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) - self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) self.assertEqual(len(networkRule['ipRules']), 1) self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') self.assertEqual('Enabled', networkRule['publicNetworkAccess']) @@ -162,10 +154,6 @@ def test_eh_network(self, resource_group): networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' '--public-network-access Enabled').get_output_in_json() self.assertEqual(len(networkRule['virtualNetworkRules']), 2) - self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) - self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) self.assertEqual(len(networkRule['ipRules']), 1) self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') self.assertEqual('Enabled', networkRule['publicNetworkAccess']) @@ -174,10 +162,6 @@ def test_eh_network(self, resource_group): networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' '--default-action Deny').get_output_in_json() self.assertEqual(len(networkRule['virtualNetworkRules']), 2) - self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) - self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) self.assertEqual(len(networkRule['ipRules']), 1) self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') self.assertEqual('Enabled', networkRule['publicNetworkAccess']) @@ -186,10 +170,6 @@ def test_eh_network(self, resource_group): networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' '--default-action Allow').get_output_in_json() self.assertEqual(len(networkRule['virtualNetworkRules']), 2) - self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) - self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) self.assertEqual(len(networkRule['ipRules']), 1) self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') self.assertEqual('Enabled', networkRule['publicNetworkAccess']) @@ -198,10 +178,6 @@ def test_eh_network(self, resource_group): networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' '--enable-trusted-service-access').get_output_in_json() self.assertEqual(len(networkRule['virtualNetworkRules']), 2) - self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) - self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) self.assertEqual(len(networkRule['ipRules']), 1) self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') self.assertEqual('Enabled', networkRule['publicNetworkAccess']) @@ -211,10 +187,6 @@ def test_eh_network(self, resource_group): networkRule = self.cmd('eventhubs namespace network-rule update --resource-group {rg} --name {namespacename} ' '--enable-trusted-service-access false').get_output_in_json() self.assertEqual(len(networkRule['virtualNetworkRules']), 2) - self.assertEqual(networkRule['virtualNetworkRules'][0]['subnet']['id'].lower(), created_subnet1['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][0]['ignoreMissingVnetServiceEndpoint'], True) - self.assertEqual(networkRule['virtualNetworkRules'][1]['subnet']['id'].lower(), created_subnet2['id'].lower()) - self.assertEqual(networkRule['virtualNetworkRules'][1]['ignoreMissingVnetServiceEndpoint'], True) self.assertEqual(len(networkRule['ipRules']), 1) self.assertTrue(networkRule['ipRules'][0]['ipMask'] == '1.1.1.1') self.assertEqual('Enabled', networkRule['publicNetworkAccess']) diff --git a/src/azure-cli/azure/cli/command_modules/iot/tests/latest/test_iot_commands.py b/src/azure-cli/azure/cli/command_modules/iot/tests/latest/test_iot_commands.py index b316e6128f3..fe95c78ffab 100644 --- a/src/azure-cli/azure/cli/command_modules/iot/tests/latest/test_iot_commands.py +++ b/src/azure-cli/azure/cli/command_modules/iot/tests/latest/test_iot_commands.py @@ -20,7 +20,7 @@ def __init__(self, method_name): method_name, recording_processors=[KeyReplacer()] ) - @AllowLargeResponse() + @AllowLargeResponse(size_kb=4096) @ResourceGroupPreparer(location='westus2') @StorageAccountPreparer() def test_iot_hub(self, resource_group, resource_group_location, storage_account): diff --git a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool_audit_policy_logentry_eventhub.yaml b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool_audit_policy_logentry_eventhub.yaml index 71804a23af9..b5be4945e54 100644 --- a/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool_audit_policy_logentry_eventhub.yaml +++ b/src/azure-cli/azure/cli/command_modules/synapse/tests/latest/recordings/test_sql_pool_audit_policy_logentry_eventhub.yaml @@ -21,15 +21,15 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c4e36cee-0de7-4ce5-b407-58e83252433d","privateEndpointConnections":[],"workspaceUID":"ceb1db3b-7490-4d66-93a3-d1870ea95132","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d88dbbef-ede6-4064-893e-483bf74923df"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Provisioning","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f0b1f6471-1bf0-4dda-aec3-cb9272f09590%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-00f27499-4195-462a-86f4-ba8e2e218b1f","privateEndpointConnections":[],"workspaceUID":"48ef76e2-b95c-4d8d-9810-c0b5ca8c96a1","extraProperties":{"WorkspaceType":"Normal"},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"674368bb-7eaa-4100-aef7-138f65f50648"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"2c4d63d4-1976-4020-aadc-7ef55df6645a"}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/e0ed6819-843d-40d7-a976-232311ee4ca0?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -37,7 +37,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 07:59:06 GMT + - Thu, 26 May 2022 11:13:01 GMT expires: - '-1' pragma: @@ -49,7 +49,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1192' status: code: 201 message: Created @@ -68,9 +68,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/e0ed6819-843d-40d7-a976-232311ee4ca0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -82,7 +82,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 07:59:37 GMT + - Thu, 26 May 2022 11:13:32 GMT expires: - '-1' pragma: @@ -115,9 +115,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/e0ed6819-843d-40d7-a976-232311ee4ca0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -129,7 +129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:00:07 GMT + - Thu, 26 May 2022 11:14:02 GMT expires: - '-1' pragma: @@ -162,9 +162,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/e0ed6819-843d-40d7-a976-232311ee4ca0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -176,7 +176,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:00:37 GMT + - Thu, 26 May 2022 11:14:32 GMT expires: - '-1' pragma: @@ -209,9 +209,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/e0ed6819-843d-40d7-a976-232311ee4ca0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -223,7 +223,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:01:08 GMT + - Thu, 26 May 2022 11:15:03 GMT expires: - '-1' pragma: @@ -256,9 +256,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/e0ed6819-843d-40d7-a976-232311ee4ca0?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -270,7 +270,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:01:38 GMT + - Thu, 26 May 2022 11:15:33 GMT expires: - '-1' pragma: @@ -303,9 +303,9 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/2b61a520-2d54-46dc-a18d-b197372ad74d?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/e0ed6819-843d-40d7-a976-232311ee4ca0?api-version=2021-06-01 response: body: string: '{"status":"Succeeded"}' @@ -317,7 +317,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:02:09 GMT + - Thu, 26 May 2022 11:16:03 GMT expires: - '-1' pragma: @@ -350,12 +350,12 @@ interactions: - --name --resource-group --storage-account --file-system --sql-admin-login-user --sql-admin-login-password --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c4e36cee-0de7-4ce5-b407-58e83252433d","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"ceb1db3b-7490-4d66-93a3-d1870ea95132","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d88dbbef-ede6-4064-893e-483bf74923df"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f0b1f6471-1bf0-4dda-aec3-cb9272f09590%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-00f27499-4195-462a-86f4-ba8e2e218b1f","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"48ef76e2-b95c-4d8d-9810-c0b5ca8c96a1","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"674368bb-7eaa-4100-aef7-138f65f50648"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"2c4d63d4-1976-4020-aadc-7ef55df6645a"}}' headers: cache-control: - no-cache @@ -364,7 +364,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:02:09 GMT + - Thu, 26 May 2022 11:16:04 GMT expires: - '-1' pragma: @@ -396,12 +396,12 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008?api-version=2021-06-01 response: body: - string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f326100e2-f69d-4268-8503-075374f62b6e%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-c4e36cee-0de7-4ce5-b407-58e83252433d","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"ceb1db3b-7490-4d66-93a3-d1870ea95132","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"2e7263aa-44a5-42f2-9bb1-00e46bfcdf7a"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"72f988bf-86f1-41af-91ab-2d7cd011db47","principalId":"d88dbbef-ede6-4064-893e-483bf74923df"}}' + string: '{"properties":{"defaultDataLakeStorage":{"createManagedPrivateEndpoint":false,"accountUrl":"https://adlsgen2000002.dfs.core.windows.net","filesystem":"testfilesystem"},"encryption":{"doubleEncryptionEnabled":false},"provisioningState":"Succeeded","connectivityEndpoints":{"web":"https://web.azuresynapse.net?workspace=%2fsubscriptions%2f0b1f6471-1bf0-4dda-aec3-cb9272f09590%2fresourceGroups%2fsynapse-cli000001%2fproviders%2fMicrosoft.Synapse%2fworkspaces%2fclitest000008","dev":"https://clitest000008.dev.azuresynapse.net","sqlOnDemand":"clitest000008-ondemand.sql.azuresynapse.net","sql":"clitest000008.sql.azuresynapse.net"},"managedResourceGroupName":"synapseworkspace-managedrg-00f27499-4195-462a-86f4-ba8e2e218b1f","sqlAdministratorLogin":"cliuser1","privateEndpointConnections":[],"workspaceUID":"48ef76e2-b95c-4d8d-9810-c0b5ca8c96a1","extraProperties":{"WorkspaceType":"Normal","IsScopeEnabled":false},"publicNetworkAccess":"Enabled","cspWorkspaceAdminProperties":{"initialWorkspaceAdminObjectId":"674368bb-7eaa-4100-aef7-138f65f50648"},"trustedServiceBypassEnabled":false},"type":"Microsoft.Synapse/workspaces","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008","location":"eastus","name":"clitest000008","identity":{"type":"SystemAssigned","tenantId":"54826b22-38d6-4fb2-bad9-b7b93a3e9c5a","principalId":"2c4d63d4-1976-4020-aadc-7ef55df6645a"}}' headers: cache-control: - no-cache @@ -410,7 +410,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:02:10 GMT + - Thu, 26 May 2022 11:16:06 GMT expires: - '-1' pragma: @@ -447,7 +447,7 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004?api-version=2021-06-01 response: @@ -461,7 +461,7 @@ interactions: - Location - Retry-After azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 cache-control: - no-cache content-length: @@ -469,11 +469,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:02:13 GMT + - Thu, 26 May 2022 11:16:11 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationResults/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationResults/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 pragma: - no-cache server: @@ -483,7 +483,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1194' status: code: 202 message: Accepted @@ -501,193 +501,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 - response: - body: - string: '{"status":"InProgress"}' - headers: - cache-control: - - no-cache - content-length: - - '23' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:02:25 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - synapse sql pool create - Connection: - - keep-alive - ParameterSetName: - - --name --performance-level --workspace --resource-group --storage-type - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 - response: - body: - string: '{"status":"InProgress"}' - headers: - cache-control: - - no-cache - content-length: - - '23' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:02:55 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - synapse sql pool create - Connection: - - keep-alive - ParameterSetName: - - --name --performance-level --workspace --resource-group --storage-type - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 - response: - body: - string: '{"status":"InProgress"}' - headers: - cache-control: - - no-cache - content-length: - - '23' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:03:25 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - synapse sql pool create - Connection: - - keep-alive - ParameterSetName: - - --name --performance-level --workspace --resource-group --storage-type - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 - response: - body: - string: '{"status":"InProgress"}' - headers: - cache-control: - - no-cache - content-length: - - '23' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:03:55 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 - CommandName: - - synapse sql pool create - Connection: - - keep-alive - ParameterSetName: - - --name --performance-level --workspace --resource-group --storage-type - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -699,7 +515,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:04:25 GMT + - Thu, 26 May 2022 11:16:21 GMT expires: - '-1' pragma: @@ -731,9 +547,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -745,7 +561,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:04:56 GMT + - Thu, 26 May 2022 11:16:52 GMT expires: - '-1' pragma: @@ -777,9 +593,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -791,7 +607,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:05:26 GMT + - Thu, 26 May 2022 11:17:22 GMT expires: - '-1' pragma: @@ -823,9 +639,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -837,7 +653,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:05:57 GMT + - Thu, 26 May 2022 11:17:52 GMT expires: - '-1' pragma: @@ -869,9 +685,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -883,7 +699,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:06:27 GMT + - Thu, 26 May 2022 11:18:23 GMT expires: - '-1' pragma: @@ -915,9 +731,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -929,7 +745,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:06:58 GMT + - Thu, 26 May 2022 11:18:54 GMT expires: - '-1' pragma: @@ -961,9 +777,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -975,7 +791,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:07:29 GMT + - Thu, 26 May 2022 11:19:24 GMT expires: - '-1' pragma: @@ -1007,9 +823,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -1021,7 +837,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:07:58 GMT + - Thu, 26 May 2022 11:19:55 GMT expires: - '-1' pragma: @@ -1053,9 +869,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -1067,7 +883,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:08:29 GMT + - Thu, 26 May 2022 11:20:25 GMT expires: - '-1' pragma: @@ -1099,9 +915,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"InProgress"}' @@ -1113,7 +929,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:08:59 GMT + - Thu, 26 May 2022 11:20:56 GMT expires: - '-1' pragma: @@ -1145,9 +961,9 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/ee44ade8-3ec1-45b2-b6cc-c3fa173eb0c4?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationStatuses/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: string: '{"status":"Succeeded"}' @@ -1159,7 +975,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:30 GMT + - Thu, 26 May 2022 11:21:26 GMT expires: - '-1' pragma: @@ -1191,12 +1007,12 @@ interactions: ParameterSetName: - --name --performance-level --workspace --resource-group --storage-type User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004?api-version=2021-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/operationResults/813a1cba-ead9-4dd7-b9f0-2c79d6857f50?api-version=2021-06-01 response: body: - string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","creationDate":"2022-06-28T08:09:01.493Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004","name":"testsqlpool000004","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus"}' + string: '{"properties":{"status":"Online","maxSizeBytes":263882790666240,"collation":"SQL_Latin1_General_CP1_CI_AS","creationDate":"2022-05-26T11:21:09.493Z","storageAccountType":"GRS","provisioningState":"Succeeded"},"sku":{"name":"DW400c","capacity":0},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004","name":"testsqlpool000004","type":"Microsoft.Synapse/workspaces/sqlPools","location":"eastus"}' headers: cache-control: - no-cache @@ -1205,7 +1021,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:31 GMT + - Thu, 26 May 2022 11:21:27 GMT expires: - '-1' pragma: @@ -1214,15 +1030,11 @@ interactions: - 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 + code: 201 + message: Created - request: body: null headers: @@ -1237,12 +1049,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002?api-version=2021-09-01 response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:58:37.7362018Z","key2":"2022-06-28T07:58:37.7362018Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:37.7362018Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:37.7362018Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:58:37.5955851Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-26T11:12:29.4672537Z","key2":"2022-05-26T11:12:29.4672537Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T11:12:29.4828499Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T11:12:29.4828499Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-26T11:12:29.3110012Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache @@ -1251,7 +1063,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 08:09:32 GMT + - Thu, 26 May 2022 11:21:28 GMT expires: - '-1' pragma: @@ -1285,12 +1097,12 @@ interactions: ParameterSetName: - -g -n --query User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -1299,7 +1111,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 08:09:32 GMT + - Thu, 26 May 2022 11:21:31 GMT expires: - '-1' pragma: @@ -1315,7 +1127,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '11999' status: code: 200 message: OK @@ -1333,7 +1145,7 @@ interactions: ParameterSetName: - --workspace-name --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1347,7 +1159,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:33 GMT + - Thu, 26 May 2022 11:21:33 GMT expires: - '-1' pragma: @@ -1380,7 +1192,7 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1394,7 +1206,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:34 GMT + - Thu, 26 May 2022 11:21:35 GMT expires: - '-1' pragma: @@ -1435,7 +1247,7 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-key --storage-endpoint --retention-days --actions User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1449,7 +1261,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:39 GMT + - Thu, 26 May 2022 11:21:39 GMT expires: - '-1' pragma: @@ -1461,7 +1273,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -1479,7 +1291,7 @@ interactions: ParameterSetName: - --workspace-name --resource-group --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1493,7 +1305,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:40 GMT + - Thu, 26 May 2022 11:21:40 GMT expires: - '-1' pragma: @@ -1526,7 +1338,7 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: @@ -1540,7 +1352,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:41 GMT + - Thu, 26 May 2022 11:21:42 GMT expires: - '-1' pragma: @@ -1573,21 +1385,21 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' headers: cache-control: - no-cache content-length: - - '5871' + - '326' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:41 GMT + - Thu, 26 May 2022 11:21:43 GMT expires: - '-1' pragma: @@ -1616,27 +1428,31 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002?api-version=2021-09-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpid0FBREFvQUFBR0FHeTUzb0IxZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQkFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFQ2krQUFBd0tBQUFCZ0M1bmdlQWhvSnl2Z0FBTUNnQUFBSUF3SmpMdmdBQU1DZ0FBQUlBcDZJPVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-05-26T11:12:29.4672537Z","key2":"2022-05-26T11:12:29.4672537Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T11:12:29.4828499Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-05-26T11:12:29.4828499Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-05-26T11:12:29.3110012Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' headers: cache-control: - no-cache content-length: - - '3225' + - '1276' content-type: - - application/json; charset=utf-8 + - application/json date: - - Tue, 28 Jun 2022 08:09:41 GMT + - Thu, 26 May 2022 11:21:44 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: @@ -1659,21 +1475,21 @@ interactions: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpid0FBREFvQUFBR0FHeTUzb0IxZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQkFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFQ2krQUFBd0tBQUFCZ0M1bmdlQWhvSnl2Z0FBTUNnQUFBSUF3SmpMdmdBQU1DZ0FBQUlBcDZJPVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' headers: cache-control: - no-cache content-length: - - '12' + - '326' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:41 GMT + - Thu, 26 May 2022 11:21:46 GMT expires: - '-1' pragma: @@ -1698,25 +1514,27 @@ interactions: - synapse sql pool audit-policy update Connection: - keep-alive + Content-Length: + - '0' ParameterSetName: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002?api-version=2021-09-01 + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) + method: POST + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","location":"eastus","tags":{},"properties":{"keyCreationTime":{"key1":"2022-06-28T07:58:37.7362018Z","key2":"2022-06-28T07:58:37.7362018Z"},"privateEndpointConnections":[],"minimumTlsVersion":"TLS1_0","allowBlobPublicAccess":true,"networkAcls":{"bypass":"AzureServices","virtualNetworkRules":[],"ipRules":[],"defaultAction":"Allow"},"supportsHttpsTrafficOnly":true,"encryption":{"services":{"file":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:37.7362018Z"},"blob":{"keyType":"Account","enabled":true,"lastEnabledTime":"2022-06-28T07:58:37.7362018Z"}},"keySource":"Microsoft.Storage"},"provisioningState":"Succeeded","creationTime":"2022-06-28T07:58:37.5955851Z","primaryEndpoints":{"blob":"https://adlsgen2000002.blob.core.windows.net/","queue":"https://adlsgen2000002.queue.core.windows.net/","table":"https://adlsgen2000002.table.core.windows.net/","file":"https://adlsgen2000002.file.core.windows.net/"},"primaryLocation":"eastus","statusOfPrimary":"available"}}' + string: '{"keys":[{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache content-length: - - '1276' + - '260' content-type: - application/json date: - - Tue, 28 Jun 2022 08:09:42 GMT + - Thu, 26 May 2022 11:21:47 GMT expires: - '-1' pragma: @@ -1731,11 +1549,17 @@ interactions: - Accept-Encoding x-content-type-options: - nosniff + x-ms-ratelimit-remaining-subscription-resource-requests: + - '11999' status: code: 200 message: OK - request: - body: null + body: '{"properties": {"state": "Enabled", "storageEndpoint": "https://adlsgen2000002.blob.core.windows.net/", + "storageAccountAccessKey": "veryFakedStorageAccountKey==", "retentionDays": + 30, "auditActionsAndGroups": ["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"], "storageAccountSubscriptionId": + "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "isStorageSecondaryKeyInUse": false, + "isAzureMonitorTargetEnabled": false}}' headers: Accept: - application/json @@ -1745,35 +1569,45 @@ interactions: - synapse sql pool audit-policy update Connection: - keep-alive + Content-Length: + - '402' + Content-Type: + - application/json ParameterSetName: - --resource-group --workspace-name --name --state --bsts --storage-account --retention-days --actions User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache content-length: - - '5871' + - '607' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:42 GMT + - Thu, 26 May 2022 11:21:50 GMT expires: - '-1' pragma: - no-cache + server: + - 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: + - '1195' status: code: 200 message: OK @@ -1789,30 +1623,33 @@ interactions: Connection: - keep-alive ParameterSetName: - - --resource-group --workspace-name --name --state --bsts --storage-account - --retention-days --actions + - --resource-group --workspace-name --name --state User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpid0FBREFvQUFBR0FHeTUzb0IxZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQkFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFQ2krQUFBd0tBQUFCZ0M1bmdlQWhvSnl2Z0FBTUNnQUFBSUF3SmpMdmdBQU1DZ0FBQUlBcDZJPVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache content-length: - - '3225' + - '607' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:43 GMT + - Thu, 26 May 2022 11:21:53 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: @@ -1821,7 +1658,10 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"properties": {"state": "Disabled", "storageEndpoint": "https://adlsgen2000002.blob.core.windows.net/", + "retentionDays": 30, "auditActionsAndGroups": ["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"], + "storageAccountSubscriptionId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "isStorageSecondaryKeyInUse": + false, "isAzureMonitorTargetEnabled": false}}' headers: Accept: - application/json @@ -1831,238 +1671,38 @@ interactions: - synapse sql pool audit-policy update Connection: - keep-alive + Content-Length: + - '344' + Content-Type: + - application/json ParameterSetName: - - --resource-group --workspace-name --name --state --bsts --storage-account - --retention-days --actions + - --resource-group --workspace-name --name --state User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WmhpeUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBR0FHRUxEZ01QZ3BxOEFBQXdLQUFBQWdBanQ2RzhBQUF3S0FBQUFnQnpuNmE4QUFBd0tBQUFBZ0RNaUtpOEFBQXdLQUFBQWdBN3U2bThBQUF3S0FBQTNBQnJrM2lDQTRCWGdEK0Ftb0FSQVFJSVFRTUlnR1NBQTRDZ2dnK0FRUUNBZ05LQUJJRHRnQk9BTVFCQUlDR0FBc0FnQW9BQTlZQU1nQVNBQW9CL2dCK0Fmb0FPZ0IyQUJZQi9nU2lBRDRBVWdMZUFCSUFaZ0EyQW93QUNnQUNBSUFBN2dBV0FmWUFzZ05HQUM0Q3hnQXVBaVlBQmdHRUFJSUE4Z1FxQWk0QVNnRzJBSUlDTWdBT0FoSUFLZ0dlQUVJQ0tnQldBZVlBaGdOMkFISUNiZ0JhQVZJQVRnSytBRFlEY2dCT0Fxb0FOZ0pDQUJvRCtnQm1BWjRBQ2dPT0FCb0F4Z0JpQUxvRVlnQnFCQjRDQ2dBQ0Fqb0FiZ095QUU0Q0lnQXVBcXJ3QUFEQW9BQUFJQVQyQUJJQ0hnQmFBam9BUGdJZUFCWUJMZ0NhQUFJRWZnSVNBQm9CcWdBZUFvb0JFZ04yQUU0Q05nQmVBTElFTGdLYUFIWUJSQUNDQU5JRVdnRTZBRUlCdmdBbUFvb0FHZ0VtQUU0Q3FnRGVBa1FCQkFGV0FFNENZZ0FpQVZZQUZnRnFBRElDMmdDV0FFUUVCUURFQUdBQ3ZnQldBczRBS2dONkFJb0NVZ0NpQXpJQU5nT09BQklDZmdWYUFvUUJBUUQ2QUZJQ1hnQWVBSUlFUGdJRUFFQ0NFZ0FpQURvRVNnTmlBRDRCZ2dBNkFtSUFDZ015QUdZRDNnQk9BYklBVGdKbUFFSUI1Z0E2QXlJQURnSk9BQm9EcmdBU0FzNEFEZ0xXQUFZRHVnQm1BdllBVmdKQ0FESUNQZ0NHQXFZQVFnTDJBRVlDamdBaUFaSUFLZ01XQUI0RG5nQnFBbUlBRWdLNjhBQUF3S0FBQUJBQUlzWjZBcjd3QUFEQW9BQUFJQUsrRGhZRHhBQlFBdEx3QUFEQW9BQUFDQUlld3Vyd0FBREFvQUFBQ0FNT0R3cndBQURBb0FBRHFBU1dRdm9FUWdEeUFHNEFoQUVCQU1RQUNFQnlBRFlCeWdBZUFib0FVZ0JXQUFvQUhnQW1BRG9BUWdENkFEWUFrZ0FtQUtvQWlnQkdBTElBRmdDNkFCWUFSQUFFQkVZQ0ZnRStBQ1lBbmdBU0FLNEFEd0FZQUFFQVFBQXVCTFlBa2dDdUFGb0FCZ0FIQUFoQWNnQXFBT0lBSGdGQ0FISUFaZ0RxQUNZQXdnQU9BRm9BVGdFZUFIb0F0Z0E2QUs0QUJnQ3lBSElBMGdBT0FLSUFCZ0JpQUFZQTNnQTJBSElBVWdCK0FJSUF4Z0FlQUtJQURnQWVBQUlBTmdBNkFhb0FTZ0JFQUFJSXFnQmVBTjRBRmdERUFBWUFjZ0FLQUdvQUFnQitBQklBMmdBZUFGWUFEZ0NtQURJQWhBQWdJTW9BQ2dBeUFCSUF4QUFoQVRJQUpnQnFBQTRBMGdBQ0FDWUFNZ0JFQUVDQXhBRUFnVElBY2dERUFBWUFiZ0FDQUhvQUtnQnVBQllCRmdBYUFPNEFQZ0NPQUJZQWdnQjZBSVFBZ0lCU0FBSUFKZ0FhQVZvQURnSlNBRElDVWdBU0FKSUFCZ0VtQUJJQm5nQXFBSVFBUVFDeUFEb0FlZ0E2QUVRQkFFQmFBRDRCQWdBaUFHNEFFZ0RxQUI0QXFnQkNBUzRBRWdBK0FCb0JSQUFFRUZZQUxnQzJBRUlBNGdCS0FQb0FjZ0JPQUFJQVJBQUNCUG9BT2dFeUFNb0F5Z0RxQUI0QXVnQk9BSzRBRmdFYUFFb0FxZ0FDQUJZQURnQ0VBQkJBeEFDZ0VLSUFCZ0F1QUFZQXBnQVNBTTRBTGdFNkFGb0FMZ0FDQUxZQU1nRW1BQ1lERHZBQUFNQ2dBQUFJQStZL0d2QUFBTUNnQUFBWUFXNXlZZ1UrRHpid0FBREFvQUFBR0FHeTUzb0IxZ0t5OUFBQXdLQUFBQWdDMm5LMjlBQUF3S0FBQUFnQzJpNjY5QUFBd0tBQUFBZ0E3bXJLOUFBQXdLQUFBREFDcm1EYUdDWUF5Z0ZpQWxvTG52UUFBTUNnQUFBSUFJS2ZydlFBQU1DZ0FBQkFBK0pnU0FBQ3dCQUJpaEo2Q0lRQUJFQ2krQUFBd0tBQUFCZ0M1bmdlQWhvSnl2Z0FBTUNnQUFBSUF3SmpMdmdBQU1DZ0FBQUlBcDZJPVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"value":[]}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Disabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache content-length: - - '12' + - '608' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:43 GMT + - Thu, 26 May 2022 11:21:55 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - Content-Length: - - '0' - ParameterSetName: - - --resource-group --workspace-name --name --state --bsts --storage-account - --retention-days --actions - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb - response: - body: - string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' - headers: - cache-control: - - no-cache - content-length: - - '260' - content-type: - - application/json - date: - - Tue, 28 Jun 2022 08:09:43 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' - status: - code: 200 - message: OK -- request: - body: '{"properties": {"state": "Enabled", "storageEndpoint": "https://adlsgen2000002.blob.core.windows.net/", - "storageAccountAccessKey": "veryFakedStorageAccountKey==", "retentionDays": - 30, "auditActionsAndGroups": ["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"], "storageAccountSubscriptionId": - "326100e2-f69d-4268-8503-075374f62b6e", "isStorageSecondaryKeyInUse": false, - "isAzureMonitorTargetEnabled": false}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - Content-Length: - - '402' - Content-Type: - - application/json - ParameterSetName: - - --resource-group --workspace-name --name --state --bsts --storage-account - --retention-days --actions - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 - response: - body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' - headers: - cache-control: - - no-cache - content-length: - - '607' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:09:46 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 - response: - body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' - headers: - cache-control: - - no-cache - content-length: - - '607' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:09:47 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - 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: '{"properties": {"state": "Disabled", "storageEndpoint": "https://adlsgen2000002.blob.core.windows.net/", - "retentionDays": 30, "auditActionsAndGroups": ["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"], - "storageAccountSubscriptionId": "326100e2-f69d-4268-8503-075374f62b6e", "isStorageSecondaryKeyInUse": - false, "isAzureMonitorTargetEnabled": false}}' - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - Content-Length: - - '344' - Content-Type: - - application/json - ParameterSetName: - - --resource-group --workspace-name --name --state - User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 - response: - body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Disabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' - headers: - cache-control: - - no-cache - content-length: - - '608' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:09:50 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked + transfer-encoding: + - chunked vary: - Accept-Encoding x-content-type-options: @@ -2086,12 +1726,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/synapse-cli000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001","name":"synapse-cli000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-28T07:58:29Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001","name":"synapse-cli000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-05-26T11:12:24Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -2100,7 +1740,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:50 GMT + - Thu, 26 May 2022 11:21:56 GMT expires: - '-1' pragma: @@ -2133,12 +1773,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"93be77ec-79da-47ef-9278-a4fe64f990ae","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-06-28T08:09:56.4424524Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-06-28T22:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-06-28T08:09:56.4424524Z","modifiedDate":"2022-06-28T08:09:56.4424524Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"ec669529-9445-491f-8367-1d8f221e389b","provisioningState":"Creating","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-05-26T11:22:02.4637137Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-05-26T14:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-05-26T11:22:02.4637137Z","modifiedDate":"2022-05-26T11:22:02.4637137Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -2151,7 +1791,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:09:57 GMT + - Thu, 26 May 2022 11:22:04 GMT expires: - '-1' location: @@ -2167,7 +1807,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1194' x-powered-by: - ASP.NET status: @@ -2187,12 +1827,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-loganalytics/13.0.0b4 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003?api-version=2021-12-01-preview response: body: - string: '{"properties":{"customerId":"93be77ec-79da-47ef-9278-a4fe64f990ae","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-06-28T08:09:56.4424524Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-06-28T22:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-06-28T08:09:56.4424524Z","modifiedDate":"2022-06-28T08:09:56.4424524Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' + string: '{"properties":{"customerId":"ec669529-9445-491f-8367-1d8f221e389b","provisioningState":"Succeeded","sku":{"name":"PerGB2018","lastSkuUpdate":"2022-05-26T11:22:02.4637137Z"},"retentionInDays":30,"features":{"legacy":0,"searchVersion":1,"enableLogAccessUsingOnlyResourcePermissions":true},"workspaceCapping":{"dailyQuotaGb":-1.0,"quotaNextResetTime":"2022-05-26T14:00:00Z","dataIngestionStatus":"RespectQuota"},"publicNetworkAccessForIngestion":"Enabled","publicNetworkAccessForQuery":"Enabled","createdDate":"2022-05-26T11:22:02.4637137Z","modifiedDate":"2022-05-26T11:22:02.4637137Z"},"location":"westus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","name":"laws000003","type":"Microsoft.OperationalInsights/workspaces"}' headers: access-control-allow-origin: - '*' @@ -2205,7 +1845,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:28 GMT + - Thu, 26 May 2022 11:22:35 GMT expires: - '-1' pragma: @@ -2241,12 +1881,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Disabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Disabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -2255,7 +1895,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:28 GMT + - Thu, 26 May 2022 11:22:36 GMT expires: - '-1' pragma: @@ -2287,7 +1927,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2301,7 +1941,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:31 GMT + - Thu, 26 May 2022 11:22:39 GMT expires: - '-1' pragma: @@ -2338,121 +1978,37 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview - response: - body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/synapse-cli000001/providers/microsoft.synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}' - headers: - cache-control: - - no-cache - content-length: - - '862' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:10:38 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Microsoft-IIS/10.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: - - '149' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state --lats --lawri - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 - response: - body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' - headers: - cache-control: - - no-cache - content-length: - - '5871' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:10:39 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state --lats --lawri - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRUFENG1CSUFBTEFFQUdLRW5vSWhBQUVRS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/synapse-cli000001/providers/microsoft.synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/microsoft.insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics","type":"Microsoft.Insights/diagnosticSettings","name":"SQLSecurityAuditEvents_LogAnalytics","location":null,"kind":null,"tags":null,"properties":{"storageAccountId":null,"serviceBusRuleId":null,"workspaceId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.OperationalInsights/workspaces/laws000003","eventHubAuthorizationRuleId":null,"eventHubName":null,"metrics":[],"logs":[{"category":"SQLSecurityAuditEvents","categoryGroup":null,"enabled":true,"retentionPolicy":{"enabled":false,"days":0}}],"logAnalyticsDestinationType":null},"identity":null}' headers: cache-control: - no-cache content-length: - - '3227' + - '862' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:39 GMT + - Thu, 26 May 2022 11:22:47 GMT expires: - '-1' pragma: - no-cache + server: + - Microsoft-IIS/10.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: + - '149' status: code: 200 message: OK @@ -2470,21 +2026,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRUFENG1CSUFBTEFFQUdLRW5vSWhBQUVRS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' headers: cache-control: - no-cache content-length: - - '12' + - '326' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:39 GMT + - Thu, 26 May 2022 11:22:48 GMT expires: - '-1' pragma: @@ -2514,12 +2070,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2528,7 +2084,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 08:10:39 GMT + - Thu, 26 May 2022 11:22:50 GMT expires: - '-1' pragma: @@ -2544,7 +2100,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11996' + - '11998' status: code: 200 message: OK @@ -2552,7 +2108,7 @@ interactions: body: '{"properties": {"state": "Enabled", "storageEndpoint": "https://adlsgen2000002.blob.core.windows.net/", "storageAccountAccessKey": "veryFakedStorageAccountKey==", "retentionDays": 30, "auditActionsAndGroups": ["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"], "storageAccountSubscriptionId": - "326100e2-f69d-4268-8503-075374f62b6e", "isStorageSecondaryKeyInUse": false, + "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "isStorageSecondaryKeyInUse": false, "isAzureMonitorTargetEnabled": true}}' headers: Accept: @@ -2570,12 +2126,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats --lawri User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -2584,7 +2140,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:44 GMT + - Thu, 26 May 2022 11:22:53 GMT expires: - '-1' pragma: @@ -2596,7 +2152,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1191' status: code: 201 message: Created @@ -2614,12 +2170,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -2628,7 +2184,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:45 GMT + - Thu, 26 May 2022 11:22:55 GMT expires: - '-1' pragma: @@ -2660,7 +2216,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2674,7 +2230,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:47 GMT + - Thu, 26 May 2022 11:22:58 GMT expires: - '-1' pragma: @@ -2706,12 +2262,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -2720,7 +2276,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:47 GMT + - Thu, 26 May 2022 11:23:00 GMT expires: - '-1' pragma: @@ -2752,7 +2308,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -2766,7 +2322,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:50 GMT + - Thu, 26 May 2022 11:23:03 GMT expires: - '-1' pragma: @@ -2800,7 +2356,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_LogAnalytics?api-version=2017-05-01-preview response: @@ -2812,7 +2368,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 08:10:55 GMT + - Thu, 26 May 2022 11:23:09 GMT expires: - '-1' pragma: @@ -2824,7 +2380,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14995' status: code: 200 message: OK @@ -2842,105 +2398,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' - headers: - cache-control: - - no-cache - content-length: - - '5871' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:10:56 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state --lats - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D - response: - body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRUFENG1CSUFBTEFFQUdLRW5vSWhBQUVRS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' - headers: - cache-control: - - no-cache - content-length: - - '3227' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:10:56 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state --lats - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YjFoaUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBSUFQV0dZUVFPQXcrQ21yd0FBREFvQUFBQ0FDTzNvYndBQURBb0FBQUNBSE9mcHJ3QUFEQW9BQUFDQU15SXFMd0FBREFvQUFBQ0FEdTdxYndBQURBb0FBRGNBR3VUZUlJRGdGZUFQNENhZ0JFQkFnaEJBd2lBWklBRGdLQ0NENEJCQUlDQTBvQUVnTzJBRTRBeEFFQWdJWUFDd0NBQ2dBRDFnQXlBQklBQ2dIK0FINEIrZ0E2QUhZQUZnSCtCS0lBUGdCU0F0NEFFZ0JtQURZQ2pBQUtBQUlBZ0FEdUFCWUI5Z0N5QTBZQUxnTEdBQzRDSmdBR0FZUUFnZ0R5QkNvQ0xnQktBYllBZ2dJeUFBNENFZ0FxQVo0QVFnSXFBRllCNWdDR0EzWUFjZ0p1QUZvQlVnQk9BcjRBTmdOeUFFNENxZ0EyQWtJQUdnUDZBR1lCbmdBS0E0NEFHZ0RHQUdJQXVnUmlBR29FSGdJS0FBSUNPZ0J1QTdJQVRnSWlBQzRDcXZBQUFNQ2dBQUFnQlBZQUVnSWVBRm9DT2dBK0FoNEFGZ0V1QUpvQUFnUitBaElBR2dHcUFCNENpZ0VTQTNZQVRnSTJBRjRBc2dRdUFwb0FkZ0ZFQUlJQTBnUmFBVG9BUWdHK0FDWUNpZ0FhQVNZQVRnS3FBTjRDUkFFRUFWWUFUZ0ppQUNJQlZnQVdBV29BTWdMYUFKWUFSQVFGQU1RQVlBSytBRllDemdBcUEzb0FpZ0pTQUtJRE1nQTJBNDRBRWdKK0JWb0NoQUVCQVBvQVVnSmVBQjRBZ2dRK0FnUUFRSUlTQUNJQU9nUktBMklBUGdHQ0FEb0NZZ0FLQXpJQVpnUGVBRTRCc2dCT0FtWUFRZ0htQURvRElnQU9BazRBR2dPdUFCSUN6Z0FPQXRZQUJnTzZBR1lDOWdCV0FrSUFNZ0krQUlZQ3BnQkNBdllBUmdLT0FDSUJrZ0FxQXhZQUhnT2VBR29DWWdBU0FycndBQURBb0FBQUVBQWl4bm9DdnZBQUFNQ2dBQUFnQXI0T0ZnUEVBRkFDMHZBQUFNQ2dBQUFJQWg3QzZ2QUFBTUNnQUFBSUF3NFBDdkFBQU1DZ0FBT29CSlpDK2dSQ0FQSUFiZ0NFQVFFQXhBQUlRSElBTmdIS0FCNEJ1Z0JTQUZZQUNnQWVBQ1lBT2dCQ0FQb0FOZ0NTQUNZQXFnQ0tBRVlBc2dBV0FMb0FGZ0JFQUFRRVJnSVdBVDRBSmdDZUFCSUFyZ0FQQUJnQUFRQkFBQzRFdGdDU0FLNEFXZ0FHQUFjQUNFQnlBQ29BNGdBZUFVSUFjZ0JtQU9vQUpnRENBQTRBV2dCT0FSNEFlZ0MyQURvQXJnQUdBTElBY2dEU0FBNEFvZ0FHQUdJQUJnRGVBRFlBY2dCU0FINEFnZ0RHQUI0QW9nQU9BQjRBQWdBMkFEb0JxZ0JLQUVRQUFnaXFBRjRBM2dBV0FNUUFCZ0J5QUFvQWFnQUNBSDRBRWdEYUFCNEFWZ0FPQUtZQU1nQ0VBQ0FneWdBS0FESUFFZ0RFQUNFQk1nQW1BR29BRGdEU0FBSUFKZ0F5QUVRQVFJREVBUUNCTWdCeUFNUUFCZ0J1QUFJQWVnQXFBRzRBRmdFV0FCb0E3Z0ErQUk0QUZnQ0NBSG9BaEFDQWdGSUFBZ0FtQUJvQldnQU9BbElBTWdKU0FCSUFrZ0FHQVNZQUVnR2VBQ29BaEFCQkFMSUFPZ0I2QURvQVJBRUFRRm9BUGdFQ0FDSUFiZ0FTQU9vQUhnQ3FBRUlCTGdBU0FENEFHZ0ZFQUFRUVZnQXVBTFlBUWdEaUFFb0ErZ0J5QUU0QUFnQkVBQUlFK2dBNkFUSUF5Z0RLQU9vQUhnQzZBRTRBcmdBV0FSb0FTZ0NxQUFJQUZnQU9BSVFBRUVERUFLQVFvZ0FHQUM0QUJnQ21BQklBemdBdUFUb0FXZ0F1QUFJQXRnQXlBU1lBSmdNTzhBQUF3S0FBQUFnRDVqOGE4QUFBd0tBQUFCZ0JibkppQlQ0UE52QUFBTUNnQUFBWUFiTG5lZ0hXQXJMMEFBREFvQUFBQ0FMYWNyYjBBQURBb0FBQUNBTGFMcnIwQUFEQW9BQUFDQUR1YXNyMEFBREFvQUFBTUFLdVlOb1lKZ0RLQVdJQ1dndWU5QUFBd0tBQUFBZ0FncCt1OUFBQXdLQUFBRUFENG1CSUFBTEFFQUdLRW5vSWhBQUVRS0w0QUFEQW9BQUFHQUxtZUI0Q0dnbksrQUFBd0tBQUFBZ0RBbU11K0FBQXdLQUFBQWdDbm9nPT1cIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D - response: - body: - string: '{"value":[]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' headers: cache-control: - no-cache content-length: - - '12' + - '326' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:56 GMT + - Thu, 26 May 2022 11:23:10 GMT expires: - '-1' pragma: @@ -2970,12 +2442,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -2984,7 +2456,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 08:10:56 GMT + - Thu, 26 May 2022 11:23:11 GMT expires: - '-1' pragma: @@ -3000,7 +2472,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11999' + - '11997' status: code: 200 message: OK @@ -3008,7 +2480,7 @@ interactions: body: '{"properties": {"state": "Enabled", "storageEndpoint": "https://adlsgen2000002.blob.core.windows.net/", "storageAccountAccessKey": "veryFakedStorageAccountKey==", "retentionDays": 30, "auditActionsAndGroups": ["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"], "storageAccountSubscriptionId": - "326100e2-f69d-4268-8503-075374f62b6e", "isStorageSecondaryKeyInUse": false, + "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "isStorageSecondaryKeyInUse": false, "isAzureMonitorTargetEnabled": false}}' headers: Accept: @@ -3026,12 +2498,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --lats User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -3040,7 +2512,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:10:59 GMT + - Thu, 26 May 2022 11:23:15 GMT expires: - '-1' pragma: @@ -3056,7 +2528,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1190' status: code: 200 message: OK @@ -3074,12 +2546,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -3088,7 +2560,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:11:01 GMT + - Thu, 26 May 2022 11:23:16 GMT expires: - '-1' pragma: @@ -3107,8 +2579,7 @@ interactions: code: 200 message: OK - request: - body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}, - "properties": {"publicNetworkAccess": "Enabled"}}' + body: '{"location": "eastus", "sku": {"name": "Standard", "tier": "Standard"}}' headers: Accept: - application/json @@ -3119,28 +2590,28 @@ interactions: Connection: - keep-alive Content-Length: - - '121' + - '71' Content-Type: - application/json ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006","name":"ehnamespace000006","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-06-28T08:11:04.737Z","updatedAt":"2022-06-28T08:11:04.737Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespace000006","createdAt":"2022-05-26T11:23:20.5Z","updatedAt":"2022-05-26T11:23:20.5Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '776' + - '714' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:11:05 GMT + - Thu, 26 May 2022 11:23:21 GMT expires: - '-1' pragma: @@ -3177,22 +2648,22 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006","name":"ehnamespace000006","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-06-28T08:11:04.737Z","updatedAt":"2022-06-28T08:11:04.737Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespace000006","createdAt":"2022-05-26T11:23:20.5Z","updatedAt":"2022-05-26T11:23:20.5Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '776' + - '714' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:11:36 GMT + - Thu, 26 May 2022 11:23:51 GMT expires: - '-1' pragma: @@ -3227,22 +2698,22 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006","name":"ehnamespace000006","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-06-28T08:11:04.737Z","updatedAt":"2022-06-28T08:11:53.35Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespace000006","createdAt":"2022-05-26T11:23:20.5Z","updatedAt":"2022-05-26T11:24:13.697Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '773' + - '714' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:05 GMT + - Thu, 26 May 2022 11:24:23 GMT expires: - '-1' pragma: @@ -3277,31 +2748,31 @@ interactions: ParameterSetName: - --resource-group -n --location User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006?api-version=2022-01-01-preview response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006","name":"ehnamespace000006","type":"Microsoft.EventHub/Namespaces","location":"East - US","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:ehnamespace000006","createdAt":"2022-06-28T08:11:04.737Z","updatedAt":"2022-06-28T08:11:53.35Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{},"properties":{"disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590:ehnamespace000006","createdAt":"2022-05-26T11:23:20.5Z","updatedAt":"2022-05-26T11:24:13.697Z","serviceBusEndpoint":"https://ehnamespace000006.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '773' + - '714' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:07 GMT + - Thu, 26 May 2022 11:24:24 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3331,13 +2802,13 @@ interactions: ParameterSetName: - --resource-group -n --namespace-name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/eventhubs/ehsrv000005?api-version=2022-01-01-preview response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/eventhubs/ehsrv000005","name":"ehsrv000005","type":"Microsoft.EventHub/Namespaces/EventHubs","location":"East - US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-06-28T08:12:09.88Z","updatedAt":"2022-06-28T08:12:10.177Z","partitionIds":["0","1","2","3"]}}' + US","properties":{"messageRetentionInDays":7,"partitionCount":4,"status":"Active","createdAt":"2022-05-26T11:24:28.82Z","updatedAt":"2022-05-26T11:24:29.017Z","partitionIds":["0","1","2","3"]}}' headers: cache-control: - no-cache @@ -3346,7 +2817,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:10 GMT + - Thu, 26 May 2022 11:24:29 GMT expires: - '-1' pragma: @@ -3365,7 +2836,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1193' status: code: 200 message: OK @@ -3387,7 +2858,7 @@ interactions: ParameterSetName: - --resource-group -n --namespace-name --rights User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.EventHub/namespaces/ehnamespace000006/authorizationRules/ehauthruledb000007?api-version=2022-01-01-preview response: @@ -3402,16 +2873,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:17 GMT + - Thu, 26 May 2022 11:24:36 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3421,7 +2892,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1189' status: code: 200 message: OK @@ -3440,12 +2911,12 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -3454,7 +2925,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:18 GMT + - Thu, 26 May 2022 11:24:38 GMT expires: - '-1' pragma: @@ -3487,7 +2958,7 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3501,7 +2972,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:19 GMT + - Thu, 26 May 2022 11:24:41 GMT expires: - '-1' pragma: @@ -3540,7 +3011,7 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -3554,7 +3025,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:26 GMT + - Thu, 26 May 2022 11:24:52 GMT expires: - '-1' pragma: @@ -3589,107 +3060,21 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' - headers: - cache-control: - - no-cache - content-length: - - '5871' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:12:27 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state --event-hub-target-state - --ehari --event-hub - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D - response: - body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBUUFQaVlFZ0FBc0FRQVlvU2VnaUVBQVJBb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' - headers: - cache-control: - - no-cache - content-length: - - '3227' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:12:27 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state --event-hub-target-state - --ehari --event-hub - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBUUFQaVlFZ0FBc0FRQVlvU2VnaUVBQVJBb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D - response: - body: - string: '{"value":[]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' headers: cache-control: - no-cache content-length: - - '12' + - '326' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:27 GMT + - Thu, 26 May 2022 11:24:53 GMT expires: - '-1' pragma: @@ -3720,12 +3105,12 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -3734,7 +3119,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 08:12:27 GMT + - Thu, 26 May 2022 11:24:55 GMT expires: - '-1' pragma: @@ -3750,7 +3135,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-resource-requests: - - '11997' + - '11999' status: code: 200 message: OK @@ -3758,7 +3143,7 @@ interactions: body: '{"properties": {"state": "Enabled", "storageEndpoint": "https://adlsgen2000002.blob.core.windows.net/", "storageAccountAccessKey": "veryFakedStorageAccountKey==", "retentionDays": 30, "auditActionsAndGroups": ["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"], "storageAccountSubscriptionId": - "326100e2-f69d-4268-8503-075374f62b6e", "isStorageSecondaryKeyInUse": false, + "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "isStorageSecondaryKeyInUse": false, "isAzureMonitorTargetEnabled": true}}' headers: Accept: @@ -3777,12 +3162,12 @@ interactions: - --resource-group --workspace-name --name --state --event-hub-target-state --ehari --event-hub User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -3791,7 +3176,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:29 GMT + - Thu, 26 May 2022 11:24:57 GMT expires: - '-1' pragma: @@ -3807,7 +3192,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1190' status: code: 200 message: OK @@ -3825,12 +3210,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -3839,7 +3224,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:31 GMT + - Thu, 26 May 2022 11:24:59 GMT expires: - '-1' pragma: @@ -3871,7 +3256,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3885,7 +3270,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:33 GMT + - Thu, 26 May 2022 11:25:02 GMT expires: - '-1' pragma: @@ -3917,12 +3302,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":true,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -3931,7 +3316,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:34 GMT + - Thu, 26 May 2022 11:25:03 GMT expires: - '-1' pragma: @@ -3963,7 +3348,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings?api-version=2017-05-01-preview response: @@ -3977,7 +3362,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:37 GMT + - Thu, 26 May 2022 11:25:06 GMT expires: - '-1' pragma: @@ -4011,7 +3396,7 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-monitor/3.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlpools/testsqlpool000004/providers/Microsoft.Insights/diagnosticSettings/SQLSecurityAuditEvents_EventHub?api-version=2017-05-01-preview response: @@ -4023,7 +3408,7 @@ interactions: content-length: - '0' date: - - Tue, 28 Jun 2022 08:12:42 GMT + - Thu, 26 May 2022 11:25:10 GMT expires: - '-1' pragma: @@ -4035,7 +3420,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14997' status: code: 200 message: OK @@ -4053,105 +3438,21 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?$filter=name%20eq%20%27adlsgen2000002%27%20and%20%28resourceType%20eq%20%27Microsoft.Storage%2FstorageAccounts%27%20or%20resourceType%20eq%20%27Microsoft.ClassicStorage%2FstorageAccounts%27%29&api-version=2021-04-01 response: body: - string: '{"value":[],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&api-version=2021-04-01&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3d%3d"}' - headers: - cache-control: - - no-cache - content-length: - - '5871' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:12:42 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state --event-hub-target-state - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4YlhQMjRpQUFBTUNnPT0jUlQ6MSNUUkM6MTAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBQOkFnaTRpUUFBTUNnQUFNdStBQUF3S0FBQXVJa0FBREFvQUFBQ0FOZS91WWtBQURBb0FBQUdBTEVCQUFsSWtOaUpBQUF3S0FBQUJBQlp1TGVBMjRrQUFEQW9BQUFNQU5HZUQ0QWZuQUhBQXdBV2dKV0tBQUF3S0FBQUFnQmJsOHFLQUFBd0tBQUFBZ0Erb3p5TEFBQXdLQUFBQWdCWnFENkxBQUF3S0FBQUFnQWxyaitMQUFBd0tBQUFBZ0FZZ2tPTEFBQXdLQUFBQkFBV2xzK1VSSXNBQURBb0FBQUNBR2FiUllzQUFEQW9BQUFFQUF5aGNZRkdpd0FBTUNnQUFBWUFHSUtEZ1krQVI0c0FBREFvQUFBT0FKQ3NjUVVjQUJDQU80QlJBQU1BVUlzQUFEQW9BQUFNQUdtSDdvSVhnREdDSm9EUm5GR0xBQUF3S0FBQUFnQnh0Vk9MQUFBd0tBQUFBZ0NhakZXTEFBQXdLQUFBRGdERXVndUVPb0F5Z0JlQWJZQUFnRmFMQUFBd0tBQUFCZ0FrZ2tLQUNZQmJpd0FBTUNnQUFBSUFQclpjaXdBQU1DZ0FBQVFBc1R3QURGMkxBQUF3S0FBQUFnQjF2VjZMQUFBd0tBQUFBZ0FaZ0YrTEFBQXdLQUFBQkFBUkQwUUFZSXNBQURBb0FBQUVBREdBejZaaGl3QUFNQ2dBQUFJQStJMWtpd0FBTUNnQUFBSUFtYWxvaXdBQU1DZ0FBQVFBdnFJV21HcUxBQUF3S0FBQUFnQjlzV3lMQUFBd0tBQUFDZ0NCSVdBQnI0SE5rOEtBYjRzQUFEQW9BQUFDQUlxSmNZc0FBREFvQUFBQ0FFZUJkb3NBQURBb0FBQUNBTnVKZklzQUFEQW9BQUFDQVBtb1E0d0FBREFvQUFBQ0FQZTZZb3dBQURBb0FBQUNBSGlzejR3QUFEQW9BQUFDQUIrbVY0NEFBREFvQUFBRUFMRTVBQVpjamdBQU1DZ0FBQUlBRDRPL2pnQUFNQ2dBQUFRQVJZVURnTktPQUFBd0tBQUFDQUF4cHhFUGd3QzFoOU9PQUFBd0tBQUFBZ0QzaU95T0FBQXdLQUFBREFBYXBqQ0FaSUNQZ08rS0pZRFVqd0FBTUNnQUFBSUFDcXpyandBQU1DZ0FBQUlBOHI3NGp3QUFNQ2dBQUFJQTM1bEJrQUFBTUNnQUFCUUFrNFR2anlPUVdJQzlnRHlBTFlBb2dCS0FwNEEza1FBQU1DZ0FBQVlBakowcmdCK0FQcEVBQURBb0FBQUtBTDJRQXNBNkFJQUJpWUZDa1FBQU1DZ0FBQUlBTEk5SGtRQUFNQ2dBQUFZQWJKWkZndlNHVDVFQUFEQW9BQUFRQU82aTRReGdDQWVCZ2dGQUFRQUlMb0ZRa1FBQU1DZ0FBQW9BUVFRQWdoRUFDUUNhZ0ZHUkFBQXdLQUFBQWdCbW5WV1JBQUF3S0FBQUFnQ3Z2Rm1SQUFBd0tBQUFBZ0M1azFxUkFBQXdLQUFBQkFDbGxJV2JaSkVBQURBb0FBQUVBQjJaazVwbmtRQUFNQ2dBQUFRQXdySjRnbXlSQUFBd0tBQUFCZ0R4S1FFSUtJQ2RrZ0FBTUNnQUFBSUErcnNza3dBQU1DZ0FBQUlBd3I5Rmt3QUFNQ2dBQUFRQUhMRUNnSTZUQUFBd0tBQUFBZ0FvZ0VDVkFBQXdLQUFBQWdEY2pFR1ZBQUF3S0FBQUFnQk1na09WQUFBd0tBQUFBZ0RRamttVkFBQXdLQUFBQmdBN2dEU0F0NEpObFFBQU1DZ0FBQUlBWkkxUmxRQUFNQ2dBQUFJQVBZUlNsUUFBTUNnQUFBSUFHSlJXbFFBQU1DZ0FBQUlBZTdWZ2xRQUFNQ2dBQUFJQStMVmxsUUFBTUNnQUFBWUEvNEFDZ0I2QmJaVUFBREFvQUFBRUFJbXpjNGw1bFFBQU1DZ0FBQUlBb0o5K2xRQUFNQ2dBQUFJQVpwS0VsUUFBTUNnQUFBSUFaNkNGbFFBQU1DZ0FBQUlBaVlXTmxRQUFNQ2dBQUFJQWhLdVZsUUFBTUNnQUFBSUFFSzZsbFFBQU1DZ0FBQUlBMFphcGxRQUFNQ2dBQUFJQUpic2NsZ0FBTUNnQUFBSUEwcEVmbGdBQU1DZ0FBQVFBZFlQOWdubVdBQUF3S0FBQUJBRHNrVEdBZTVZQUFEQW9BQUFDQUkybWY1WUFBREFvQUFBQ0FJYUd3cFlBQURBb0FBQUNBRENJTTVjQUFEQW9BQUFFQUtFU1FBSG9sd0FBTUNnQUFBb0F0NDl6Z1BlYjlZUVlnUFNYQUFBd0tBQUFCQUJycXh1QTlwY0FBREFvQUFBTUFBTTRFSUFBQ0FRQThRTUtBUGVYQUFBd0tBQUFBZ0FyaS9tWEFBQXdLQUFBQWdEa3RKNllBQUF3S0FBQUJBQVRuZ09Bb1pnQUFEQW9BQUFDQUE2Um9wZ0FBREFvQUFBQ0FGQzFvNWdBQURBb0FBQUVBRE9ESDRDMG1BQUFNQ2dBQUFJQTNMUzFtQUFBTUNnQUFBNEF6b0NKaUxLSWVZNVFnWTJBVm9HMm1BQUFNQ2dBQUFRQXM1SGRnTUdZQUFBd0tBQUFEQUE3Z0ZlR1Q0QWhpV3FhNm9yRW1BQUFNQ2dBQUFJQWpMamRtQUFBTUNnQUFBUUFiS2NYZ1B1WUFBQXdLQUFBQkFBM2pBV0FBNWtBQURBb0FBQUNBQlNzRVprQUFEQW9BQUFFQUFHWDVJTVNtUUFBTUNnQUFBSUFzNTRVbVFBQU1DZ0FBQUlBU0lraG1RQUFNQ2dBQUFJQUQ2MVdtUUFBTUNnQUFBUUFFb05XZ0YyWkFBQXdLQUFBQkFEd2xTdUFacGtBQURBb0FBQUVBQXkrZ29Cb21RQUFNQ2dBQUFJQXE3aHdtUUFBTUNnQUFBZ0FYYUF0Z0V5RkpJQjRtUUFBTUNnQUFBUUFJU3NXSUhtWkFBQXdLQUFBQkFCSW84V0FmNWtBQURBb0FBQUdBS2FMQllBY2dOcVpBQUF3S0FBQUFnRFBoZUNaQUFBd0tBQUFBZ0FPcndtYUFBQXdLQUFBQWdBaWdFT2FBQUF3S0FBQUFnQ0Rpa2VhQUFBd0tBQUFBZ0NiaHgrYkFBQXdLQUFBQ0FDN3U1ZUFBSUFUZ0htYkFBQXdLQUFBQkFBZWkwaUFpcHNBQURBb0FBQUVBSDJUR1lDUG13QUFNQ2dBQUFJQWlLVEVtd0FBTUNnQUFBSUFRcTdUbXdBQU1DZ0FBQTRBa2djQVRnSUVZUXNCQVJlQWxZN1Ztd0FBTUNnQUFBSUFIYTdxbXdBQU1DZ0FBQUlBcDRDZG5BQUFNQ2dBQUFJQVE1THBuQUFBTUNnQUFBSUFucUFCblFBQU1DZ0FBQUlBNXFvUm5RQUFNQ2dBQUFZQTk3cmNneStBSFowQUFEQW9BQUFDQU15Mk01NEFBREFvQUFBQ0FHdWtucDRBQURBb0FBQUNBTnFSelo0QUFEQW9BQUFDQUphd3pwOEFBREFvQUFBRUFNR3JJb0RQbndBQU1DZ0FBQWdBRllFK2dPR2JIb0FIb0FBQU1DZ0FBQVFBUG9Kamd3MmdBQUF3S0FBQUFnRGNnUjJnQUFBd0tBQUFCQUJ3dGd5QUhxQUFBREFvQUFBQ0FNS0xINkFBQURBb0FBQUlBSUlDQU9BQUNQNkFMS0FBQURBb0FBQUVBTzY1ZVlNa29RQUFNQ2dBQUFZQUo1WG9nS0dFVEtJQUFEQW9BQUFDQU5Ta1Q2SUFBREFvQUFBQ0FGcXpzS0lBQURBb0FBQUNBR2V3TWFNQUFEQW9BQUFDQUtDK002TUFBREFvQUFBQ0FIR0pOS01BQURBb0FBQUNBSEM1TnFNQUFEQW9BQUFDQUxLRFFxTUFBREFvQUFBQ0FLMmpsS01BQURBb0FBQUNBTUdHbGFNQUFEQW9BQUFDQURtYW5hTUFBREFvQUFBQ0FCMkVuNk1BQURBb0FBQUdBSTJlQWNBY0FLYWpBQUF3S0FBQUFnQ1FoNjJqQUFBd0tBQUFCQUNhcVUrQXI2TUFBREFvQUFBQ0FEaVh0cU1BQURBb0FBQVVBSFNQYVlBUkZnaGdJb0V1Z1lLQk1RSEFBR2FCdWFNQUFEQW9BQUFlQU5pakFjQUdBRkdTSFlCMWdlK0NFZ0FBQjRnQkVRQU1BQ0tDcVlETWdicWpBQUF3S0FBQUpBQ2VnQnlCZm9CVGdBZUJ1b0lUZ1hHQWo0TUJ3QUE0QzRIV2xyV09BNENUaEplQ3Q0Qytvd0FBTUNnQUFBWUFNUjdFQmRtQXhLTUFBREFvQUFBSUFLbXZEWUJwaUFhQXlhTUFBREFvQUFBQ0FMNkxLYVFBQURBb0FBQUNBQlNNTjZRQUFEQW9BQUFDQUVXSFBxUUFBREFvQUFBRUFEU0tBb0JBcEFBQU1DZ0FBQVFBNjVQcnBWS2tBQUF3S0FBQUNBRFl0RVNBZElEMmdGT2tBQUF3S0FBQUFnQmVvTkNrQUFBd0tBQUFEQUN1dTJ5QUNJQitnVUVBaUFEUnBBQUFNQ2dBQUFZQUE0VXVnQXVBN2FVQUFEQW9BQUFDQUlheVpxWUFBREFvQUFBRUFNZWtLWlhncGdBQU1DZ0FBQUlBU3JYeHBnQUFNQ2dBQUFRQTVyVU1nQUNuQUFBd0tBQUFCQUQ3allpQ0FxY0FBREFvQUFBR0FOSUJBR0FCQUFPbkFBQXdLQUFBQ0FBQkdnQVNWWUFoZ0FTbkFBQXdLQUFBQkFEZHFnZUFDNmNBQURBb0FBQUVBSkVCQUpBYXB3QUFNQ2dBQUFZQTJvUWRsUnlBSUtjQUFEQW9BQUFDQUdtVGlLY0FBREFvQUFBQ0FLNkYzNmNBQURBb0FBQUNBRXFnNDZjQUFEQW9BQUFNQUI2UUJvQVJBZ0JnWVFBQXdPcW5BQUF3S0FBQUJBQWRqWFNDNzZjQUFEQW9BQUFFQUgydnk0THdwd0FBTUNnQUFCZ0FjU2NCUUJlQUFnR0FJQkFBT1lBRGdGS0FZZ1FBZ2lBQTlxY0FBREFvQUFBQ0FFeUIrYWNBQURBb0FBQU1BRGVjQW9BMGdBQ0EybzFMZ2dtb0FBQXdLQUFBQWdDeGx3cW9BQUF3S0FBQUNBQkZ0d0tBT0lCUGdCR29BQUF3S0FBQUJBQ1JBMFFBRXFnQUFEQW9BQUFDQVArV0ZLZ0FBREFvQUFBQ0FCV1pOS2dBQURBb0FBQUdBSTZFR0lCQ2dscW9BQUF3S0FBQUFnQnR0RitvQUFBd0tBQUFBZ0Rwc3c9PVwiLFwicmFuZ2VcIjp7XCJtaW5cIjpcIjA1QzFDMTkxMzEzOTQwXCIsXCJtYXhcIjpcIjA1QzFDM0E3RkRGMzA4XCJ9fV0ifQ%3D%3D - response: - body: - string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}],"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2fstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2fstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBUUFQaVlFZ0FBc0FRQVlvU2VnaUVBQVJBb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3d"}' - headers: - cache-control: - - no-cache - content-length: - - '3227' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 28 Jun 2022 08:12:42 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 -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - CommandName: - - synapse sql pool audit-policy update - Connection: - - keep-alive - ParameterSetName: - - --resource-group --workspace-name --name --state --event-hub-target-state - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-resource/21.1.0b1 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resources?api-version=2021-04-01&%24filter=name+eq+%27adlsgen2000002%27+and+(resourceType+eq+%27Microsoft.Storage%2FstorageAccounts%27+or+resourceType+eq+%27Microsoft.ClassicStorage%2FstorageAccounts%27)&%24skiptoken=eyJuZXh0TWFya2VyIjoiW3tcInRva2VuXCI6XCIrUklEOn5mN045QVB2UEs4WUlneUl2QUFBTUNnPT0jUlQ6MiNUUkM6MjAwMCNJU1Y6MiNJRU86NjU1NTEjUUNGOjgjRlBDOkFnaUt2QUFBTUNnQUFNdStBQUF3S0FBQWlyd0FBREFvQUFBS0FBaUQ1WU5oQkE0REQ0S2F2QUFBTUNnQUFBSUFJN2VodkFBQU1DZ0FBQUlBYzUrbXZBQUFNQ2dBQUFJQXpJaW92QUFBTUNnQUFBSUFPN3VwdkFBQU1DZ0FBTndBYTVONGdnT0FWNEEvZ0pxQUVRRUNDRUVEQ0lCa2dBT0FvSUlQZ0VFQWdJRFNnQVNBN1lBVGdERUFRQ0FoZ0FMQUlBS0FBUFdBRElBRWdBS0FmNEFmZ0g2QURvQWRnQVdBZjRFb2dBK0FGSUMzZ0FTQUdZQU5nS01BQW9BQWdDQUFPNEFGZ0gyQUxJRFJnQXVBc1lBTGdJbUFBWUJoQUNDQVBJRUtnSXVBRW9CdGdDQ0FqSUFEZ0lTQUNvQm5nQkNBaW9BVmdIbUFJWURkZ0J5QW00QVdnRlNBRTRDdmdBMkEzSUFUZ0txQURZQ1FnQWFBL29BWmdHZUFBb0RqZ0FhQU1ZQVlnQzZCR0lBYWdRZUFnb0FBZ0k2QUc0RHNnQk9BaUlBTGdLcThBQUF3S0FBQUNBRTlnQVNBaDRBV2dJNkFENENIZ0FXQVM0QW1nQUNCSDRDRWdBYUFhb0FIZ0tLQVJJRGRnQk9BallBWGdDeUJDNENtZ0IyQVVRQWdnRFNCRm9CT2dCQ0FiNEFKZ0tLQUJvQkpnQk9BcW9BM2dKRUFRUUJWZ0JPQW1JQUlnRldBQllCYWdBeUF0b0FsZ0JFQkFVQXhBQmdBcjRBVmdMT0FDb0RlZ0NLQWxJQW9nTXlBRFlEamdBU0FuNEZXZ0tFQVFFQStnQlNBbDRBSGdDQ0JENENCQUJBZ2hJQUlnQTZCRW9EWWdBK0FZSUFPZ0ppQUFvRE1nQm1BOTRBVGdHeUFFNENaZ0JDQWVZQU9nTWlBQTRDVGdBYUE2NEFFZ0xPQUE0QzFnQUdBN29BWmdMMkFGWUNRZ0F5QWo0QWhnS21BRUlDOWdCR0FvNEFJZ0dTQUNvREZnQWVBNTRBYWdKaUFCSUN1dkFBQU1DZ0FBQVFBQ0xHZWdLKzhBQUF3S0FBQUNBQ3ZnNFdBOFFBVUFMUzhBQUF3S0FBQUFnQ0hzTHE4QUFBd0tBQUFBZ0REZzhLOEFBQXdLQUFBNmdFbGtMNkJFSUE4Z0J1QUlRQkFRREVBQWhBY2dBMkFjb0FIZ0c2QUZJQVZnQUtBQjRBSmdBNkFFSUErZ0EyQUpJQUpnQ3FBSW9BUmdDeUFCWUF1Z0FXQUVRQUJBUkdBaFlCUGdBbUFKNEFFZ0N1QUE4QUdBQUJBRUFBTGdTMkFKSUFyZ0JhQUFZQUJ3QUlRSElBS2dEaUFCNEJRZ0J5QUdZQTZnQW1BTUlBRGdCYUFFNEJIZ0I2QUxZQU9nQ3VBQVlBc2dCeUFOSUFEZ0NpQUFZQVlnQUdBTjRBTmdCeUFGSUFmZ0NDQU1ZQUhnQ2lBQTRBSGdBQ0FEWUFPZ0dxQUVvQVJBQUNDS29BWGdEZUFCWUF4QUFHQUhJQUNnQnFBQUlBZmdBU0FOb0FIZ0JXQUE0QXBnQXlBSVFBSUNES0FBb0FNZ0FTQU1RQUlRRXlBQ1lBYWdBT0FOSUFBZ0FtQURJQVJBQkFnTVFCQUlFeUFISUF4QUFHQUc0QUFnQjZBQ29BYmdBV0FSWUFHZ0R1QUQ0QWpnQVdBSUlBZWdDRUFJQ0FVZ0FDQUNZQUdnRmFBQTRDVWdBeUFsSUFFZ0NTQUFZQkpnQVNBWjRBS2dDRUFFRUFzZ0E2QUhvQU9nQkVBUUJBV2dBK0FRSUFJZ0J1QUJJQTZnQWVBS29BUWdFdUFCSUFQZ0FhQVVRQUJCQldBQzRBdGdCQ0FPSUFTZ0Q2QUhJQVRnQUNBRVFBQWdUNkFEb0JNZ0RLQU1vQTZnQWVBTG9BVGdDdUFCWUJHZ0JLQUtvQUFnQVdBQTRBaEFBUVFNUUFvQkNpQUFZQUxnQUdBS1lBRWdET0FDNEJPZ0JhQUM0QUFnQzJBRElCSmdBbUF3N3dBQURBb0FBQUNBUG1QeHJ3QUFEQW9BQUFHQUZ1Y21JRlBnODI4QUFBd0tBQUFCZ0JzdWQ2QWRZQ3N2UUFBTUNnQUFBSUF0cHl0dlFBQU1DZ0FBQUlBdG91dXZRQUFNQ2dBQUFJQU81cXl2UUFBTUNnQUFBd0FxNWcyaGdtQU1vQllnSmFDNTcwQUFEQW9BQUFDQUNDbjY3MEFBREFvQUFBUUFQaVlFZ0FBc0FRQVlvU2VnaUVBQVJBb3ZnQUFNQ2dBQUFZQXVaNEhnSWFDY3I0QUFEQW9BQUFDQU1DWXk3NEFBREFvQUFBQ0FLZWlcIixcInJhbmdlXCI6e1wibWluXCI6XCIwNUMxQzE5MTMxMzk0MFwiLFwibWF4XCI6XCIwNUMxQzNBN0ZERjMwOFwifX1dIn0%3D - response: - body: - string: '{"value":[]}' + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002","name":"adlsgen2000002","type":"Microsoft.Storage/storageAccounts","sku":{"name":"Standard_LRS","tier":"Standard"},"kind":"Storage","location":"eastus","tags":{}}]}' headers: cache-control: - no-cache content-length: - - '12' + - '326' content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:42 GMT + - Thu, 26 May 2022 11:25:11 GMT expires: - '-1' pragma: @@ -4181,12 +3482,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-storage/20.0.0 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Storage/storageAccounts/adlsgen2000002/listKeys?api-version=2021-09-01&$expand=kerb response: body: - string: '{"keys":[{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-06-28T07:58:37.7362018Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' + string: '{"keys":[{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key1","value":"veryFakedStorageAccountKey==","permissions":"FULL"},{"creationTime":"2022-05-26T11:12:29.4672537Z","keyName":"key2","value":"veryFakedStorageAccountKey==","permissions":"FULL"}]}' headers: cache-control: - no-cache @@ -4195,7 +3496,7 @@ interactions: content-type: - application/json date: - - Tue, 28 Jun 2022 08:12:43 GMT + - Thu, 26 May 2022 11:25:13 GMT expires: - '-1' pragma: @@ -4219,7 +3520,7 @@ interactions: body: '{"properties": {"state": "Enabled", "storageEndpoint": "https://adlsgen2000002.blob.core.windows.net/", "storageAccountAccessKey": "veryFakedStorageAccountKey==", "retentionDays": 30, "auditActionsAndGroups": ["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"], "storageAccountSubscriptionId": - "326100e2-f69d-4268-8503-075374f62b6e", "isStorageSecondaryKeyInUse": false, + "0b1f6471-1bf0-4dda-aec3-cb9272f09590", "isStorageSecondaryKeyInUse": false, "isAzureMonitorTargetEnabled": false}}' headers: Accept: @@ -4237,12 +3538,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name --state --event-hub-target-state User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -4251,7 +3552,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:46 GMT + - Thu, 26 May 2022 11:25:16 GMT expires: - '-1' pragma: @@ -4267,7 +3568,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1194' status: code: 200 message: OK @@ -4285,12 +3586,12 @@ interactions: ParameterSetName: - --resource-group --workspace-name --name User-Agent: - - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.6.2 (Windows-10-10.0.19041-SP0) + - AZURECLI/2.37.0 azsdk-python-mgmt-synapse/2.1.0b2 Python/3.9.5 (Windows-10-10.0.19044-SP0) method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/default?api-version=2021-06-01 response: body: - string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"326100e2-f69d-4268-8503-075374f62b6e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' + string: '{"properties":{"retentionDays":30,"auditActionsAndGroups":["SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP"],"isStorageSecondaryKeyInUse":false,"isAzureMonitorTargetEnabled":false,"state":"Enabled","storageEndpoint":"https://adlsgen2000002.blob.core.windows.net/","storageAccountSubscriptionId":"0b1f6471-1bf0-4dda-aec3-cb9272f09590"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/synapse-cli000001/providers/Microsoft.Synapse/workspaces/clitest000008/sqlPools/testsqlpool000004/auditingSettings/Default","name":"Default","type":"Microsoft.Synapse/workspaces/sqlPools/auditingSettings"}' headers: cache-control: - no-cache @@ -4299,7 +3600,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 28 Jun 2022 08:12:47 GMT + - Thu, 26 May 2022 11:25:18 GMT expires: - '-1' pragma: @@ -4317,4 +3618,4 @@ interactions: status: code: 200 message: OK -version: 1 +version: 1 \ No newline at end of file From cb578bfab2df31f455c22f8af01584348e836546 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jun 2022 13:22:38 +0530 Subject: [PATCH 09/11] fix help --- src/azure-cli/azure/cli/command_modules/eventhubs/_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py index 0a19b7377b6..8e3e7fa24af 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py @@ -407,7 +407,7 @@ short-summary: Updates network rule properties of the given Namespace. examples: - name: Updates network rule properties of the given Namespace, can be used to update public network access, trusted service and default action. - text: az eventhubs namespace network-rule update --resource-group myresourcegroup --namespace-name mynamespace --public-network-access + text: az eventhubs namespace network-rule update --resource-group myresourcegroup --namespace-name mynamespace --public-network-access """ helps['eventhubs namespace network-rule remove'] = """ From b2dc71bf7baa7d84e265698db767549f7cc58421 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jun 2022 13:54:14 +0530 Subject: [PATCH 10/11] pipeline fixes --- .../cli/command_modules/eventhubs/_help.py | 18 +- .../cli/command_modules/eventhubs/custom.py | 2 +- .../latest/recordings/test_eh_network.yaml | 396 +++++++++--------- 3 files changed, 208 insertions(+), 208 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py index 8e3e7fa24af..70e20956822 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py @@ -407,7 +407,7 @@ short-summary: Updates network rule properties of the given Namespace. examples: - name: Updates network rule properties of the given Namespace, can be used to update public network access, trusted service and default action. - text: az eventhubs namespace network-rule update --resource-group myresourcegroup --namespace-name mynamespace --public-network-access + text: az eventhubs namespace network-rule update --resource-group myresourcegroup --namespace-name mynamespace --public-network-access Enabled """ helps['eventhubs namespace network-rule remove'] = """ @@ -698,15 +698,18 @@ short-summary: Manages Application Groups for premium eventhubs namespace. """ +helps['eventhubs namespace application-group application-group-policy'] = """ +type: group +short-summary: Append or Remove application group policies. +""" + helps['eventhubs namespace application-group create'] = """ type: command short-summary: Creates an application group for an EventHub namespace examples: - name: Create an application group myAppGroup for eventhub namespace mynamespace with 2 throttling policies. Maximum allowed throttling policies is 4. text: | - az eventhubs namespace application-group create --namespace-name mynamespace -g MyResourceGroup --name myAppGroup | - --throttling-policy-config name=policy1 metric-id=IncomingMessages rate-limit-threshold=10000 | - --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000 + az eventhubs namespace application-group create --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --client-app-group-identifier SASKeyName=keyname --throttling-policy-config name=policy1 metric-id=IncomingMessages rate-limit-threshold=10000 --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000 """ helps['eventhubs namespace application-group update'] = """ @@ -742,9 +745,7 @@ examples: - name: Append 2 throttling policies to an application group. Maximum allowed throttling policies is 4. text: | - az eventhubs namespace application-group application-group-policy add --namespace-name mynamespace -g MyResourceGroup --name myAppGroup | - --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 | - --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000 + az eventhubs namespace application-group application-group-policy add --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000 """ helps['eventhubs namespace application-group application-group-policy remove'] = """ @@ -753,6 +754,5 @@ examples: - name: Removes a throttling policy from an applicatin group myAppGroup. text: | - az eventhubs namespace application-group application-group-policy remove --namespace-name mynamespace -g MyResourceGroup --name myAppGroup | - --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 + az eventhubs namespace application-group application-group-policy remove --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 """ diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py index d05530ae191..78443013990 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/custom.py @@ -341,7 +341,7 @@ def cli_networkrule_createupdate(cmd, client, resource_group_name, namespace_nam return client.create_or_update_network_rule_set(resource_group_name, namespace_name, netwrokruleset) -def cli_networkrule_update(cmd, client, resource_group_name, namespace_name, public_network_access=None, trusted_service_access_enabled=None, +def cli_networkrule_update(client, resource_group_name, namespace_name, public_network_access=None, trusted_service_access_enabled=None, default_action=None): networkruleset = client.get_network_rule_set(resource_group_name, namespace_name) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml index 95a8871527a..75a447cfc05 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eh_network.yaml @@ -18,7 +18,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T07:15:25Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T08:16:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -27,7 +27,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:30 GMT + - Wed, 29 Jun 2022 08:16:30 GMT expires: - '-1' pragma: @@ -66,10 +66,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"99e7ea73-710c-4095-8403-cb82ffdce642\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"09fcc1b2-48a2-4561-8a9c-0ee519b3667d\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"ea9f62ad-7ec0-4f71-b226-95b6e6ef42bb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -78,7 +78,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c46b6882-c336-49d3-bde4-cd3ae0074a0a?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e7d066c3-c2de-44c7-91a7-04b74c3cb0ad?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -86,7 +86,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:36 GMT + - Wed, 29 Jun 2022 08:16:37 GMT expires: - '-1' pragma: @@ -99,7 +99,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ff4c8fd0-9c61-474b-9a22-0da89e64da10 + - 71d93d19-171a-4f79-bccb-ec36e163740a x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -121,7 +121,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c46b6882-c336-49d3-bde4-cd3ae0074a0a?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e7d066c3-c2de-44c7-91a7-04b74c3cb0ad?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -133,7 +133,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:39 GMT + - Wed, 29 Jun 2022 08:16:41 GMT expires: - '-1' pragma: @@ -150,7 +150,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 73a6d888-8c40-439d-974c-601536067f72 + - 5cebb413-790e-4192-a8dc-f9c36f61ae14 status: code: 200 message: OK @@ -174,10 +174,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"1827a576-5e56-4f69-af9e-bee9aeb22bc9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"81e2b3cf-50bc-45c4-9012-38339b3c4457\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"ea9f62ad-7ec0-4f71-b226-95b6e6ef42bb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -190,9 +190,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:40 GMT + - Wed, 29 Jun 2022 08:16:41 GMT etag: - - W/"1827a576-5e56-4f69-af9e-bee9aeb22bc9" + - W/"81e2b3cf-50bc-45c4-9012-38339b3c4457" expires: - '-1' pragma: @@ -209,7 +209,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 91b90221-fdfe-4d72-9611-1d8202d52756 + - 1f94a9fb-001c-4873-92aa-a8d505e93fb3 status: code: 200 message: OK @@ -232,7 +232,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T07:15:25Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T08:16:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -241,7 +241,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:40 GMT + - Wed, 29 Jun 2022 08:16:40 GMT expires: - '-1' pragma: @@ -280,10 +280,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"c0bb69e7-0dfe-4390-b679-81178faed3d4\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"7c50f8c6-5942-4ea6-9341-0d8d67fef1bf\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"02a21472-2267-49e5-bf4a-6ffd22629830\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -292,7 +292,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b0e35ce6-4fd3-4bff-bc94-9f60b6e8142b?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e587a90f-10a5-4c7d-9ada-7e01c3974442?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -300,7 +300,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:47 GMT + - Wed, 29 Jun 2022 08:16:46 GMT expires: - '-1' pragma: @@ -313,9 +313,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 4dad3883-2446-47c0-906c-3d7e54bb1c0c + - 4495f7c8-0d66-4921-b0c4-e61e13e7c877 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 201 message: Created @@ -335,7 +335,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/b0e35ce6-4fd3-4bff-bc94-9f60b6e8142b?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/e587a90f-10a5-4c7d-9ada-7e01c3974442?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -347,7 +347,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:50 GMT + - Wed, 29 Jun 2022 08:16:49 GMT expires: - '-1' pragma: @@ -364,7 +364,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - c3050774-9316-4162-b6bc-03e050730c3a + - 3d0a79fe-6151-44f6-90b4-f8ceb9c098ed status: code: 200 message: OK @@ -388,10 +388,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"52a5f7c3-8993-47ff-b6ec-d7402b5cfe26\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"e035b3f2-a69f-46d1-ae1e-db461777050a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"02a21472-2267-49e5-bf4a-6ffd22629830\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -404,9 +404,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:50 GMT + - Wed, 29 Jun 2022 08:16:49 GMT etag: - - W/"52a5f7c3-8993-47ff-b6ec-d7402b5cfe26" + - W/"e035b3f2-a69f-46d1-ae1e-db461777050a" expires: - '-1' pragma: @@ -423,7 +423,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 8ad1af61-e368-4a4a-a2be-938af63876c7 + - 360e72a2-cb4d-4845-8218-cee8a3fe49ae status: code: 200 message: OK @@ -447,10 +447,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"1827a576-5e56-4f69-af9e-bee9aeb22bc9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"81e2b3cf-50bc-45c4-9012-38339b3c4457\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"ea9f62ad-7ec0-4f71-b226-95b6e6ef42bb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -463,9 +463,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:50 GMT + - Wed, 29 Jun 2022 08:16:50 GMT etag: - - W/"1827a576-5e56-4f69-af9e-bee9aeb22bc9" + - W/"81e2b3cf-50bc-45c4-9012-38339b3c4457" expires: - '-1' pragma: @@ -482,7 +482,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b3438445-4a3f-4986-97c8-e4b2a9b203a5 + - ef2d5312-b0b4-4ebe-9faf-ef29848ec84e status: code: 200 message: OK @@ -515,15 +515,15 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"088b80c2-7aad-408e-bf43-645c49a726a9\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"1b3240f1-e916-4787-a05d-468cdee9f5f6\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"ea9f62ad-7ec0-4f71-b226-95b6e6ef42bb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default\",\r\n - \ \"etag\": \"W/\\\"088b80c2-7aad-408e-bf43-645c49a726a9\\\"\",\r\n + \ \"etag\": \"W/\\\"1b3240f1-e916-4787-a05d-468cdee9f5f6\\\"\",\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\": @@ -534,7 +534,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5935700d-75d4-4fbb-a6cb-dad8e6f449bd?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4aa4ebcd-de4d-4ab7-84f3-a736cbbfd99c?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -542,7 +542,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:53 GMT + - Wed, 29 Jun 2022 08:16:53 GMT expires: - '-1' pragma: @@ -559,9 +559,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 13189f9c-c15f-4157-86a1-1efa68e75a10 + - c1ee3512-e04e-4906-9117-1a15ef031a19 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 200 message: OK @@ -581,7 +581,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/5935700d-75d4-4fbb-a6cb-dad8e6f449bd?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/4aa4ebcd-de4d-4ab7-84f3-a736cbbfd99c?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -593,7 +593,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:57 GMT + - Wed, 29 Jun 2022 08:16:56 GMT expires: - '-1' pragma: @@ -610,7 +610,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - b58a62f7-c390-4484-b1be-d0bf5e8db523 + - b6cbcc97-f23f-44bc-988e-1371ddd96702 status: code: 200 message: OK @@ -634,15 +634,15 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest1\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1\",\r\n - \ \"etag\": \"W/\\\"6248013d-7b7c-469c-85a1-c52ba1b7589d\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"ecb1a6e9-b6b7-471c-b1d5-9c63d75faf84\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"d6a0c225-7d10-46d8-9098-2448830db55a\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"ea9f62ad-7ec0-4f71-b226-95b6e6ef42bb\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"default\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest1/subnets/default\",\r\n - \ \"etag\": \"W/\\\"6248013d-7b7c-469c-85a1-c52ba1b7589d\\\"\",\r\n + \ \"etag\": \"W/\\\"ecb1a6e9-b6b7-471c-b1d5-9c63d75faf84\\\"\",\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\": @@ -657,9 +657,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:57 GMT + - Wed, 29 Jun 2022 08:16:56 GMT etag: - - W/"6248013d-7b7c-469c-85a1-c52ba1b7589d" + - W/"ecb1a6e9-b6b7-471c-b1d5-9c63d75faf84" expires: - '-1' pragma: @@ -676,7 +676,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - 85bae7de-6039-4722-8058-f3505bf17e8b + - 844daf60-dd62-4912-9c7a-dc94a252eab7 status: code: 200 message: OK @@ -700,10 +700,10 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"52a5f7c3-8993-47ff-b6ec-d7402b5cfe26\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"e035b3f2-a69f-46d1-ae1e-db461777050a\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"02a21472-2267-49e5-bf4a-6ffd22629830\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\": @@ -716,9 +716,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:57 GMT + - Wed, 29 Jun 2022 08:16:57 GMT etag: - - W/"52a5f7c3-8993-47ff-b6ec-d7402b5cfe26" + - W/"e035b3f2-a69f-46d1-ae1e-db461777050a" expires: - '-1' pragma: @@ -735,7 +735,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ccac0f34-1759-46e6-8ae1-cca2c6cd507a + - 8303a28e-377b-46c0-9321-388702f37438 status: code: 200 message: OK @@ -768,15 +768,15 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"4f4cdbf6-859e-4e20-978d-e207d63bf25f\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"b0ce9b55-54f0-4dc7-9d70-6f4ae423d9f2\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n - \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"02a21472-2267-49e5-bf4a-6ffd22629830\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"secondvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet\",\r\n - \ \"etag\": \"W/\\\"4f4cdbf6-859e-4e20-978d-e207d63bf25f\\\"\",\r\n + \ \"etag\": \"W/\\\"b0ce9b55-54f0-4dc7-9d70-6f4ae423d9f2\\\"\",\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\": @@ -787,7 +787,7 @@ interactions: azure-asyncnotification: - Enabled azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c996edc6-827b-4dc1-9611-e2b55be6cd0e?api-version=2021-08-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d527cecb-adee-4b83-99e8-326617eae32a?api-version=2021-08-01 cache-control: - no-cache content-length: @@ -795,7 +795,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:15:59 GMT + - Wed, 29 Jun 2022 08:17:00 GMT expires: - '-1' pragma: @@ -812,9 +812,9 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - d6f25791-4c05-4a4a-83bc-8b64db90ae99 + - 5faa2ac2-bb63-48cb-a8f1-0d26332da071 x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -834,7 +834,7 @@ interactions: User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-network/20.0.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/c996edc6-827b-4dc1-9611-e2b55be6cd0e?api-version=2021-08-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/westus/operations/d527cecb-adee-4b83-99e8-326617eae32a?api-version=2021-08-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" @@ -846,7 +846,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:16:02 GMT + - Wed, 29 Jun 2022 08:17:13 GMT expires: - '-1' pragma: @@ -863,7 +863,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - ce11288d-5cc3-41df-8683-33f335afa56d + - 3e35d9df-276c-444e-8ba2-76e59403ba07 status: code: 200 message: OK @@ -887,15 +887,15 @@ interactions: response: body: string: "{\r\n \"name\": \"sbehvnettest2\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2\",\r\n - \ \"etag\": \"W/\\\"33864ec9-382d-4b09-aa71-b018623ccd0c\\\"\",\r\n \"type\": + \ \"etag\": \"W/\\\"0f23c495-cc28-4105-a39c-9e281acaa601\\\"\",\r\n \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"westus\",\r\n \ \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n - \ \"resourceGuid\": \"45af4c03-6f2b-4906-a5ae-140d439e89d1\",\r\n \"addressSpace\": + \ \"resourceGuid\": \"02a21472-2267-49e5-bf4a-6ffd22629830\",\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n \ },\r\n \"dhcpOptions\": {\r\n \"dnsServers\": []\r\n },\r\n \ \"subnets\": [\r\n {\r\n \"name\": \"secondvnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.Network/virtualNetworks/sbehvnettest2/subnets/secondvnet\",\r\n - \ \"etag\": \"W/\\\"33864ec9-382d-4b09-aa71-b018623ccd0c\\\"\",\r\n + \ \"etag\": \"W/\\\"0f23c495-cc28-4105-a39c-9e281acaa601\\\"\",\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\": @@ -910,9 +910,9 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:16:03 GMT + - Wed, 29 Jun 2022 08:17:13 GMT etag: - - W/"33864ec9-382d-4b09-aa71-b018623ccd0c" + - W/"0f23c495-cc28-4105-a39c-9e281acaa601" expires: - '-1' pragma: @@ -929,7 +929,7 @@ interactions: x-content-type-options: - nosniff x-ms-arm-service-request-id: - - a504fb71-2f4e-4514-9c25-558613fe9258 + - 9c0e3d6f-21e4-41ee-be3f-f1e61aee76ea status: code: 200 message: OK @@ -965,16 +965,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:16:03 GMT + - Wed, 29 Jun 2022 08:17:14 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1007,7 +1007,7 @@ interactions: uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_eh_network000001?api-version=2021-04-01 response: body: - string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T07:15:25Z"},"properties":{"provisioningState":"Succeeded"}}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001","name":"cli_test_eh_network000001","type":"Microsoft.Resources/resourceGroups","location":"westus","tags":{"product":"azurecli","cause":"automation","date":"2022-06-29T08:16:25Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache @@ -1016,7 +1016,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:16:04 GMT + - Wed, 29 Jun 2022 08:17:14 GMT expires: - '-1' pragma: @@ -1055,16 +1055,16 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:08.31Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T08:17:18.7Z","updatedAt":"2022-06-29T08:17:18.7Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '807' + - '805' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:16:09 GMT + - Wed, 29 Jun 2022 08:17:20 GMT expires: - '-1' pragma: @@ -1107,16 +1107,16 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:08.31Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T08:17:18.7Z","updatedAt":"2022-06-29T08:17:18.7Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '807' + - '805' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:16:40 GMT + - Wed, 29 Jun 2022 08:17:51 GMT expires: - '-1' pragma: @@ -1157,16 +1157,16 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:59.583Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T08:17:18.7Z","updatedAt":"2022-06-29T08:18:11.677Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '806' + - '805' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:10 GMT + - Wed, 29 Jun 2022 08:18:21 GMT expires: - '-1' pragma: @@ -1216,7 +1216,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:10 GMT + - Wed, 29 Jun 2022 08:18:21 GMT expires: - '-1' pragma: @@ -1271,7 +1271,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:17 GMT + - Wed, 29 Jun 2022 08:18:28 GMT expires: - '-1' pragma: @@ -1314,16 +1314,16 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:59.583Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T08:17:18.7Z","updatedAt":"2022-06-29T08:18:11.677Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '806' + - '805' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:18 GMT + - Wed, 29 Jun 2022 08:18:28 GMT expires: - '-1' pragma: @@ -1364,25 +1364,25 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:59.583Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T08:17:18.7Z","updatedAt":"2022-06-29T08:18:11.677Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '806' + - '805' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:19 GMT + - Wed, 29 Jun 2022 08:18:29 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1414,25 +1414,25 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:16:59.583Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T08:17:18.7Z","updatedAt":"2022-06-29T08:18:11.677Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '806' + - '805' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:19 GMT + - Wed, 29 Jun 2022 08:18:31 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/DM2 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1473,7 +1473,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:20 GMT + - Wed, 29 Jun 2022 08:18:32 GMT expires: - '-1' pragma: @@ -1528,7 +1528,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:27 GMT + - Wed, 29 Jun 2022 08:18:39 GMT expires: - '-1' pragma: @@ -1578,25 +1578,25 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:17:36.293Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Updating","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T08:17:18.7Z","updatedAt":"2022-06-29T08:18:47.03Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache content-length: - - '809' + - '807' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:17:36 GMT + - Wed, 29 Jun 2022 08:18:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1630,7 +1630,7 @@ interactions: response: body: string: '{"sku":{"name":"Standard","tier":"Standard","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_network000001/providers/Microsoft.EventHub/namespaces/eventhubs-cli000002","name":"eventhubs-cli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T07:16:08.31Z","updatedAt":"2022-06-29T07:17:38.53Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' + US","tags":{"{tag1":"value1}"},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":false,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-cli000002","createdAt":"2022-06-29T08:17:18.7Z","updatedAt":"2022-06-29T08:18:50.993Z","serviceBusEndpoint":"https://eventhubs-cli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache @@ -1639,16 +1639,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:06 GMT + - Wed, 29 Jun 2022 08:19:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1689,16 +1689,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:07 GMT + - Wed, 29 Jun 2022 08:19:18 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1739,16 +1739,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:09 GMT + - Wed, 29 Jun 2022 08:19:19 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1794,16 +1794,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:16 GMT + - Wed, 29 Jun 2022 08:19:26 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1813,7 +1813,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -1846,16 +1846,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:17 GMT + - Wed, 29 Jun 2022 08:19:28 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1902,16 +1902,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:25 GMT + - Wed, 29 Jun 2022 08:19:35 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -1954,16 +1954,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:25 GMT + - Wed, 29 Jun 2022 08:19:35 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2004,16 +2004,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:26 GMT + - Wed, 29 Jun 2022 08:19:37 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2059,16 +2059,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:33 GMT + - Wed, 29 Jun 2022 08:19:44 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2078,7 +2078,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: OK @@ -2111,16 +2111,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:34 GMT + - Wed, 29 Jun 2022 08:19:45 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2168,16 +2168,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:47 GMT + - Wed, 29 Jun 2022 08:19:59 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2220,16 +2220,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:18:48 GMT + - Wed, 29 Jun 2022 08:19:59 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2278,16 +2278,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:02 GMT + - Wed, 29 Jun 2022 08:20:13 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2297,7 +2297,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -2330,7 +2330,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:03 GMT + - Wed, 29 Jun 2022 08:20:16 GMT expires: - '-1' pragma: @@ -2388,7 +2388,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:11 GMT + - Wed, 29 Jun 2022 08:20:24 GMT expires: - '-1' pragma: @@ -2440,7 +2440,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:13 GMT + - Wed, 29 Jun 2022 08:20:25 GMT expires: - '-1' pragma: @@ -2498,7 +2498,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:22 GMT + - Wed, 29 Jun 2022 08:20:32 GMT expires: - '-1' pragma: @@ -2517,7 +2517,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2550,16 +2550,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:22 GMT + - Wed, 29 Jun 2022 08:20:33 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2608,16 +2608,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:31 GMT + - Wed, 29 Jun 2022 08:20:41 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2660,16 +2660,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:33 GMT + - Wed, 29 Jun 2022 08:20:42 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2718,16 +2718,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:41 GMT + - Wed, 29 Jun 2022 08:20:50 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2737,7 +2737,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -2770,16 +2770,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:42 GMT + - Wed, 29 Jun 2022 08:20:51 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2828,16 +2828,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:50 GMT + - Wed, 29 Jun 2022 08:21:00 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -2880,7 +2880,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:51 GMT + - Wed, 29 Jun 2022 08:21:01 GMT expires: - '-1' pragma: @@ -2938,7 +2938,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:19:59 GMT + - Wed, 29 Jun 2022 08:21:08 GMT expires: - '-1' pragma: @@ -2957,7 +2957,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1197' status: code: 200 message: OK @@ -2990,16 +2990,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:20:00 GMT + - Wed, 29 Jun 2022 08:21:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3048,16 +3048,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:20:09 GMT + - Wed, 29 Jun 2022 08:21:20 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3067,7 +3067,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -3100,16 +3100,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:20:09 GMT + - Wed, 29 Jun 2022 08:21:21 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3150,16 +3150,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:20:11 GMT + - Wed, 29 Jun 2022 08:21:22 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3207,16 +3207,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:20:20 GMT + - Wed, 29 Jun 2022 08:21:30 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -3226,7 +3226,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1199' + - '1198' status: code: 200 message: OK @@ -3258,7 +3258,7 @@ interactions: content-length: - '0' date: - - Wed, 29 Jun 2022 07:20:24 GMT + - Wed, 29 Jun 2022 08:21:34 GMT expires: - '-1' location: @@ -3303,7 +3303,7 @@ interactions: cache-control: - no-cache date: - - Wed, 29 Jun 2022 07:20:54 GMT + - Wed, 29 Jun 2022 08:22:05 GMT expires: - '-1' pragma: From a84f364730c73946f396ad779c5810f6669652a2 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jun 2022 16:08:22 +0530 Subject: [PATCH 11/11] addressing comments --- .../cli/command_modules/eventhubs/_help.py | 10 +- .../cli/command_modules/eventhubs/_params.py | 2 +- .../cli/command_modules/eventhubs/commands.py | 2 +- .../recordings/test_eventhub_app_group.yaml | 701 ++++++++++++++---- ...st_eventhub_namespace_application_group.py | 124 +++- 5 files changed, 697 insertions(+), 142 deletions(-) diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py index 70e20956822..d0b7c679e1e 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_help.py @@ -698,7 +698,7 @@ short-summary: Manages Application Groups for premium eventhubs namespace. """ -helps['eventhubs namespace application-group application-group-policy'] = """ +helps['eventhubs namespace application-group policy'] = """ type: group short-summary: Append or Remove application group policies. """ @@ -739,20 +739,20 @@ az eventhubs namespace application-group list --namespace-name mynamespace -g MyResourceGroup """ -helps['eventhubs namespace application-group application-group-policy add'] = """ +helps['eventhubs namespace application-group policy add'] = """ type: command short-summary: Appends an application group policy to the existing policy. This cmdlet can be used to append one or more throttling policies. examples: - name: Append 2 throttling policies to an application group. Maximum allowed throttling policies is 4. text: | - az eventhubs namespace application-group application-group-policy add --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000 + az eventhubs namespace application-group policy add --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000 """ -helps['eventhubs namespace application-group application-group-policy remove'] = """ +helps['eventhubs namespace application-group policy remove'] = """ type: command short-summary: Removes an application group policy from the existing policies. This cmdlet can be used to remove one or more throttling policies. examples: - name: Removes a throttling policy from an applicatin group myAppGroup. text: | - az eventhubs namespace application-group application-group-policy remove --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 + az eventhubs namespace application-group policy remove --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --throttling-policy-config name=policy1 metric-id=OutgoingMessages rate-limit-threshold=10500 """ diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py b/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py index b19227408d0..ada4e673645 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/_params.py @@ -294,6 +294,6 @@ def load_arguments_eh(self, _): with self.argument_context('eventhubs namespace application-group create') as c: c.argument('client_app_group_identifier', options_list=['--client-app-group-identifier', '--client-app-group-id'], help='The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)') - for scope in ['eventhubs namespace application-group application-group-policy add', 'eventhubs namespace application-group application-group-policy remove', 'eventhubs namespace application-group create']: + for scope in ['eventhubs namespace application-group policy add', 'eventhubs namespace application-group policy remove', 'eventhubs namespace application-group create']: with self.argument_context(scope) as c: c.argument('throttling_policy_config', action=ConstructPolicy, options_list=['--throttling-policy-config', '--throttling-policy', '--policy-config'], nargs='+', help='List of Throttling Policy Objects') diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py b/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py index 5ebf48126b1..a13bbf02c26 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/commands.py @@ -194,6 +194,6 @@ def load_command_table(self, _): g.command('delete', 'delete') g.command('list', 'list_by_namespace') - with self.command_group('eventhubs namespace application-group application-group-policy', eh_application_group_util, resource_type=ResourceType.MGMT_EVENTHUB, client_factory=application_group_mgmt_client_factory) as g: + with self.command_group('eventhubs namespace application-group policy', eh_application_group_util, resource_type=ResourceType.MGMT_EVENTHUB, client_factory=application_group_mgmt_client_factory) as g: g.custom_command('add', 'cli_add_appgroup_policy') g.custom_command('remove', 'cli_remove_appgroup_policy') diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml index fcc65ab4c9d..e95d7a25f9f 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/recordings/test_eventhub_app_group.yaml @@ -24,7 +24,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:22:44.49Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T10:34:13.92Z","updatedAt":"2022-06-29T10:34:13.92Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -33,7 +33,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:22:45 GMT + - Wed, 29 Jun 2022 10:34:14 GMT expires: - '-1' pragma: @@ -76,7 +76,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:22:44.49Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T10:34:13.92Z","updatedAt":"2022-06-29T10:34:13.92Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -85,7 +85,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:23:16 GMT + - Wed, 29 Jun 2022 10:34:45 GMT expires: - '-1' pragma: @@ -126,7 +126,7 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:22:44.49Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T10:34:13.92Z","updatedAt":"2022-06-29T10:34:13.92Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' headers: cache-control: - no-cache @@ -135,66 +135,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:23:47 GMT + - Wed, 29 Jun 2022 10:35:17 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 - - Microsoft-HTTPAPI/2.0 - server-sb: - - Service-Bus-Resource-Provider/CH3 - 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 - CommandName: - - eventhubs namespace create - Connection: - - keep-alive - ParameterSetName: - - --resource-group --name --location --sku - User-Agent: - - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002?api-version=2022-01-01-preview - response: - body: - string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Created","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:22:44.49Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Activating"}}' - headers: - cache-control: - - no-cache - content-length: - - '799' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 29 Jun 2022 07:24:17 GMT - expires: - - '-1' - pragma: - - no-cache - server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -226,25 +176,25 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:24:22.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T10:34:13.92Z","updatedAt":"2022-06-29T10:35:46.66Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '798' + - '797' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:47 GMT + - Wed, 29 Jun 2022 10:35:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -276,25 +226,25 @@ interactions: response: body: string: '{"sku":{"name":"Premium","tier":"Premium","capacity":1},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002","name":"eventhubs-nscli000002","type":"Microsoft.EventHub/Namespaces","location":"West - US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T07:22:44.49Z","updatedAt":"2022-06-29T07:24:22.037Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' + US 2","tags":{},"properties":{"minimumTlsVersion":"1.2","publicNetworkAccess":"Enabled","disableLocalAuth":false,"zoneRedundant":true,"isAutoInflateEnabled":false,"maximumThroughputUnits":0,"kafkaEnabled":true,"provisioningState":"Succeeded","metricId":"326100e2-f69d-4268-8503-075374f62b6e:eventhubs-nscli000002","createdAt":"2022-06-29T10:34:13.92Z","updatedAt":"2022-06-29T10:35:46.66Z","serviceBusEndpoint":"https://eventhubs-nscli000002.servicebus.windows.net:443/","status":"Active"}}' headers: cache-control: - no-cache content-length: - - '798' + - '797' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:48 GMT + - Wed, 29 Jun 2022 10:35:47 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -344,7 +294,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:50 GMT + - Wed, 29 Jun 2022 10:35:49 GMT expires: - '-1' pragma: @@ -375,7 +325,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group application-group-policy add + - eventhubs namespace application-group policy add Connection: - keep-alive ParameterSetName: @@ -396,16 +346,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:51 GMT + - Wed, 29 Jun 2022 10:35:50 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -431,7 +381,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group application-group-policy add + - eventhubs namespace application-group policy add Connection: - keep-alive Content-Length: @@ -456,16 +406,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:53 GMT + - Wed, 29 Jun 2022 10:35:51 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -475,7 +425,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -487,7 +437,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group application-group-policy remove + - eventhubs namespace application-group policy remove Connection: - keep-alive ParameterSetName: @@ -508,16 +458,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:54 GMT + - Wed, 29 Jun 2022 10:35:54 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -541,7 +491,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group application-group-policy remove + - eventhubs namespace application-group policy remove Connection: - keep-alive Content-Length: @@ -566,16 +516,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:55 GMT + - Wed, 29 Jun 2022 10:35:55 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -597,7 +547,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group application-group-policy remove + - eventhubs namespace application-group policy remove Connection: - keep-alive ParameterSetName: @@ -618,16 +568,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:57 GMT + - Wed, 29 Jun 2022 10:35:55 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -649,7 +599,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group application-group-policy remove + - eventhubs namespace application-group policy remove Connection: - keep-alive Content-Length: @@ -674,16 +624,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:59 GMT + - Wed, 29 Jun 2022 10:35:57 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -693,7 +643,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1198' status: code: 200 message: OK @@ -705,7 +655,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group application-group-policy add + - eventhubs namespace application-group policy add Connection: - keep-alive ParameterSetName: @@ -726,16 +676,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:24:59 GMT + - Wed, 29 Jun 2022 10:35:58 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -759,7 +709,7 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group application-group-policy add + - eventhubs namespace application-group policy add Connection: - keep-alive Content-Length: @@ -784,16 +734,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:25:01 GMT + - Wed, 29 Jun 2022 10:35:59 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -836,16 +786,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:25:02 GMT + - Wed, 29 Jun 2022 10:36:01 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/CH3 + - Service-Bus-Resource-Provider/SN1 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -886,16 +836,16 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:25:04 GMT + - Wed, 29 Jun 2022 10:36:02 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: @@ -944,7 +894,117 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:25:06 GMT + - Wed, 29 Jun 2022 10:36:03 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group update + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name --is-enabled + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":12000}],"isEnabled":false}}' + headers: + cache-control: + - no-cache + content-length: + - '720' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 29 Jun 2022 10:36:05 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: '{"properties": {"isEnabled": true, "clientAppGroupIdentifier": "SASKeyName=saskey000007", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}, {"name": "policy2", "type": "ThrottlingPolicy", + "rateLimitThreshold": 15000, "metricId": "OutgoingMessages"}, {"name": "policy3", + "type": "ThrottlingPolicy", "rateLimitThreshold": 12000, "metricId": "IncomingMessages"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group update + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --is-enabled + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003","name":"app-group-nscli1000003","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000007","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":12000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 29 Jun 2022 10:36:06 GMT expires: - '-1' pragma: @@ -968,34 +1028,46 @@ interactions: code: 200 message: OK - request: - body: null + body: '{"properties": {"clientAppGroupIdentifier": "SASKeyName=saskey000008", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}, {"name": "policy2", "type": "ThrottlingPolicy", + "rateLimitThreshold": 15000, "metricId": "OutgoingMessages"}, {"name": "policy3", + "type": "ThrottlingPolicy", "rateLimitThreshold": 10000, "metricId": "IncomingMessages"}, + {"name": "policy4", "type": "ThrottlingPolicy", "rateLimitThreshold": 182000, + "metricId": "OutgoingBytes"}]}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group delete + - eventhubs namespace application-group create Connection: - keep-alive Content-Length: - - '0' + - '520' + Content-Type: + - application/json ParameterSetName: - - --resource-group --namespace-name --name + - --resource-group --namespace-name --name --client-app-group-identifier --throttling-policy-config + --throttling-policy-config --throttling-policy-config --throttling-policy-config User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) - method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004?api-version=2022-01-01-preview response: body: - string: '' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004","name":"app-group-nscli2000004","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000008","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy4","metricId":"OutgoingBytes","rateLimitThreshold":182000}],"isEnabled":true}}' headers: cache-control: - no-cache content-length: - - '0' + - '819' + content-type: + - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:25:08 GMT + - Wed, 29 Jun 2022 10:36:08 GMT expires: - '-1' pragma: @@ -1007,10 +1079,14 @@ interactions: - Service-Bus-Resource-Provider/SN1 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' + x-ms-ratelimit-remaining-subscription-writes: + - '1197' status: code: 200 message: OK @@ -1022,36 +1098,403 @@ interactions: Accept-Encoding: - gzip, deflate CommandName: - - eventhubs namespace application-group list + - eventhubs namespace application-group policy remove Connection: - keep-alive ParameterSetName: - - --resource-group --namespace-name + - --resource-group --namespace-name --name --throttling-policy-config User-Agent: - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups?api-version=2022-01-01-preview + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004?api-version=2022-01-01-preview response: body: - string: '{"value":[]}' + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004","name":"app-group-nscli2000004","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000008","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy4","metricId":"OutgoingBytes","rateLimitThreshold":182000}],"isEnabled":true}}' headers: cache-control: - no-cache content-length: - - '12' + - '819' content-type: - application/json; charset=utf-8 date: - - Wed, 29 Jun 2022 07:25:29 GMT + - Wed, 29 Jun 2022 10:36:09 GMT expires: - '-1' pragma: - no-cache server: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 - Microsoft-HTTPAPI/2.0 server-sb: - - Service-Bus-Resource-Provider/SN1 + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group policy remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004","name":"app-group-nscli2000004","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000008","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy4","metricId":"OutgoingBytes","rateLimitThreshold":182000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '819' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 29 Jun 2022 10:36:10 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/SN1 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/SN1 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group show + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004","name":"app-group-nscli2000004","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000008","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy4","metricId":"OutgoingBytes","rateLimitThreshold":182000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '819' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 29 Jun 2022 10:36:11 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group policy remove + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004","name":"app-group-nscli2000004","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000008","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy4","metricId":"OutgoingBytes","rateLimitThreshold":182000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '819' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 29 Jun 2022 10:36:12 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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: '{"properties": {"isEnabled": true, "clientAppGroupIdentifier": "SASKeyName=saskey000008", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}, {"name": "policy2", "type": "ThrottlingPolicy", + "rateLimitThreshold": 15000, "metricId": "OutgoingMessages"}, {"name": "policy3", + "type": "ThrottlingPolicy", "rateLimitThreshold": 10000, "metricId": "IncomingMessages"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group policy remove + Connection: + - keep-alive + Content-Length: + - '431' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004","name":"app-group-nscli2000004","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000008","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '719' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 29 Jun 2022 10:36:14 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 +- request: + body: '{"properties": {"clientAppGroupIdentifier": "SASKeyName=saskey000009", + "policies": [{"name": "policy1", "type": "ThrottlingPolicy", "rateLimitThreshold": + 10000, "metricId": "IncomingBytes"}]}}' + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group create + Connection: + - keep-alive + Content-Length: + - '192' + Content-Type: + - application/json + ParameterSetName: + - --resource-group --namespace-name --name --client-app-group-identifier --throttling-policy-config + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli3000005?api-version=2022-01-01-preview + response: + body: + string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli3000005","name":"app-group-nscli3000005","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000009","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000}],"isEnabled":true}}' + headers: + cache-control: + - no-cache + content-length: + - '515' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 29 Jun 2022 10:36:16 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + 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 +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group delete + Connection: + - keep-alive + Content-Length: + - '0' + ParameterSetName: + - --resource-group --namespace-name --name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli1000003?api-version=2022-01-01-preview + response: + body: + string: '' + headers: + cache-control: + - no-cache + content-length: + - '0' + date: + - Wed, 29 Jun 2022 10:36:19 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 + strict-transport-security: + - max-age=31536000; includeSubDomains + x-content-type-options: + - nosniff + x-ms-ratelimit-remaining-subscription-deletes: + - '14999' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + CommandName: + - eventhubs namespace application-group list + Connection: + - keep-alive + ParameterSetName: + - --resource-group --namespace-name + User-Agent: + - AZURECLI/2.37.0 azsdk-python-azure-mgmt-eventhub/10.1.0 Python/3.6.2 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups?api-version=2022-01-01-preview + response: + body: + string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli2000004","name":"app-group-nscli2000004","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000008","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000},{"type":"ThrottlingPolicy","name":"policy2","metricId":"OutgoingMessages","rateLimitThreshold":15000},{"type":"ThrottlingPolicy","name":"policy3","metricId":"IncomingMessages","rateLimitThreshold":10000}],"isEnabled":true}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_eh_namespace000001/providers/Microsoft.EventHub/namespaces/eventhubs-nscli000002/applicationGroups/app-group-nscli3000005","name":"app-group-nscli3000005","type":"Microsoft.EventHub/Namespaces/ApplicationGroups","location":"West + US 2","properties":{"clientAppGroupIdentifier":"SASKeyName=saskey000009","policies":[{"type":"ThrottlingPolicy","name":"policy1","metricId":"IncomingBytes","rateLimitThreshold":10000}],"isEnabled":true}}]}' + headers: + cache-control: + - no-cache + content-length: + - '1247' + content-type: + - application/json; charset=utf-8 + date: + - Wed, 29 Jun 2022 10:36:40 GMT + expires: + - '-1' + pragma: + - no-cache + server: + - Service-Bus-Resource-Provider/CH3 + - Microsoft-HTTPAPI/2.0 + server-sb: + - Service-Bus-Resource-Provider/CH3 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: diff --git a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py index 28d49c4b702..c332759c8a0 100644 --- a/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py +++ b/src/azure-cli/azure/cli/command_modules/eventhubs/tests/latest/test_eventhub_namespace_application_group.py @@ -29,8 +29,10 @@ def test_eventhub_app_group(self, resource_group): 'appgroup3': self.create_random_name(prefix='app-group-nscli3', length=20), 'appgroup4': self.create_random_name(prefix='app-group-nscli4', length=20), 'identifier1': 'SASKeyName=' + self.create_random_name(prefix='saskey', length=24), - 'identifier2': 'SASKeyName=' + self.create_random_name(prefix='saskey', length=24) + 'identifier2': 'SASKeyName=' + self.create_random_name(prefix='saskey', length=24), + 'identifier3': 'SASKeyName=' + self.create_random_name(prefix='saskey', length=24) }) + from azure.cli.core import CLIError self.cmd('eventhubs namespace create --resource-group {rg} --name {namespacename} --location {loc} --sku Premium') @@ -56,7 +58,7 @@ def test_eventhub_app_group(self, resource_group): self.assertEqual(10000, AppGroup['policies'][2]['rateLimitThreshold']) AppGroup = self.cmd( - 'eventhubs namespace application-group application-group-policy add --resource-group {rg} --namespace-name {namespacename} ' + 'eventhubs namespace application-group policy add --resource-group {rg} --namespace-name {namespacename} ' '--name {appgroup1} ' '--throttling-policy-config name=policy4 rate-limit-threshold=19000 metric-id=outgoingbytes').get_output_in_json() @@ -79,7 +81,7 @@ def test_eventhub_app_group(self, resource_group): self.assertEqual(19000, AppGroup['policies'][3]['rateLimitThreshold']) AppGroup = self.cmd( - 'eventhubs namespace application-group application-group-policy remove --resource-group {rg} --namespace-name {namespacename} ' + 'eventhubs namespace application-group policy remove --resource-group {rg} --namespace-name {namespacename} ' '--name {appgroup1} ' '--throttling-policy-config name=policy4 rate-limit-threshold=19000 metric-id=OutgoingBytes').get_output_in_json() @@ -99,7 +101,7 @@ def test_eventhub_app_group(self, resource_group): self.assertEqual(10000, AppGroup['policies'][2]['rateLimitThreshold']) AppGroup = self.cmd( - 'eventhubs namespace application-group application-group-policy remove --resource-group {rg} --namespace-name {namespacename} ' + 'eventhubs namespace application-group policy remove --resource-group {rg} --namespace-name {namespacename} ' '--name {appgroup1} ' '--throttling-policy-config name=policy2 rate-limit-threshold=15000 metric-id=outgoingMessages ' '--throttling-policy-config name=policy3 rate-limit-threshold=10000 metric-id=IncomingMessages').get_output_in_json() @@ -114,7 +116,7 @@ def test_eventhub_app_group(self, resource_group): self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) AppGroup = self.cmd( - 'eventhubs namespace application-group application-group-policy add --resource-group {rg} --namespace-name {namespacename} ' + 'eventhubs namespace application-group policy add --resource-group {rg} --namespace-name {namespacename} ' '--name {appgroup1} ' '--throttling-policy-config name=policy2 rate-limit-threshold=15000 metric-id=outgoingMessages ' '--throttling-policy-config name=policy3 rate-limit-threshold=12000 metric-id=IncomingMessages').get_output_in_json() @@ -169,6 +171,116 @@ def test_eventhub_app_group(self, resource_group): self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) self.assertEqual(12000, AppGroup['policies'][2]['rateLimitThreshold']) + AppGroup = self.cmd( + 'eventhubs namespace application-group update --resource-group {rg} --namespace-name {namespacename} --name {appgroup1} ' + '--is-enabled').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup1'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier1'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 3 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(12000, AppGroup['policies'][2]['rateLimitThreshold']) + + AppGroup = self.cmd( + 'eventhubs namespace application-group create --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup2} --client-app-group-identifier {identifier2} ' + '--throttling-policy-config name=policy1 rate-limit-threshold=10000 metric-id=IncomingBytes ' + '--throttling-policy-config name=policy2 rate-limit-threshold=15000 metric-id=outgoingMessages ' + '--throttling-policy-config name=policy3 rate-limit-threshold=10000 metric-id=IncomingMessages ' + '--throttling-policy-config name=policy4 rate-limit-threshold=182000 metric-id=outgoingbytes').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup2'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier2'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 4 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(10000, AppGroup['policies'][2]['rateLimitThreshold']) + self.assertEqual('policy4', AppGroup['policies'][3]['name']) + self.assertEqual('OutgoingBytes', AppGroup['policies'][3]['metricId']) + self.assertEqual(182000, AppGroup['policies'][3]['rateLimitThreshold']) + + with self.assertRaisesRegex(CLIError, 'The following policy was not found: Name: policy4, RateLimitThreshold: 10000, MetricId: OutgoingBytes'): + self.cmd('eventhubs namespace application-group policy remove --resource-group {rg} --namespace-name {namespacename} --name {appgroup2} ' + '--throttling-policy-config name=policy4 rate-limit-threshold=10000 metric-id=outgoingbytes') + + with self.assertRaisesRegex(CLIError, 'The following policy was not found: Name: policy4, RateLimitThreshold: 182000, MetricId: OutgoingMessages'): + self.cmd('eventhubs namespace application-group policy remove --resource-group {rg} --namespace-name {namespacename} --name {appgroup2} ' + '--throttling-policy-config name=policy4 rate-limit-threshold=182000 metric-id=outgoingmessages', + checks=[ + ]) + + AppGroup = self.cmd( + 'eventhubs namespace application-group show --resource-group {rg} --namespace-name {namespacename} --name {appgroup2}').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup2'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier2'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 4 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(10000, AppGroup['policies'][2]['rateLimitThreshold']) + self.assertEqual('policy4', AppGroup['policies'][3]['name']) + self.assertEqual('OutgoingBytes', AppGroup['policies'][3]['metricId']) + self.assertEqual(182000, AppGroup['policies'][3]['rateLimitThreshold']) + + AppGroup = self.cmd( + 'eventhubs namespace application-group policy remove --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup2} ' + '--throttling-policy-config name=policy4 rate-limit-threshold=182000 metric-id=OutgoingBytes').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup2'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier2'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 3 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.assertEqual('policy2', AppGroup['policies'][1]['name']) + self.assertEqual('OutgoingMessages', AppGroup['policies'][1]['metricId']) + self.assertEqual(15000, AppGroup['policies'][1]['rateLimitThreshold']) + self.assertEqual('policy3', AppGroup['policies'][2]['name']) + self.assertEqual('IncomingMessages', AppGroup['policies'][2]['metricId']) + self.assertEqual(10000, AppGroup['policies'][2]['rateLimitThreshold']) + + AppGroup = self.cmd( + 'eventhubs namespace application-group create --resource-group {rg} --namespace-name {namespacename} ' + '--name {appgroup3} --client-app-group-identifier {identifier3} ' + '--throttling-policy-config name=policy1 rate-limit-threshold=10000 metric-id=IncomingBytes').get_output_in_json() + + self.assertEqual(self.kwargs['appgroup3'], AppGroup['name']) + self.assertEqual(self.kwargs['identifier3'], AppGroup['clientAppGroupIdentifier']) + self.assertEqual(True, AppGroup['isEnabled']) + n = [i for i in AppGroup['policies']] + assert len(n) == 1 + self.assertEqual('policy1', AppGroup['policies'][0]['name']) + self.assertEqual('IncomingBytes', AppGroup['policies'][0]['metricId']) + self.assertEqual(10000, AppGroup['policies'][0]['rateLimitThreshold']) + self.cmd('eventhubs namespace application-group delete --resource-group {rg} --namespace-name {namespacename} ' '--name {appgroup1}') @@ -176,4 +288,4 @@ def test_eventhub_app_group(self, resource_group): list_of_app_groups = self.cmd('eventhubs namespace application-group list --resource-group {rg} --namespace-name {namespacename}').get_output_in_json() - self.assertEqual(len(list_of_app_groups), 0) + self.assertEqual(len(list_of_app_groups), 2)